#box {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding:10px;
   	padding: 20px;
    	width: 420px;
    	min-height:115px;
}
#question{
	font-size: 1em;
    	margin-bottom: 5px;
}
#answer{

}
#progress-outer {
    background: #333;
    -webkit-border-radius: 13px;
    height: 10px;
    width: 300px;
    padding: 3px;
}

#progress-inner {
    background: orange;
    height: 100%;
    -webkit-border-radius: 9px;
}
#progress-span {
	 color: white;
   	 font-size: 1.2em;
   	 margin: -5px 0;
   	 position: absolute;
   	 text-align: center;
   	 width: 300px;
}
#voted{
	margin:5px 0;
	padding:5px;
	background: green;
	width:242px;
}
#user_details{
	float:right;
	width:100px;
	height:118px;
	text-align: center;
}

#user_details div{
	padding: 0px 0px 10px;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;
}

form label { 
	display: block; 
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
}


form small {
	display: block;
	margin: 0 0 5px 160px; 
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;}
form br {
	clear:left;
}
form input, form textarea {
	width:300px;      
	margin:5px 0 0 10px; 
        border: 1px dotted #87338A;
}
















