/* CSS Document */

body {
	font-size: 67.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E8F4F4;
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	margin: 0 auto;
	width: 78em;
	position: relative;
	}
	
#main {
	padding: 2em 4em;
	font-size: 1.4em;
	min-height: 25em;
    height:auto !important;
	height: 25em;
	background: url(../images/bg.gif) top center no-repeat;
	}
	
p.intro {
	margin: 0 0 0 2.5em;
	font-size: 0.65em;
	padding: 0;
	color: #9B9B9B;
	font-weight: bold;
	position: relative;
	z-index: 4;
	}
	
a:link, a:visited {
	color: #0084B4;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	text-decoration: none;
	border-bottom: 0.1em #0084B4 solid;
	}
	
#mascot {
	position: absolute;
	right: 50px;
	top: 90px;
	}	

ul#ulSignup {
	margin: 3em 0 1em 0;
	padding: 0;
	list-style-type: none;
	color: #595959;
	font-size: 0.9em;
	font-weight: bold;
	}
	
ul#ulSignup li {
	padding-bottom: 1.5em;
	}
	
li small {
	position: relative;
	z-index: 4;
	}
	
ul#ulSignup li label {
	display: block;
	float: left;
	width: 35%;
	}
	
ul#ulSignup li#step4 label {
	width: 50% !important
	}
	
.exp {
	font-size: 0.9em;
	margin: 0.5em 2em;
	display: block;
	}
	
ul#ulSignup li#step4 input {
	float: left;
	z-index: 100;
	position: relative;
	}
	
ul#ulSignup li input {
	border: 1px #A5ACB2 solid;
	font-size: 1em;
	padding: 3px;
	}
	
ul#ulSignup li input:focus {
	outline: 1px #6DABDA solid;
	background-color: #E8F4F4;
	}
	
#pAlertArea {
	margin: 0;
	padding: 0;
	}
	
fieldset {
	border: none;
	float: left;
	width: 75%;
	margin: 0;
	padding: 0;
	}
	
ul#ulAlertArea {
	list-style-type: none;
	margin: 1em 0 1em 4em;
	padding: 0;
	}
	
ul#ulAlertArea input {
	float: left;
	border: none !important;
	margin-right: 1em;
	}
	
ul#ulAlertArea label {
	width: 70% !important;
	}
	
ul#ulAlertArea li {
	float: left;
	clear: both;
	width: 100%;
	}
	
button.oauthbutton {
	padding: 0;
	border: none;
	background-color: transparent;
	position: absolute;
	width: 17em;
	float: left;
	margin: 5em 0 0 -2em;
	cursor: pointer;
	left: 65%;
	}

	
button#unsub {
	margin: 0;
	left: 0;
	}
	
button#change {
	padding: 0;
	border: none;
	background-color: transparent;
	position: absolute;
	width: 17em;
	float: left;
	margin: 4em 0 0 -2em;
	cursor: pointer;
	left: 65%;
	}
	
.changef {
	margin-top: -5px;
	}
	
.changeform {
	margin-bottom: 7em;
	}
	
#thankswrapper {
	width: 70%;
	position: relative;
	z-index: 4;
	color: #595959;
	font-size: 0.9em;
	}
	
.clear {
	width: 100%;
	display: block;
	clear: both;
	}
	
h2 {
	font-size: 1.7em;
	}
	
h3 {
	font-size: 1.1em;
	}
	
#footer {
	height: 4em;
	font-size: 1em;
	background: #E8F4F4 url(../images/bg-bottom.gif) center bottom no-repeat;
	float: left;
	width: 100%;
	clear: both;
	padding: 0 0 2.5em 0;
	}
	
#footer p {
	padding: 0 2em;
	text-align: center;
	}
	
#footer img {
	vertical-align: middle;
	}
	
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:100001;
  background-color:#000;
  display:none;
  top: 0;
  left: 0;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  display:none;
  z-index:100002;
  padding: 10px 20px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog, #boxes #area {
	background: transparent url(../images/modalbg.gif) top center no-repeat;
	font-size: 1.1em;
	line-height: 1.3em;
}

#boxes .window .bottom {
	width: 480px;
	height: 25px;
	position: absolute;
	z-index: 100003;
	margin: 7px 0 0 -20px;
	}
	
#boxes .window h4 {
	font-size: 1.3em;
	}

a.close:link, a.close:visited, a.close:focus, a.close:hover, a.close:active {
	float: right;
	height: 20px;
	width: 20px;
	display: block;
	}
	
a.close img {
	border: none;
	}
	
#councillist {
	height: 150px;
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	overflow: auto;
	position: relative;
	}
	
#councillist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#warning {
	background-color: #FFFBCC;
	border-bottom: 2px #e6db55 solid;
	width: 100%;
	text-align: center;
	padding: 7px 0;
	position: relative;
	top: -7px;
	}