/********************
	Survey CSS
*********************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
}

#body-container {
	width: 750px;
	float:left;
	padding: 0px;
}

#logo-header {
	padding-left: 25px;
	padding-top:17px;
	padding-bottom:17px;
}

#color-block{
	height: 25px;
	background-color: #BCB878;
}

#color-block-bottom{
	border-bottom: 1px dotted #BBBBBB;
	padding-top: 2px;
}

#survey-name{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#question-block {
	padding-left: 25px;
	padding-bottom: 15px;
}

#answer-block{
	padding-left: 25px;
	padding-bottom: 20px;
	clear: left;
}

#answer-choice{
	padding-bottom: 2px;
	padding-top: 2px;
	clear:left;
}

input {
	float: left;
	}

label {  
	float: left;  
	text-align: left;
	margin-top: 2px;
}

#answer-choice-text{
	
	clear: left;
	padding-top: 5px;
}

#nav-block{
	padding-top: 20px;
	padding-left: 25px;
}

#err{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #d6722d;
	margin: 0px;
}

.hidden {
	display: none;
}

#prize-rules{
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	float: left;
	clear:left;
}

A:link {
	color:#999999; 
	text-decoration: underline;
}

A:visited {color:#999999; 
	text-decoration: underline;}

A:active {color:#999999; 
	text-decoration: underline;}

A:hover {color:#999999; 
	text-decoration: underline;}

.answer-table th{
	border: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 2px;
}

.answer-table td{
	border: 1px solid #999999;
	text-align: left;
	padding: 5px;
}

.answer-table td.second {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
}

#footer-container{
	float: left;
	width: 750px;
	margin-top: 25px;
	border-top: 1px dotted #BBBBBB;
	padding-bottom: 10px;
}

#footer-privacy{
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 25px;
	width: 750px;
	float: left;
	clear: left;
}

#footer-legal{
	width: 750px;
	color: #999999;
	font-size: 10px;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
}