html{overflow-y:scroll;background:url(../images/mr-body-bg.jpg) repeat-x #f7f7f7}
body {font-size:14px; font-family:"微软雅黑";background:none;}
h2 {margin:0;padding:0;}
img {border:none;margin:0;padding:0;}




#wrapper {
	width:100%;
	}
.main {
	border-radius:4px;
	border:#ddd 1px solid;
	padding-bottom:50px;
	background:url(../images/mainbj.png) repeat-x bottom;
	background-color:white;
	}
.main-title {
	width:100%;
	line-height:60px;
	margin: 0 auto;
	}	
.main-title h2 {
	font-size:18px;
	color:#fff;
	letter-spacing:2px;
	font-weight:normal;
	text-indent:48px;
	border-radius:4px 4px 0 0;
	background:url(../images/logo.png) no-repeat left #008ECC;
	background-size:44px auto;
	margin:0;
	padding:0;
	line-height:44px;
	}	
.main-banner {
	width:98%;
	margin:0 auto;
	}	
.main-banner img {
	display:block;
	margin-top:8px;
	}	
.main-table {
	height:80px;
	margin: 0 auto;
	margin-top:20px;
	}	
.main-table table {
	width:100%;
	}	
.main-table table th {
	font-weight:normal;
	line-height:32px;
	}	
.main-table table td input {
	width:80%;
	height:22px;
	line-height:22px;
	border:#999 1px solid;
	}	
.main-but {	
	width:40%;
	height:36px;
	margin:0 auto;
	margin-top:20px;
	}	
.main-but #yes {
	display:block;
	height:36px;
	border:none;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	font-family:"微软雅黑";
	margin: 0 auto;
	border-radius:4px;
	background:#008ECC;
	}	
.main-but #yes:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}	
/* 屏大于820 */	
@media (min-width:820px) {
.main {
	width:800px;
	margin:90px auto 0;
	}
.main-table {
	width:440px;
	}
.main-but #yes {
	width:40%;
	}	
}	
/* 屏大于520小于820 */

@media (min-width:520px) and (max-width:820px)  {	
.main {
	width:98%;
	margin:0 auto;
	}
.main-table {
	width:80%;
	}	
.main-but #yes {
	width:80px;
	}	
}
	
	
	
	
	
	
	
	
