/** CSS Document **/

* {
	margin: 0px;
	padding: 0px;	
}


#content, .section, img {
	behavior: url('script/iepngfix.htc');
}

body {
	
	background-color: #FFF;

	font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
	background-image: url(../images/content_background2.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #111;
}

img {
	border: 0px;
}

textarea {

	background-color:#FFFFFF;
border:1px solid #7CCEE3;
padding:5px;

	
	-moz-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 12px;
	width: 90%;
	padding: 4px;
	
}

input {

	background-color:#FFFFFF;
border:1px solid #7CCEE3;
padding:5px;

	-moz-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 12px;
	padding: 4px;
}

label {

	font-size: 13px;
	padding: 4px;

}

#content {
	
	margin: 0;
	
	padding: 0px 0px 20px 0px;
	
	
	
	background-repeat: repeat;
}

body > #content {
	
	width: 640px;
}

#header {
	
	padding: 10px;

	background: url('../images/header_top3.png') repeat-x;
	
}

#header-logo {

	float: right;
}

#header-image {

	float: left;
	margin-top: 40px;
}

#header h1 {

	font-size: 26px;
	padding: 0;
	margin: 50px 0 10px 60px;
	color: #019FC3;
	font-family: "ITC Lubalin Graph Std","Myriad Pro",Helvetica,Arial,sans-serif;
}

#footer {

	color: #FFFFFF;
	font-size: small;
	
	margin-top: 30px;
	text-align: center;

}

a {
	
	color: #111;
}

a:visited {	
	color: #555;
}

/** sections **/

div#introduction, #thankyou_message {

	margin: 20px 0 20px 20px;
	padding: 10px;

	
	background-image: url('../images/green_bg_alpha50.png');
	
	border:1px solid #8CC63F;
	padding:10px;
	
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	font-size: 16px;

	
}

/** rounded corners **/
div#introduction, div.question-content, #thankyou_message {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.question-header {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 45px;
	float: left;
	color:#019FC3;
	padding: 10px;
	width: 100px;
	text-align: right;
}

div.question-content {
	padding: 10px 10px 10px 13px;
	margin-left: 120px;
	background-image: url('../images/product_header_bg.png');
	margin-bottom: 15px;
	
}

div.question-extra-item {

	margin-bottom: 5px;
	
}

p {

	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 0.9em;

	
}

ul.questions-list {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	font-size: 0.9em;
}

ul.questions-list li {

	display: inline;
	list-style: none;
	white-space: nowrap;
	padding: 10px;
	
}

#submit {

	font-size: 130%;
	margin: 10px;
	cursor: pointer;
	color: #111;
	
}

#how_much_slider_value {
	font-size: 11px;
	padding: 0 10px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.what_business_other {

	display: none;
	float: right;
	
}

#thankyou_message {
		
	display: none;
}
