*{
	margin:0;
	padding:0;
	}
	

	
body{
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	}
	
#poll{
	font-size:.7em;
	float:left;
	width:535px;
	height:360px;
	}

h1{
	float:left;
	background-color:#ac0000;
	color:#fff;
	font-size:1.4em;
	text-align:center;
	width:535px;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:1px;
	margin-top:0px;
	}
	
h2{
	float:left;
	font-size:1.4em;
	color:#000;
	margin-bottom:40px;
	width:535px;
	text-align:center;
	margin-top:20px;
	}
	
form{
	float:left;
	margin-left:100px;
	margin-top:20px;
	}
	
* html form{
	margin-left:50px;
	}
	
#img{
	float:left;
	text-align:center;
	margin-top:-40px;
	width:535px;
	}

#radio{
	float:left;
	padding-right:50px;
	border-right:2px solid #555;
	}
	
* html #radio{
	padding-right:15px;
	}
	
*+html #radio{
	padding-right:15px;
	}
	
#view{
	float:left;
	margin-left:30px;
	margin-top:20px;
	height:90px;
	}
	
* html #view{
	height:80px;
	}
	
*+html #view{
	height:80px;
	}
	
#view h3{
	line-height:7;
	}
	
* html #view h3{
	line-height:6;
	}
	
*+html #view h3{
	line-height:6;
	}
	
#view h3 a{
	color:#ac0000;
	font-size:.8em;
	text-decoration:none;
	}
	
#viewQuestion{
	float:left;
	width:535px;
	text-align:center;
	margin-top:20px;
	}

#viewQuestion h3 a{
	color:#ac0000;
	font-size:.8em;
	text-decoration:none;
	}
	
input{
	display:block;
	float:left;
	clear:left;
	margin-bottom:10px;
	}
	
* html input{
	margin-bottom:0px;
	}
	
*+html input{
	margin-bottom:0px;
	}
	
input.submit{
	margin-top:20px;
	float:left;
	clear:both;
	}

label{
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	}
	
* html label{
	display:block;
	width:150px;
	float:none;
	margin:0;
	position:relative;
	top:3px;
	}
	
*+html label{
	display:block;
	width:150px;
	float:none;
	margin:0;
	position:relative;
	top:3px;
	}
	
p{
	float:left;
	width:535px;
	text-align:center;
	margin-top:20px;
	line-height:1.1;
	}
	
* html p{
	clear:left;
	}
	
