.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

#offline_request {
	background-color: #FFBA24;
	padding: 20px;
	position: relative;
}
#offline_request table{
	font-size: 12px;
}
#offline_request .left_box{
float: left;
width: 420px;
}
#offline_request .right_box{
width: 320px;
margin-top: 105px;
float: left;
}
.offline_request_send {
	background-color: white;
	padding: 20px;
	height: 400px;
}

