﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, "宋体";
	font-size:12px;
}
body {
	background:url(../reg/images/bg.gif) repeat-x left top;
}
#wrapper {
	width:950px;
	margin:0 auto;
	height:auto;
	font-family:Tahoma, Verdana, "宋体";
	font-size:12px;
}
#content {
	float:left;
	width:950px;
	background:url(../reg/images/reg_18.jpg) no-repeat left top;
	margin-top:0px;
}
#content #contentLeft {
	float:left;
	width:316px;
	height:400px;
	background:url(../reg/images/reg_07.gif) no-repeat right top;
	margin-top:10px;
}
#regText {
	float:left;
	padding-left:18px;
	top:54px;
}
#content #contentLeft ul {
	line-height:22px;
	margin:80px 0 0 20px;
	list-style:none;
}
#contentRight {
	float:left;
	width:620;
	margin-top:10px;
}
#regBtn {
	margin-top:15px;
	_margin-top:0;
	margin-left:60px;
	width:183px;
	height:46px;
	border:none;
	background:url(../reg/images/reg_19.jpg) no-repeat;
	cursor:hand;
}
*+html #regBtn {
	margin-top:0;
}