﻿@charset "utf-8";
/* CSS Document */

.apply{
	width:920px;
	margin:10px auto 60px;
	border:#ccc solid 1px;
}
.apply h1{
	width:100%;
	height:78px;
	line-height:78px;
	border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	background:#007eb6;
	box-shadow:6px 6px 6px rgba(185,185,185,0.8);
	-moz-box-shadow:6px 6px 6px rgba(185,185,185,0.8);
	-ms-box-shadow:6px 6px 6px rgba(185,185,185,0.8);
	-o-box-shadow:6px 6px 6px rgba(185,185,185,0.8);
	-webkit-box-shadow:6px 6px 6px rgba(185,185,185,0.8);
	/*behavior: url("csshover.htc");*/
}
.apply h1 span{
	margin-left:44px;
	color:#fff;
	font-size:24px;
}
.choose_list{
	margin-top:22px;
	height:36px;
}
.choose_list li{
	float:left;
	border:1px solid #ccc;
	margin-right:8px;
	height:36px;
	line-height:36px;
	margin-bottom:10px;
	
}
.choose_list li span{
	display:inline-block;
	background:#c5c5c5;
	color:#333;
	width:92px;
	text-align:center;
	font-size:14px;
	
}
.choose_list li input{
	height:32px;
	line-height:32px;
	border:none;
}
.choose_list li select,option{
	border:none;
	height:36px;
	line-height:36px;
	font-size:14px;
}
.choose_list li select option{
	
	height:36px;
	line-height:36px;
}
.apply_list_cont{
	
	width:780px;
	margin:60px auto 80px;
}
.apply_list_cont li{
	margin-bottom:28px;
}

.apply_list_cont li span{
	display:inline-block;
	width:92px;
	text-align:right;
	height:28px;
	line-height:28px;
	font-size:16px;
	margin-right:16px;
}
.apply_list_cont li span i{
	color:#F00;
	font-size:20px;
}
.apply_list_cont li input{
	display:inline-block;
	width:254px;
	height:36px;
}
.canot{
	position:relative;
}
.hidden_text{
	/*position:absolute;
	left:-600px;
	top:40px;*/
	position:relative;
	width:670px;
	height:340px;
	left:100px;
	top:30px;
	background:url(../img/text_bg.png) center no-repeat;
	
}
.hidden_text textarea{
	position:absolute;
	left:50px;
	top:100px;
	display:block;
	width:584px;
	margin:0 auto 0;
	height:190px;
	border-style:none;
	font-size:15px;
	color:#333;
	background:#fff;
	resize:none;
}

.canot{
	cursor:pointer;
}
.description textarea{
	width:610px;
	height:180px;
	padding-left:10px;
	line-height:20px;
	vertical-align:middle;
}
.apply_list_cont .button{
	display:block;
	width:92px;
	height:36px;
	border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-style:none;
	background:#188ec3;
	color:#fff;
	margin-left:60px;
	cursor:pointer;
}
.apply_list_cont li span{font-size:16px;}
.apply_list_cont .button:hover{
	background:#0577aa;
}
