
body {
	background-image: url(../images/home/bg.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center top;
	background-color:#000;
	margin: 0;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	
}

.rbl {color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:0.7em;
padding:1px; margin-top: 20px; margin-bottom:20px; padding-left:40px;}

#logo {
	width:900px;
	height: 91px;
	margin-top: 0;
	padding-top: 0px;
	background:url(../images/home/logo.gif) no-repeat;
}
#header {
	width: 900px;
	height: 200px;
	background:url(../images/home/header.jpg) no-repeat;
}

/* Main content styles*/
/***********************/
#question {
	width: 900px;
	height: 29px;
	text-align: center;
	background-color: #666;
}

#leftsidebar {
	width: 300px;
	float: left;
}

#rightsidebar {
	width: 425px;
	float: right;
	
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	padding-left: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#giveaway {
	width: 900px;
	height: 20px;
	color: #FFF;
	text-align: center;
	font-family: arial;
	font-size: .8em;
	padding-top: 10px;

}

.toolbox {
	padding-top: 60px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/home/webpoll_header.gif) 				no-repeat;
	padding-bottom: 5px;
	margin-top: 50px;
}

#footer {
	width: 900px;
	height: 25px;
	padding-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #FFF;
	text-align:center;
	clear: both;
}

#footer a:visited, a:active, a:link {
	color:#FFF;
	text-decoration:underline;
}

/* poll styles*/
/****************/

#question1 {
	/*background:url(../images/poll/q1bg.gif) no-repeat;*/
	width: 408px;
	height: 360px;
	padding-top: 15px;
	margin-right:20px;
	
}

#question2 {
	/*background:url(../images/poll/q2bg.gif) no-repeat;*/
	width: 409px;
	height: 280px;
	padding-top: 15px;
	
	
}

#question3 {
	/*background:url(../images/poll/q3bg.gif) no-repeat;*/
	width: 410px;
	height: 349px;
	padding-top: 15px;
}

.submitButQ1 {
	padding-left:35px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	cursor:pointer;
}

.pollquestion {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFF; 
	font-size: .8em;
	padding-left: 20px;
}
 #question1 ul {
	list-style: none;
}

#question1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;
	padding: 1px;
}
 #question2 ul {
	list-style: none;
}

#question2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;
	padding: 1px;
}
#question3 ul {
	list-style: none;
}

#question3 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;
	padding: 1px;
}

/* Survey Question Styles*/
/************************/

#surveyLeft {
	width: 350px;
	float: left;font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #C00;
	padding-left: 20px;
	padding-top: 30px;
	
}

#surveyLeft ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 4px;

}

#surveyLeft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #fff;
	padding: 3px;
	margin-left: 30px;

}

#surveyRight {
	width: 400px;
	float: right;
}

.textfield {
	margin-left: 85px;
}

#surveyRight {
	width: 350px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #C00;
	padding-top: 30px;
	margin-right: 0px;
	
}

#surveyRight ul {
	list-style: none;
	margin-right: 0px;
	padding-right: 4px;

}

#surveyRight li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #fff;
	padding: 3px;
	
}

#additional { width: 400px; clear: both; }

.additionalcomments { width: 350px;
	float: left;font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #C00;
	padding-left: 20px;
	padding-top: 30px;
}


div.progress {
  background-color: #AA0000; 
  height: 3px;
  width:125px;
  float:left;
  padding-top: 9px;
  clear:both;
}

div.contain{ }

div.txt { float:left; clear:both; margin-top:10px;}

.precent {float:left; margin-left:5px; font-weight:bold; font-size: .9em;}

