@charset "UTF-8";
/* CSS Document */

body{
	font-family: Verdana,Arial,sans-serif;
	font-size:11px;
}

h2{
	color:#666;
	font-size:16px;
	text-align:center;
}

a img{
border:0;
}

a
{
color: #4472CC;
outline:none;
text-decoration: none;
}

a.navigation:link { color: blue; font-size: 13px; font-weight:bold;}
a.navigation:visited { color: purple; font-size: 13px; font-weight:bold;}
a.navigation:hover { color: green; font-size: 13px; font-weight:bold; color:#3d5c99; text-decoration: underline;}

.question {
	width:690px;
	height:auto;
	border:1px solid #ECEDF0;
	color: #000000;
    
    font-size: 11px;
	font-weight:normal;
	margin-bottom:7px;
}

.question .text{
	width:690px;
	height:20px;
	color:#666;
	background-color:#ECEDF0;
	font-weight:bold;
	}
	
.question .text .number{
	padding-left:10px;
}

.question .answers{
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
}

.label{
	text-align:left;
	width: 250px;
	}

#submit {
	width:650px;
	border:0px;
	color: #000000;
    font-size: 14px;
	font-weight:bold;
	text-align:center;
}

.reportsLink{
	position:relative;
	float:right;
	font-size:12px;
}

input, select{
	margin-bottom:4px;

	}

.main_login
{
width: 900px;
margin-left: auto;
margin-right: auto;
padding: 10px;
height: auto;
}


.main_login_form
{
width: 400px;
margin-left: auto;
margin-right: auto;
padding: 10px;
height: auto;
}

.survey_status
{
width: 950px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 40px;
}

.survey_status p
{
text-align: center;
}

.acct_updated
{
width: 950px;
height: 150px;
padding-top: 40px;
}

.acct_updated p
{
	font-weight:bold; 
	text-align:center; 
	font-size:14px; 
	color:#333; font-family:Arial;
}

.navigation
{
width: 90%;
height: 20px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;

}


.navigation h4
{
display: inline;
font-weight: normal;
}

.updated_email
{
width: 90%;
margin-left: auto;
margin-right: auto;
background-color: #cc0000;
color: #fff;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
font-size: 11px;	
}





