body
{
	background:url(../image/bgg.jpg) repeat-x;
	width:100%;
	height:100%;
}

.fotgot-leftarea
{
	width:400px;
	float:left;
	clear:left;
	margin-top:150px;
}

.fotgot-leftarea img
{
	width:100%;
}

.forgot-rightarea
{
	width:500px;
	float:left;
	margin-top:100px;
	margin-left:50px;
}

table
{
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:5px;
}

tr
{
	float:left;
	width:100%;
}

.forgot-title
{
	float:left;
	width:100%;
	color:#CCC;
	font-size:30px;
	text-align:left;
	padding-bottom:15px;
}

.input-title
{
	float:left;
	width:100%;
	text-align:left;
	color:#CCC;
	font-size:16px;
	letter-spacing:1px;
	margin-right:15px;
	margin-top:10px;
}

.input-input
{
	float:left;
	width:450px;
	height:30px;
	border:#666 1px solid;
	background:#000;
	color:#CCC;
	font-size:22px;
	border-radius:3px;
}

.reg-message
{
	float:left;
	color:#FC0;
	font-size:14px;
	width:300px;
}


.reg-regbtnarea
{
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
}

#reg-regbtn
{
	width:120px;
	height:30px;
	margin-bottom:50px;
	margin-top:10px;
	border:0;
	font-size:20px;
	font-weight:bolder;
	cursor:pointer;
	border:#000 1px solid;
	font-family:"黑体";
}

.reg-btnbg
{
	float:left;
	border:0;
	padding:5px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	background:#FC0;
	background:-webkit-linear-gradient(top, #FF0, #FC0);
	background:-moz-linear-gradient(top, #FF0, #FC0);
	background:-o-linear-gradient(top, #FF0, #FC0);
	background:linear-gradient(top, #FF0, #FC0);
}

.reg-btnbg:hover
{
	background:#F90;
	background:-webkit-linear-gradient(top, #FC0, #FF0);
	background:-moz-linear-gradient(top, #FC0, #FF0);
	background:-o-linear-gradient(top, #FC0, #FF0);
	background:linear-gradient(top, #FC0, #FF0);
}

#reg-checkbtn
{
	width:50px;
	margin-left:10px;
	font-size:14px;
}

#reg-getcheckbtn
{
	margin-left:30px;
	width:120px;
	font-size:14px;
}

.reg-okbar
{
	background:#FC0;
	background:-webkit-linear-gradient(top, #FF0, #FC0);
	background:-moz-linear-gradient(top, #FF0, #FC0);
	background:-o-linear-gradient(top, #FF0, #FC0);
	background:linear-gradient(top, #FF0, #FC0);
}

.reg-okbar:hover
{
	background:#F90;
	background:-webkit-linear-gradient(top, #FF0, #FC0);
	background:-moz-linear-gradient(top, #FF0, #FC0);
	background:-o-linear-gradient(top, #FF0, #FC0);
	background:linear-gradient(top, #FF0, #FC0);
}

.reg-nobar
{
	background:#555;
	background:-webkit-linear-gradient(top, #CCC, #555);
	background:-moz-linear-gradient(top, #CCC, #555);
	background:-o-linear-gradient(top, #CCC, #555);
	background:linear-gradient(top, #CCC, #555);
}

.reg-nobar:hover
{
	background:#777;
	background:-webkit-linear-gradient(top, #555, #CCC);
	background:-moz-linear-gradient(top, #555, #CCC);
	background:-o-linear-gradient(top, #555, #CCC);
	background:linear-gradient(top, #555, #CCC);
}