﻿.main_content{ background: url(/Content/Areas/Common/images/Article/timg.jpg) no-repeat 260px center; }

.fwms_box{ padding: 150px 0; width: 400px; margin:0 0 0 500px;}
h3.title_head{ line-height: 50px;font-size: 26px;color: #666; margin-bottom: 20px;}
p.select_name_p{ font-size: 16px; float: left; }
.search_bar_tx{ line-height: 26px;height: 26px; float: left;width: 186px;}
.application_btn{ float: right;background: #2076bd;padding: 0 14px;border: none;border-radius: 5px;height: 28px;color: #fff; }
.application_btn:hover{background: #599cd4; cursor: pointer;}

@media only screen and (max-width:768px){
	.main_content{ background: url(/Content/Areas/Common/images/Article/timg.jpg) no-repeat 30px center; }
	.fwms_box{ margin:0 0 0 260px;}
}
@media only screen and (max-width:700px){
	.main_content{ background:none; }
	.fwms_box{ margin:0 auto;}
}
@media only screen and (max-width:440px){
	.fwms_box{ width: 90%; padding: 50px 0; }
	.application_btn { float: none; margin: 0 auto; display: block;margin-top: 20px;}
	.search_bar_tx{ float: none; width: 60%; }
	p.select_name_p{ text-align: right; width: 38%; }
	h3.title_head{ text-align: center; }

}
@media only screen and (max-width:360px){
	p.select_name_p { width: 100%; text-align: left;line-height: 36px;}
	.search_bar_tx{ float: none; width: 100%; }
} 