@import url('faq.css');

#docWrapper{
	/*width:772px;
	/*background: #fc3;*/
	/*margin: 0px auto;*/
	background-color:#fff;
	background-image:url(../images/doc/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#footerContainer {
	background-image:url(../images/doc/footerBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#333;
	clear:both;
	padding-top:10px;
	height:100px;
}


.memberPreferenceItem{
	float:left;
	display:block;
	height:40px;
	width:230px;
}

.memberPreferenceItem input{
	float:left !important;
	display:inline !important;
	height:12px;
	border: 1px solid #f00  !important;
}

.memberPreferenceItem label{
	float:left !important;
	display:inline !important;
	height:40px !important;
	width:180px !important;
	line-height: 15px  !important;
}




.comment_element{
		border-top:1px dotted #ccc;
		padding-top:10px;	
}
.comment_element_first{
		border-top:0px dotted #ccc !important;
		padding-top:0px !important;	
}
.comment_element p{
	color:#ccc;
	font-size:10px;
}



#edetail-exit {
	border-top:1px dotted #c00; 
	text-align: right;
	padding:10px 5px 20px 0px;
	font-size:10px;
	margin:auto;
	width: 767px;
}
