body { 
	margin: 0; 
	padding: 0;
}

.wrap { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	width: 900px; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto; 
}
.brand { 
	width: 100%; 
	height: 200px;
}
.quiz { }

.quiz h1, h2 { 
	font-size: 1em; 
	font-weight: normal; 
	text-align: center; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

.offer ul {
	padding: 0px 50px 10px 50px;
}

.offer li {
	padding: 10px 0px 0px 0px;
}
	
#quiz_container a {
	color: #990000;
}

#progress {
    height: 18px; 
	width: 0px;
    background-color: #0aea2a;
	float: left;
    font-size: 1px;
}

#progress_container {
    height: 18px;
	width: 594px;
    border: 1px solid #ccc;
    padding: 2px;
}

.progresstable {
	color: #9c9c9c; 
	font-size: 12px; 
	vertical-align: text-top;
}

.formbg {
	background-image: url(../images/formbg.jpg); 
	background-repeat: no-repeat; 
	background-position: 50px 0; 
	width: 900px; 
	height: 280px; 
	padding-top: 10px;
}

#questions {
	height: 250px; 
	clear: both; 
	margin-top: 2em;
}

#questions ol { 
	list-style-position: inside;
}

#questions li {
	line-height: 1.8em;
}

.question, #submit_button {
  display: none;
}

#question0 {
  display: block;
}

.cursor { 
  cursor: pointer;
  text-decoration: underline;
}

.formfixedwidth {
	width: 750px; 
	margin-right: auto; 
	margin-left: auto;
}

.footer {
	color: #000; 
	font-size: 10px; 
	background-color: #9c9c9c; 
	margin-top: 30px; 
	margin-bottom: 0; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 10px; 
	display: block;
}

.footer a {
	color: #000;
}

#widgetresultwrap {
	display: none;
	padding-top: 30px; 
	padding-bottom: 30px;
}

.widgetresult {
	width: 750px; 
	margin-right: auto; 
	margin-left: auto;
}

.widgetresultfloatleft {
	float: left;
}

.widgetresultfloatright {
	width: 450px; 
	float: right;
}

.widgetresultfloatright h2 {
	color: #6f6f6f; 
	font-size: 24px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: left; 
	margin-top: 0; 
	padding-top: 0;
}

.widgetresultfloatright h3 {
	color: #6f6f6f; 
	font-size: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: right; 
	margin-top: 0; 
	padding-top: 0;
}

.widgetresultfloatright p {
	color: #999; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.widgetresultfloatright p.small {
	color: #999; 
	font-size: 11px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.widgetresultclear {
	color: #9c9c9c;
	font-size: 11px; 
	clear: both; 
	padding-right: 200px; 
	padding-left: 200px;
}

#optin h1 {
	font-size: 24px;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 20px;
}

#optin h2 {
	font-size: 18px;
	font-family: Tahoma;
	margin-top: 10px;
}

#optin ul {
	padding: 0px 5px 0px 20px;
}

.bullets {
	width: 55%;
}

.optintable {
	width: 45%;
}

#optinbox {
	background: #c4d5f4; 
	border: 3px dashed #9c9c9c;
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
}

#optinbox td {
    padding: 5px 5px 0px 5px;
	font-size: 13px;
}

#optinbox p {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

#optinform td {
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

#buttons td {
	padding: 10px 3px 0px 3px;
}

.floatright {
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.nobullet {
	list-style: none;
}
	
.darkred {
	color: #CC0000;
}

.darkblue {
	color: #000099;
}

/***********************
* Footer               *
***********************/
#footer {
	border: none;
	padding: 5px;
	margin: 0 auto;
	width: 890px;
	clear: both;
	background-color: #eee;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer ul {
	list-style:  none;
	margin: 0;
	}

#footer li	{
	float: left;
	padding: 0 9px;
	}
	
#footer a {
	color: #000;
	font-size: .8 em;
	}