#survey_box{
}


#survey_box .frame{
	width:133px;
	margin-top:5px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	text-decoration		: none;
	color				: #663333;
}

#survey_box .frame .top_left{
	background:url(../images/template/survey/top_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#survey_box .frame .top{
	background:url(../images/template/survey/top.gif) top left repeat;
	width:123px; 
	height:5px;
}

#survey_box .frame .top_right{
	background:url(../images/template/survey/top_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}



#survey_box .frame .bottom_left{
	background:url(../images/template/survey/bottom_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#survey_box .frame .bottom{
	background:url(../images/template/survey/bottom.gif) top left repeat;
	width:123px; 
	height:5px;
}

#survey_box .frame .bottom_right{
	background:url(../images/template/survey/bottom_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#survey_box .frame .center{
	background-color	: #ffffff;
	text-align			: left;
	vertical-align		: top;

}

#survey_box h1{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 13px;
	font-weight			: bold;
	margin				: 0px;
	padding-top			: 0px;
	padding-bottom		: 4px;
	display				: block;
	border-bottom		: 1px solid #FFFFFF;
	background			: url(../images/template/survey/title.gif);
	text-align			: center;
	color				: #663333;
}

#survey_box UL{
	list-style	: none;
	padding		: 0px;
	margin		: 0px;
	margin-top  : 2px;
	margin-bottom:5px;
}

#survey_box .question{
	text-align:left;
	font-weight:bold;
	width:125px;
	padding:4px;
}
#survey_box .nb_votes{
	text-align	: center;
	width		: 129px;
	padding		: 2px;
	font-size	: 10px;
}




#survey_box UL LI{
	display:block;
	margin-top:2px;
	border:#FFFFFF 1px solid;
	
}

#survey_box UL SPAN{
	display			: block;
	margin-left		: 20px;
	padding-bottom	: 3px;
	width			: 105px;
}

#survey_box UL INPUT{
	float			: left;
}


#survey_box UL.result{
	margin-top:10px;
}

#survey_box UL.result LI{
	text-align:right;
	margin-bottom:10px;
}

#survey_box UL.result DIV{
	float			: left;
	width			: 97px;
	text-align		: left;
	margin-left		: 2px;
}

#survey_box UL.result IMG.vote{
	margin:0px;
	margin-left:-3px;
	margin-right:3px;
}
#survey_box UL.result IMG.novote{
	margin:0px;
}




