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



img, div, a, input, submit { behavior: url(../js/iepngfix.htc) }

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	line-height:30px;
	text-align: left;
	/*background-image:url(../images/page01_bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
		background-position:top center;*/
background: #2880b2; /* Old browsers */
background: -moz-linear-gradient(top, #2880b2 0%, #5fb2e1 100%) no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2880b2), color-stop(100%,#5fb2e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2880b2 0%,#5fb2e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2880b2 0%,#5fb2e1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #2880b2 0%,#5fb2e1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2880b2', endColorstr='#5fb2e1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #2880b2 0%,#5fb2e1 100%); /* W3C */
background-color:#4bb3e3;
	padding-top:70px;
	height:100%;
	margin:0px;
}

hr.divider {
	width: 780px;
	margin: 40px 40px;
}

#wrapper {
	text-align: left;
	width: 860px;
	margin: 0 auto;
	padding: 0 20px
}
p
{
	color:#FFFFFF;
	font-size:18px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#FFFFFF;
	text-align:left;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	line-height:24px;
}

label.block {
	display: block;
	padding-left:20px;
	list-style-position:outside;
	line-height:30px;
}

p span {
	color:#ffc92c;
}

.question
{
	width:100%;
	padding:10px;
	text-align:left;
}
.question p
{
	border-bottom:1px dotted #999999;
	padding-bottom:25px;
	margin-bottom:20px;
}
.footer
{
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
}