*{
	margin:0;
	padding:0;
}

body{
	background:#5F442B;
	font-family:宋体;
	font-size:14px;
	color:#5F442B;
}

#container{
	width:761px;
	height:314px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-157px;
	margin-left:-385px;	
}

#top{
	width:761px;
	height:86px;
	background:url(images/top.gif) no-repeat;
}

#main{
	width:750px;
	height:220px;
	margin-left:11px;
	background:#F2CF8B;
}

#main table{
	margin:0 auto;
}

#before,#after{
	width:530px;
	height:14px;
	line-height:14px;
	border:1px solid #A97412;
	color:#5F442B;
	outline:none;
	padding:8px 10px;
}

.button{
	width:130px;
	height:30px;
	border:none;
}

#convert{
	background:url(images/convert.gif) no-repeat;
}

#reset{
	background:url(images/reset.gif) no-repeat;
	margin-left:100px;
}

#bottom{
	width:761px;
	height:7px;
	background:url(images/bottom.gif) no-repeat;
}