﻿/*-----------------------------公共部分-------------------------------*/
*{
	margin:0px auto;
	padding:0px;
}

body{
	font:"宋体";
	font-size:12px;
}
/*文字颜色*/
.white
{
	color: white;
}
.orange
{
	color: #FF7700;
}
.red
{
	color: #FF0000;
	font-weight:normal;
}
.blue
{
	color: #0F87FF;
}
.silver
{
	color: #C0C0C0;
}
.purple
{
	color: #6633FF;
}
.black{
	color:#333;
}
/*超链接样式*/
a.font_pay:link,a.font_pay:visited{
 color:#000;
 font-size:14px;
}
a.font_pay:hover,a.font_pay:active{
 color:#F60;
}
a.a_white:Link, a.a_white:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.a_white:hover, a.a_white:active
{
	color: #000;
	text-decoration:underline;
}
a.a_orange:Link, a.a_orange:visited
{
	color: #FF7700;
	line-height:25px;
	text-decoration:underline;
}
a.a_orange:hover, a.a_orange:active
{
	color: #660066;
	line-height:25px;
	text-decoration:line-through;
}
a.a_red:Link, a.a_red:visited
{
	color: #FF0000;
	text-decoration:none;
}
a.a_red:hover, a.a_red:active
{
	color: #F10082;
	text-decoration:underline;
}
a.a_blue:Link, a.a_blue:visited
{
	color: #0F87FF;
	text-decoration:underline;
}
a.a_blue:hover, a.a_blue:active
{
	color: #F10082;
	text-decoration: none;
}
/*---------style2.0-------///--*/
.reg_right{
	width:692px;
	padding:0px;
	margin:0px auto;
}
.reg_right_titile{
	width:682px;
	background:url(../images/reg_right_titile.gif) no-repeat;
	height:52px;
}
.reg_right_line{
	width:100%;
	background:#EDEDED;
	height:3px;
	text-align:left;
}
.f14{font-size:14px;line-height:20px}
.item{font-size:12px;margin-top:0px;padding-top:0px;text-align:left;}
.item_title{font-weight:bold;}
.item_desc{margin-top:1px;color:#666;}
.item_error{margin-top:1px;color:#FF0000; height:14px;}
.item_green{color:#008000;}
.item_input{height:20px; vertical-align:top;}
.item_input01{height:50px; vertical-align:top;}

/*---------------找回密码-----------*/
.getpassword_titile{
	width:640px;
	background:url(../images/getpassword_titile.gif) no-repeat;
	height:35px;
}
.user_right_box01{
	width:677px;
	height:6px;
	background:url(../images/user_right_box01.gif) no-repeat;
}
.user_right_box02{
	width:677px;
	background:url(../images/user_right_box02.gif) repeat-y;
	margin-top:0px!important;
	margin-top:-8px
}
.user_right_box03{
	width:677px;
	height:6px;
	background:url(../images/user_right_box03.gif) no-repeat;
}
.getpassword_content{
	width:692px;
	margin:0 auto;
	padding:0px;
	background:#fff;
	height:650px;
	text-align:left;
}