@charset "utf-8";
.exchange_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e01914;
}
.exchange_title .checked{
	line-height: 30px;
	color: #FFFFFF;
	background-color: #e01914;
	font-size: 14px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 2px;
	cursor:pointer;
	float: left;
}
.exchange_title .normal{
	line-height: 30px;
	font-size: 14px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 2px;
	cursor:pointer;
	float: left;
}

.exchange_content{
	margin-top:5px;
	background-color: #f9f9f9;
	padding: 0px 22px 0px 22px;
	margin-bottom:20px;
	background-repeat: no-repeat;
	height:400px;
	background-position: left top;
}

.exchange_content2{
	background-color: #f9f9f9;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 22px;
}

.exchange_form{
	padding: 25px 15px 25px 15px;
	position:relative;
}

.exchange_form .exchange_form2{
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
}
.exchange_table tr td{
	padding: 5px;
}
.exchange_form .exchange_form3{
	position:relative;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:2;
}

.exchange_form table tr td{
	padding: 10px;
}

.exchange_form input{
	border: 1px solid #e2e2e2;
	line-height: 35px;
	height: 35px;
	text-indent: 10px;
	font-size:14px;
	width:100%;
}
.exchange_form a{
	color: #005ea6; 	
}
.exchange_form .exchange_btn{
	background-color: #e01912;
	color: #FFFFFF;
	height: 35px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	line-height: 35px;
}
