.m_ask form {
width:100%;
margin:0 0 15px 0;
}
.m_ask .both {
padding:0 0 2px 0;
position:relative;
}
.m_ask label {
display:block;
}
.m_ask input.text,.m_ask textarea {
width:90%;
display:block;
background-color: #FAFAFA;
border-color: #b4d7f2;
}
.m_ask textarea {
width: 90%;
height:55px;
overflow-y:auto;
}
.m_ask img.check {
border:1px solid #b4d7f2;
display:block;
margin-top: 6px;
}

.m_ask div.check {
position:absolute;
top:6px;
left:100px;

}
.m_ask div.check input {
width:60px !important;
margin-top:4px;
}
.m_ask input.submit {
width:100px;
padding:1px 0;
margin:12px 0 0 0;
font:10x px tahoma,arial,sans-serif;
color:white;
background-color: #C1C1C1;
position:relative;
}
.m_ask div.left {
float:left;
}
.m_ask div.right {
float:left;
}


#left .m_ask div.left {

float:none !important;
}

.m_ask .undersign {
	font:11px tahoma,arial,verdana,sans-serif;
	margin-top: 6px;
	}
	
.m_ask .warnings {
	color: red;
	margin-bottom:15px;
	}	
