@charset "utf-8";

@import url(reset.css);

html, body {
height: 100%;
}

body {
background:#f4f4f4;
font-size:12px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#000;
text-align:left;
}

.wrap {
min-height:100%;
line-height:130%;
overflow-x:hidden;
position:relative;
padding:0 20px;
zoom:1;
}

	.round {
	position:absolute;
	top:40px;
	left:50%;
	width:60%;
	margin:0 0 0 -30%;
	}
	
		.round .contentBox {
		background:url(../images/round_content_bg.png) left top repeat-y;
		margin:0 17px 0 0;
		padding:0 0 0 13px;
		}
		
			.round .content {
			background:url(../images/round_content_bg.png) right top repeat-y;
			margin:0 -17px 0 0;
			padding:0 47px 10px 30px;
			position:relative;
			overflow:hidden;
			zoom:1;
			}
		
		.round .topLine, .round .bottomLine {
		position:relative;
		height:40px;
		overflow:hidden;
		}
		
			.round .cn {
			background:url(../images/round_cn.png) no-repeat;
			position:relative;
			width:35px;
			height:160px;
			overflow:hidden;
			}
			
			.round .cn.r {
			position:absolute;
			margin-left:100%;
			left:-35px;
			top:-40px;
			}
			
			.round .bottomLine .cn {
			margin-top:-80px;
			}
			
			.round .cn.l {
			width:auto;
			margin-right:35px;
			}
			
	p {
	margin-bottom:6px;
	}
			
.wrap:after, .round .content:after {
content:'';
clear:both;
display:block;
overflow:hidden;
height:0;
}