body{
	min-width:1200px;
	
	margin: 0 auto;
/* 	background:#2c3e50; */
}
.errors{
	margin:auto;
	width:1200px;
	overflow: hidden;
	zoom:1px;
}
.thisImages img{
	float:left;
	width:37px;
	height:42px;
	margin-top:40px;
	margin-left:40px;
}
.firstTitle{
	float:left;
	margin-left:10px;
	width:1000px;
	overflow: hidden;
	zoom:1px;
	margin-top:40px;
}
.firstTitle span{
	font-size:18px;
	color:#EB7250;
	float:left;
	line-height: 42px;
	
}
.secondTitle{
	float:left;
	margin-left:87px;
	width:1000px;
	overflow: hidden;
	zoom:1px;
	margin-top:12px;
}
.secondTitle a{
	font-size:12px;
	color:#EB7250;
	float:left;
}
.thredTitle{
	float:left;
	margin-left:87px;
	width:1000px;
	overflow: hidden;
	zoom:1px;
	margin-top:24px;
}
.thredTitle span{
	font-size:12px;
	color:#868389;
	float:left;
}
.fourTitle{
	float:left;
	margin-left:87px;
	width:1000px;
	overflow: hidden;
	zoom:1px;
	margin-top:16px;
}
.fourTitle a{
	font-size:12px;
	color:#EB7250;
	float:left;
}

.footer{
	width:1200px;
/* 	width:100%; */
	height:32px;
	line-height:32px;
	background:#2c3e50;
	overflow:hidden;
	zoom:1;
	position: relative;
	margin: 0 auto;
}
.footer-left{
/* 	float:left; */
/* 	width:100%; */
    width:700px;
	margin:0px auto;
/* 	text-align: center; */
/* 	overflow:hidden;zoom:1; */
}
.footer-left ul {
	overflow:hidden;
	zoom:1;
}
.footer-left ul li {
		margin:0px auto;
	display: block;
	list-style-type:none;
	line-height:32px;
	font-size:12px;
	color:#fff;
}
.footer-right{
    width:100px;
    position:absolute;
    right:32px;
    bottom:0;
    height: 32px;
    
/* 	margin-right:32px; */
}

.footer-right a{
	font-size:14px;
	line-height:32px;
	background:none;
	border:none;
	color:#fff;
}

.tooltip{
/* 	width: 300px; */
	max-width:600px;
	height: 52px;
	line-height: 52px;
	padding:0 30px;
	position: fixed;
 	top:0; 
	left:0;
 	display: none; 
 	z-index: 2000;
 	background-color:#000;
 	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 100;
}

.tooltip span{
	color: #fff;
}
/*
	������
*/
.dialogBox2{  
	position:absolute;    
        height:130PX;  
        width:500PX;    
        z-index: 10;
        display: none;
/*         border:1PX solid #F00;   */
    } 
.dialogBox2{
	background-color:#fff;
/* 	margin-top:100px; */
/* 	margin-left:500px; */
/* 	margin-bottom:200px; */
	width:480px;
	overflow: hidden;
	zoom:1;
	font-size:12px;
	border:4px solid #D8D8D8;
}
    .divs2{
	position: absolute; 
	top: 0px; 
	left: 0px; 
/* 	background-color: rgb(45, 45, 45);  */
	z-index: 5000; 
/* 	opacity: 0.8;  */
/* 	display: none;  */
	background-position: initial initial; 
	background-repeat: initial initial;
}
.dialogBoxTitle2{
	margin-top:10px;
	margin-left:10px;
	height: 30px;
	width: 450px;
/* 	padding-bottom:10px; */
	border-bottom:2px solid #D8D8D8;
}
.dialogBoxContent2{
	margin-left:10px;
	width:450px;
}
.dialogBoxContentName2{
	margin-top:10px;
	height: 30px;
}
.dialogBoxButton2{
	overflow:hidden;
	zoom:1;
	margin-top:10px;
/* 	height: 30px; */
	width: 100%;
	height:35px;
	background: #F1F5F6;
/* 	background: red; */
}
.dialog-close2{
	margin-top:6px;
	float:right;
}
.cancel{
	margin-right:12px;
	margin-left: 5px;
	background:none;
	border:1px solid #D8D8D8;
}
.buttonChoice2{
	float:right;
	border:none;
	background: #009de0;
	border:1px solid #009de0;
	color: #fff;
	border-radius:2px;
	margin-top:6px;
}
.close{
	background:none;
	border:none;
	float:right;
}
.maskLayer {
	background-color:#808080;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    opacity: 0.6;
    z-index: 1;
    position: absolute;
}
