/* Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;background:#fff;margin:1.5em 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Clearfix
-------------------------------------------------------------- */
.clearfix, .container { display: inline-block; }
.clearfix:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clearfix,
* html .container   { height: 1%; }
.clearfix, .container  { display: block; }

/* Survey Login
-------------------------------------------------------------- */
body{
	background: #f1f6f8;
	text-align: center;
	color: #cfe4ed;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	margin: 0 0 1.5em 0;
}
strong{
	font-weight: bold;
	font-style: italic;
}
h1{
	color: #333;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	background: #fff;
}
#survey-login-container{
	width: 588px;
	padding: 12px 12px 0 12px;
	margin: 0 auto;
	background: #487e8e url(../images/survey-login-top.gif) no-repeat;
	text-align: left;
}

#survey-login-form{
	padding: 24px;
}
#survey-login-info{
	width: 300px;
	float: left;
	font-size: 1.083em;
}
#survey-login-form fieldset{
	padding: 18px;
	background: #cfe4ed;
	border: 5px solid #81b2c1;
	float: right;
	width: 158px;
}
#survey-login-form fieldset legend{
	display: none;
}
#survey-login-form label{
	font-weight: bold;
	color: #408499;
	display: block;
	font-size: 1.16666667em;
	letter-spacing: -.03em;
}
#survey-login-id,
#survey-login-pw{
	width: 156px;
	margin-bottom: .75em;
	border: 1px solid #ccc;
	border-top-color: #8d8d8d;
	border-bottom-color: #e3e3e3;
}
#survey-login-login{
	float:right;
}
#survey-login-footer{
	clear:both;
	color: #83a4b2;
	background: url(../images/survey-login-bottom.gif) no-repeat center top;
	padding: 1.5em 0;
}
div#footer a{
	color: #83a4b2;
}