@charset "utf-8";
body {
	margin:0;
}
img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
a:link, a:visited, a:hover, a:active {
}
a:active {outline: none;star:expression(this.onFocus=this.blur());}
.contentBox {
	float:left;
	width:800px;
	height:344px;
	position:relative;
}
.titleBox {
	float:left;
	width:100%;
	height:31px;
	border-bottom:solid 1px #62563c;
	overflow:hidden;
}
.title {
	float:left;
	background:url(../images/bg_pop_arrow.jpg) 50px center no-repeat;
	height:31px;
	background-color:#87795a;
	padding-left:70px;
	font:16px/31px '微软雅黑';
	color:#433c2d;
}
.title2 {
	background:url(../images/bg_pop_arrow.jpg) 20px center no-repeat;
	height:31px;
	background-color:#87795a;
	padding-left:40px;
	font:16px/31px '微软雅黑';
	color:#f9eacb;
}
#uninstall {
	width:234px;
	border-right:solid 1px #c3b687;
}
#install {
	width:424px;
	border-left:solid 1px #4b3c2d;
}
.infoBox {
	float:left;
	width:100%;
	height:312px;
	clear:both;
	background:url(../images/bg_pop_line.jpg) left top repeat-x;
}
.download {
	float:left;
	width:304px;
	height:312px;
	background:url(../images/bg_pop_title1.png) 62px 48px no-repeat;
	border-right:solid 1px #fbefd7;
	position:relative;
}
.download p {
	margin:95px 0 0 65px;
	font:12px/17px '宋体';
	color:#474747;
}
.download p a {
	color:#d75600;
	text-decoration:underline;
}
.downloadBtn {
	display:block;
	position:absolute;
	width:167px;
	height:57px;
	background:url(../images/bg_pop_download.png) left top no-repeat;
	cursor:pointer;
	left:66px;
	top:197px;
}
.apply {
	float:left;
	width:494px;
	height:232px;
	padding-top:80px;
	background:url(../images/bg_pop_title2.png) 34px 45px no-repeat;
	border-left:solid 1px #f6dfae;
	position:relative;
}
.apply p {
	margin:0 0 0 60px;
	font:14px/20px '宋体';
	color:#666666;
}
.apply p b {
	color:#000;
}
.apply .first {
	width:375px;
	margin-bottom:20px;
}
.apply p.tips {
	font-size:12px;
	margin-left:136px;
	margin-top:3px;
}
.input {
	width:220px;
	height:24px;
	border:solid 1px #87795a;
	background-color:#FFF;
	padding:0 10px;
	font:14px/24px '宋体';
}
.input.error {
	border:1px solid #ff0000;
}
.submitBtn {
	display:block;
	position:absolute;
	width:166px;
	height:55px;
	background:url(../images/bg_pop_submit.png) left top no-repeat;
	cursor:pointer;
	left:133px;
	top:199px;
}
