.m_ask {
width:100%;
overflow:hidden;
}
.m_ask div.undersign {
	margin-top: 10px;
	font-size: 11px;
	}
.m_ask .warnings {
	color: red;
	margin-bottom: 20px;
	}	
.m_ask .clear {
	height:1px;
	}
.m_ask .both {
padding-bottom:10px;
}
.m_ask label {
display:block;
}
.m_ask input.text {
width:80%;
display:block;
}
.m_ask textarea {
width:80%;
height:126px;
display:block;
}
.m_ask img.check {
border:1px solid #e2e2e2;
margin:0 38px 0 0;
display:block;
float:left;
}
.m_ask input.check {
width:53px;
float:left;
}
.m_ask input.submit {
width:100px;
}
.m_ask input.radio {
display:block;
float:left;
}


.m_ask .left,.m_ask .center,.m_ask .right {
width:50%;
float:left;
}


#left .m_ask .left,#left .m_ask .center,#left .m_ask .right {
width:auto;
float:none;
}
#left .m_ask input.text {
width:180px;
}
#left .m_ask textarea {
width:180px;
}
#left .m_ask input.check {
width:50px;
}