#answer_widget{
	width: 200px;
	padding: 8px 5px 5px 5px;
	border: 1px solid #dcdcdc; 
	background-color: #ececec; 
	background-image: url(bg.gif); 
	background-position: top; 
	background-repeat: repeat-x;
}

	#answer_widget h1{
		font-family: Arial;
		font-size: 13px;
		padding: 0px 0px 5px 5px;
		margin: 0px;
		border-bottom: 1px dotted #CCC;
		color: #595959;
	}
	
	#answer_widget a.answer_link{
		display: block;
		border-bottom: 1px dotted #CCC;
		padding: 5px 0px 5px 15px;
		
		color: #1d7fc3;
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		
		background-image: url('arrow.gif');
		background-repeat: no-repeat;
		background-position: left top;
	}
	
#answer_logotype{
	text-align: center;
	margin-top: 8px;
}
	
#answer_user{
	border-bottom: 1px dotted #CCC;
	height: 55px;
	color: #787878;
	font-family: Arial;
	font-size: 12px;
}
	
	#answer_avatar{
		float: left;
		border: 3px solid #FFF;
		margin-right: 5px;
	}
	
	#answer_user a{
		display: block;
		padding: 6px 0px 2px 0px;
		
		color: #1d7fc3;
		font-family: Arial;
		font-size: 13px;
		text-decoration: none;
		font-weight: bold;
	}
	
#answer_info{
	border-bottom: 1px dotted #CCC;
	color: #787878;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
}

#answer_extra{
	border-bottom: 1px dotted #CCC;
	color: #787878;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	height: 60px;
}

	#answer_rom{
		float: left;
		text-align: center;
		font-weight: bold;
	}
	
	#answer_best{
		float: left;
		text-align: center;
		margin-left: 10px;
		font-weight: bold;
		height: 55px;
	}
	
		#answer_best strong{
			color: #1d7fc3;
			font-family: Georgia;
			font-weight: normal;
			font-size: 32px;
			display: block;
			padding-top: 8px;
		}