/*
*开户页面的框架布局样式
*开户页面包括 头部，内容，底部三部分。
*/


/*开户页面头部背景样式*/


/*开户页面头部logo容器样式*/

body {
	background: url(../img/frame/body_bg.jpg?v=fa99acc) center top no-repeat;
	color: #4d4d4d;
	font: 12px "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

body,
dl,
dd,
dt,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
img,
div {
	padding: 0;
	margin: 0;
}

a,
button {
	color: #4d4d4d;
	cursor: pointer;
	text-decoration: none;
}


/*容器内容水平居左*/

.textalign-left {
	text-align: left;
}


/*容器内容水平居右*/

.textalign-right {
	text-align: right;
}


/*容器内容水平居中*/

.textalign-center {
	text-align: center;
}


/*表格内容有浮动*/

.fivetd-right,
.threetd-right {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}


/*必输项标志样式*/

.mustinput {
	color: #f00;
	margin-right: 5px;
}


/*页面字体链接,文本颜色橙色*/

.font-link,
.orange {
	color: #CB0003;
}

.font-link:hover {
	color: #ff542e;
	text-decoration: underline;
}


/*清除浮动，放在父容器闭合标签前，使父容器自适应高度*/

.divclear {
	clear: both;
}


/*头部最外层父容器样式*/


/*
*顶端信息样式
*/


/*
*横向两级导航条样式

/*顶端信息父容器*/

.header-top {
	margin: 0 auto;
	height: 23px;
	width: 980px;
	z-index: 2;
}


/*两级导航条父容器*/

.header-main-c {
	margin: 0 auto;
	width: 968px;
	height: 52px;
	position: relative;
}

.logo {
	background: url(../img/frame/logo.png?v=7cb30a5) 0% 50% no-repeat;
	/*-----公司LOGO---*/
	position:absolute;
	left:-95px;
	width:358px;
	height:59px;
	transform: scale(0.5);
}

.header-main-r {
	float: right;
	margin-top: 10px;
}

.header-main-r .top_link {
	width: 185px;
	height: 30px;
	line-height: 30px;
	top: 4px;
}

.header-main-r .top_link a {
	display: block;
	float: left;
	color: #7F7F7F;
}

.header-main-r .top_link .a1 {
	width: 75px;
	height: 30px;
	line-height: 30px;
	background: url(../img/frame/icon01.png?v=2f1ff45) no-repeat left center;
	padding-left: 15px;
}

.header-main-r .top_link .a2 {
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: url(../img/frame/icon02.png?v=f516d31) no-repeat left center;
	padding-left: 15px;
}

.header-main-r .phone {
	height: 30px;
	width: 180px;
	line-height: 30px;
}

.header-main-r .phone span {
	display: block;
	float: left;
	background: url(../img/frame/icon03.png?v=4199daa) no-repeat left center;
	color: #7F7F7F;
	padding-left: 15px;
}

.header-main-r .phone img {
	float: left;
	padding: 9px 0 0 3px;
}


/*
*/

.iframe {
	padding: 0 5px;
	width: 980px;
	margin: 0 auto;
}

.content,
.dialog2 {
	border-radius: 3px;
	border: #CECECE 1px solid;
	margin: 0 auto;
	margin-top: 10px;
}


/*ifram页面标题*/

.pagetitle-div,
.table-title {
	background: url(../common/img/table_t.png?v=9952be9) 50% 50% no-repeat;
	margin: 10px 0;
	height: 35px;
}

.table-title {
	background: url(../common/img/table_t3.png?v=57d2cce) 50% 50% no-repeat;
}

.table-title span {
	padding-left: 50px;
}

.table-title span,
.pagetitle-div span {
	color: #000;
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 30px;
}


/*开户页面主要内容容器样式------------*/

.openacct-content {
	margin: 0 auto;
}


/*
*
*开户步骤流程操作步骤提示*/


/*开户步骤操作父容器样式*/

#openacct-content-header {
	margin-top: 10px;
}


/*开户步骤操作容器样式   */

.operateStep {
	height: 38px;
	margin-bottom: 10px;
	width: 100%;
}

#openacct-content-header .operateStep table {
	float: right;
}


/*开户步骤操作步骤共用样式*/

#openacct-content-header #operateStep td {
	background: url(../common/img/img-red/step_bg.png?v=fbd31ef) 100%;
	font: 1.2em "微软雅黑", "黑体";
	line-height: 38px;
	height: 38px;
	margin: 10px auto 10px 10px;
	overflow: hidden;
	text-align: center;
	width: 172px;
}


/*业务流程操作第一步骤图片样式*/

#openacct-content-header #operateStep .first {
	background-position: 0px 0px;
}


/*业务流程操作步骤图片样式*/

#openacct-content-header #operateStep .operate-step {
	background-position: 0px -76px;
}


/*业务流程操作最后一个步骤样式*/

#openacct-content-header #operateStep .last {
	background-position: 0px -152px;
}


/*当前第一个业务步骤[当前步骤]图片样式*/

#openacct-content-header #operateStep .first-current {
	background-position: 0px -38px;
	color: white;
}


/*当前中间业务步骤[当前步骤]图片样式*/

#openacct-content-header #operateStep .operate-step-current {
	background-position: 0px -114px;
	color: white;
}


/*当前最后业务步骤[当前步骤]图片样式*/

#openacct-content-header #operateStep .last-current {
	background-position: 0px -191px;
	color: white;
}


/*---------- step end-------------*/


/*
 *页脚样式
 *包括：客服热线和copyright
 */


/*页脚父容器样式*/

.footer {
	height: 56px;
	background: url(../img/frame/footer_bg.gif?v=270258b) no-repeat left top;
	padding: 6px 0 0 0;
}

.footer .flink {
	float: left;
	width: 600px;
	height: 30px;
	line-height: 30px;
	color: #6E6E6E;
}

.footer .flink a {
	margin: 0 10px;
	color: #6E6E6E;
}

.footer .flink_fr {
	float: right;
	width: 190px;
	height: 24px;
	line-height: 24px;
	padding-top: 6px;
}

.footer .flink_fr span {
	color: #4E4E4E;
}

.footer .flink_fr select {
	width: 130px;
}

.footer .copyright {
	height: 30px;
	line-height: 30px;
	clear: both;
	color: #4E4E4E;
}

.footer .copyright span {
	margin: 0 10px;
	color: #4E4E4E;
}


/*开户银行列表父容器样式*/

.openacct-banklist {
	background: #fff;
	border-collapse: collapse;
	border: none;
	width: 98%;
	margin: 0 auto;
}


/*开户银行第一步输入信息容器样式*/

.openacct-bankinfo {
	margin: 0 auto;
	margin-top: 10px;
	width: 99.5%;
}

.openacct-title {
	background: #F9F9F9;
	border: 1px #E9E9E9 solid;
	color: #cb0003;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 35px;
	margin: 10px;
}


/*开户银行列表银行单元格父容器样式*/

#bankGrp {
	margin: 0 auto;
	width: 95%;
}


/*增加银行卡输入信息容器样式*/

.add-bankinfo {
	line-height: 20px;
	padding: 5px 15px 5px 55px;
}


/*输入增加银行信息表格第一列样式*/

.openacct-bankinfo .td1 {
	width: 20%;
	height: 35px;
}


/*输入增加银行信息表格第二列样式*/

.openacct-bankinfo .td2 {
	width: 25%;
	height: 35px;
}


/*选中银行样式*/

#channelname {
	display: inline;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}


/*开户银行列表银行单元格样式*/

.openacct-banklist div {
	float: left;
	line-height: 22px;
	margin: 0px 10px;
	_margin: 0px 5px;
	padding: 5px 20px 5px 12px;
	_padding: 5px 20px 5px 12px;
	/*ie6兼容*/
}


/*银行列表银行单元格定投样式*/

.openacct-paycenterid {
	background: url(../common/img/throw_icon.png?v=cb0471b) 100% no-repeat;
	height: 29px;
	margin-left: -27px;
	margin-top: -2px;
	position: absolute;
	width: 28px;
}


/*开户银行列表单元格定投样式*/

#bankGrp .openacct-paycenterid {
	margin-top: 0px;
	/*-30px;*/
	margin-left: -28px;
	/*105px;*/
}


/*开户银行列表银行单选输入框样式*/

.openacct-banklist div input {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	*margin-right: 2px;
	*margin-top: 5px;
	/*ie6兼容*/
}


/*开户银行列表中图片样式*/

.openacct-banklist div a {
	border: #fff 2px solid;
	display: block;
	float: left;
	_height: 36px;
}


/*银行卡logo图片样式容器容器*/

.openacct-banklist div a:hover {
	border: #cb0003 2px solid;
	height: 34px;
	float: left;
}

.openacct-banklist div img {
	cursor: pointer;
	vertical-align: middle;
}

.openacct-banklist .openacct-selected-bank {
	background-color: #ccc;
}

.openacct-banklist .subBanks {
	background-color: #ccc;
	display: block;
	padding: 0;
	width: 100%;
	zoom: 1;
}

.subBanks span {
	float: right;
	margin: 5px;
}

.subBanks div {
	margin: 0;
}

.subBanks P {
	color: #039;
	font-size: 14px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	_padding: 10px 0px 0px 10px;
	display: inline;
	font-weight: bold;
}


/*开户银行信息表格标题图片样式*/

.openacct-bankinfo span img {
	vertical-align: middle;
}


/*开户银行信息表格选择框样式*/

.openacct-bankinfo input {
	_width: expression(this.type=="text" ? "230px": "");
}

.openacct-bankinfo input[type=text] {
	width: 230px;
	height: 20px;
}

.openacct-bankinfo select {
	width: 234px;
	width: 234px\9;
	height: 27px;
	line-height: 27px;
}

.openacct-bankinfo select {
	_width: expression(this.type=="text" ? "230px": "");
	_height: expression(this.type=="text" ? "27px": "");
}


/*开户银行信息表格tfoot[下一步按钮父容器]样式*/

.openacct-floot {
	margin: 0 auto;
	width: 970px;
}


/*开户银行信息表格tfoot[下一步按钮单元格]样式*/

.openacct-bankinfo tfoot td {
	height: 50px;
}


/*开户银行信息表格错误提示样式*/

.openacct-bankinfo label.error {
	width: 400px;
}


/*开户协议样式---*/


/*开户容器样式*/

.agreement {
	background: #f2f2f2;
	padding: 10px;
	line-height: 22px;
}

.agreement-c div,
.agreement-c ul li p,
.agreement-c ul li {
	line-height: 22px;
}


/*
*开户第二步，签订协议填写资料页面
*包括个人信息，监护人信息，银行卡信息，联系方式
*
*/


/*个人信息等表单父容器*/

.openacct2 {
	margin: 0 auto;
}


/*个人信息等表单标题*/

.openacct2-t {
	background: url(../common/img/ico-purchase.png?v=b89f32b) 0px -167px no-repeat transparent;
	clear: both;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto;
	padding-left: 10px;
	margin-bottom: 0;
	width: 85%;
}

.openacct2-t span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	padding: 5px 10px 10px;
}


/*用户昵称输入提示正确信息*/

.validate-yes {
	background: url(../common/img/validate_yes.png?v=f149de2) left center no-repeat;
	color: #1fab39;
	padding: 6px 10px 6px 20px;
}


/*用户昵称输入提示错误信息*/

.validate-no {
	background: url(../common/img/validate_no.gif?v=34054df) left center no-repeat;
	color: #cb0003;
	padding: 6px 10px 6px 20px;
}


/*监护人信息提示*/

.guardian-suggest {
	padding: 6px 30px;
	text-align: center;
	margin: 3px auto;
	background: #F2F2F2;
	border: #069 1px solid;
	display: inline-block;
	margin-left: 150px;
}


/*个人信息，监护人信息，银行卡信息，联系方式表单样式*/

.openacct2-personalinfo,
.openacct2-guarderinfo,
.openacct2-bankinfo,
.openacct2-contactinfo {
	width: 100%;
}


/*个人信息，监护人信息，银行卡信息，联系方式表单第一列样式*/

.openacct2-personalinfo .td1,
.openacct2-guarderinfo .td1,
.openacct2-bankinfo .td1,
.openacct2-contactinfo .td1 {
	line-height: 32px;
	padding-right: 20px;
	width: 30%;
}


/*个人信息，监护人信息，银行卡信息，联系方式表单第二列样式*/

.openacct2-personalinfo .td2,
.openacct2-guarderinfo .td2,
.openacct2-bankinfo .td2,
.openacct2-contactinfo .td2 {
	line-height: 32px;
	width: 65%;
}


/*个人信息，监护人信息，银行卡信息，联系方式表单输入框样式*/

.openacct2 input[type=text],
.openacct2 input[type=password] {
	width: 220px;
	height: 20px;
}


/*ie6下 input type=password 输入框*/

.openacct2 input {
	_width: expression(this.type=="text"||this.type=="password" ? "220px": "");
}


/*个人信息，监护人信息，银行卡信息，联系方式表单下拉框样式*/

.openacct2 select {
	width: 223px;
	height: 27px;
}


/*银行卡信息表单中，开卡银行全称表单样式*/

.openacct2 #province,
.openacct2 #city {
	width: 108px;
	vertical-align: middle;
}

.openacct2 #bankname1,
#bankname2 {
	width: 104px;
	vertical-align: middle;
}


/*页面按钮父容器样式*/

.openacct2-button {
	padding: 20px;
	text-align: center;
}


/*
*开户最后一步，开户成功页面
*包括开户结果，提示信息，登陆按钮
*---------------------------------------------------------*/


/*开户成功信息父容器样式*/

.openacct-content .openAcctlast {}


/*---------------------------------------------------------*/


/*开户成功信息详细内容文本样式*/

.successInfo span {
	border-collapse: collapse;
	color: #F50;
	display: block;
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
}


/*开户成功信息详细段落文本样式*/

.successInfo p {
	color: #aaa;
	line-height: 25px;
	text-align: center;
}


/*
*显示/隐藏处理等待提示框
*遮罩层
*/

.mask,
.mask1 {
	background: url(../common/img/overlay_bg.png?v=2bf031f) repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	/* this works in IE6, IE7, and IE8 */
	left: 0;
	height: 100%;
	position: fixed;
	*position: absolute;
	opacity: 0;
	/* other browsers */
	top: 0;
	width: 100%;
	z-index: 1000;
}

.mask1 {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	/* this works in IE6, IE7, and IE8 */
	opacity: 0.9;
	/* other browsers */
	*top: expression(eval(document.documentElement.scrollTop));
}

.waiting,
.waiting1 {
	background: #f5f5f5;
	color: #504545;
	height: 80px;
	padding-top: 20px;
	position: fixed;
	*position: absolute;
	text-align: center;
	*top: expression(eval(document.documentElement.scrollTop +250));
	width: 250px;
	z-index: 1001;
	border: #ccc 3px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#divWaiting .divWaiting-img {
	background: url(../common/img/waiting.gif?v=485a4c5) no-repeat;
	display: inline-block;
	height: 32px;
	margin: 5px auto;
	width: 200px;
}


/*增加银行卡页面样式----------------------
**
*/


/*查询容器样式*/

.addbank-c {
	line-height: 25px;
	margin: 0 0 20px 70px;
	overflow: auto;
}


/*查询标题样式,增加银行卡页面样式*/

.addbank-t {
	background: url(../common/img/ico-purchase.png?v=b89f32b) 0px -170px no-repeat;
	color: #000;
	clear: both;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding-left: 20px;
	width: 89%;
}

.addbank-tt {
	color: #000;
	clear: both;
	height: 24px;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	width: 89%;
	background: transparent url("../common/img/ico-purchase.png?v=b89f32b") no-repeat scroll -188px -34px;
	margin: 20px auto 0px;
}


/*银行卡logo图片样式容器容器*/

.bank-box {
	cursor: pointer;
	display: block;
	float: left;
	margin: 5px 20px;
}

.bank-box input {
	_float: expression(this.type=="radio" ? "left": "");
}

.bank-box input[type=radio] {
	vertical-align: middle;
	margin: -28px 5px 0px 0px;
}

.bank-box img {
	border: #fff 2px solid;
}

.bank-box .bankImgOver {
	border: #cb0003 2px solid;
}


/*输入框后提示信息样式*/

.suggest {
	background-color: #F1F1F1;
	color: #555;
	float: left;
	line-height: 22px;
	padding: 4px 8px;
}


/*温馨提示父容器样式*/

#floot,
.floot {
	margin: 20px 1px;
	padding-bottom: 20px;
}


/*温馨提示标题*/

#awake,
.awake {
	background: url(../common/img/awake_t.png?v=2b39f05) left no-repeat;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
}

#floot span,
.floot span {
	display: block;
	padding: 5px 20px;
}

#floot ol,
.floot ol {
	line-height: 25px;
	padding-left: 25px;
}


/*页面流转按钮样式*/

.buttonNext,
.buttonBack,
.btnClass-a {
	background: url(../common/img/button_bg.png?v=17f5bfb) no-repeat 0px -39px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 10px 10px 20px 10px;
	width: 88px;
	text-align: center;
}

.btnClass-a {
	display: block;
}

.buttonBack {
	background: url(../common/img/button_bg.png?v=17f5bfb) no-repeat 0px -1px;
}


/*页面流转按钮鼠标动作样式*/

.buttonNext:hover,
.buttonBack:hover,
.btnClass-a:hover {
	background: url(../common/img/button_bg.png?v=17f5bfb) no-repeat-x 0px -77px;
}


/*
*系统对话框dialog
*重定义jquery控件样式
---------------------------------------------------------*/


/*系统对话框父容器样式*/

.ui-dialog {
	background: #fff;
	_border: #ccc 3px solid;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 380px;
	_width: 390px;
}


/*对话框层叠公共样式*/

.ui-resizable-handle {
	display: block;
	font-size: 1px;
	position: absolute;
	z-index: 999;
}


/*对话框上边框样式*/

.ui-resizable-n {
	background: url(../common/img/dialog/button_tt.png?v=e2cc294) top repeat-x;
	cursor: n-resize;
	height: 10px;
	left: 0;
	top: 0;
	width: 100%;
}


/*对话框右边框样式*/

.ui-resizable-e {
	background: url(../common/img/dialog/button_rr.png?v=b077d14) right repeat-y;
	cursor: e-resize;
	width: 16px;
	height: 100%;
	_height: 150px;
	right: 0;
	top: 3px;
}


/*对话下边框样式*/

.ui-resizable-s {
	background: url(../common/img/dialog/button_bb.png?v=a2f33e0) bottom repeat-x;
	bottom: 0px;
	height: 13px;
	cursor: s-resize;
	left: 0;
	width: 100%;
}


/*对话框左边框样式*/

.ui-resizable-w {
	background: #fff url(../common/img/dialog/button_ll.png?v=f5b03f8) left repeat-y;
	cursor: w-resize;
	width: 11px;
	height: 100%;
	_height: 150px;
	left: 0;
	top: 3px;
}


/*对话框右下脚框样式*/

.ui-dialog .ui-resizable-se {
	bottom: 0;
	background: url(../common/img/dialog/button_br.png?v=c08ae47) bottom right no-repeat;
	height: 23px;
	right: 0;
	width: 20px;
}


/*对话框左下脚框样式*/

.ui-dialog .ui-resizable-sw {
	bottom: 0;
	background: url(../common/img/dialog/button_bl.png?v=324f32c) left no-repeat;
	width: 11px;
	height: 13px;
	cursor: sw-resize;
	left: 0;
}


/*对话框左上脚框样式*/

.ui-dialog .ui-resizable-nw {
	background: url(../common/img/dialog/button_tl.png?v=6f00836) left top no-repeat;
	cursor: nw-resize;
	width: 11px;
	height: 10px;
	left: 0;
	top: 0;
}


/*对话框右上脚框样式*/

.ui-dialog .ui-resizable-ne {
	background: url(../common/img/dialog/button_tr.png?v=c557e5b) right top no-repeat;
	cursor: ne-resize;
	width: 12px;
	height: 10px;
	right: 0;
	top: 0;
}


/*对话框标题容器样式*/

.ui-dialog .ui-dialog-titlebar {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: url(../common/img/table_tittle_bg.gif?v=dcb27e1) bottom repeat-x;
	border-bottom: #ccc 1px solid;
	height: 35px;
	margin: 0 auto;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	letter-spacing: 2px;
	padding: 0;
	position: relative;
	width: 100%;
}


/*对话框标题样式*/

.ui-dialog .ui-dialog-title {
	color: #000;
	float: left;
	font-size: 1.2em;
	padding-left: 15px;
	_padding-left: 7px;
	line-height: 35px;
	letter-spacing: 0;
}


/*对话框关闭右上角关闭按钮样式*/

.ui-dialog .ui-dialog-titlebar-close {
	height: 18px;
	margin: -10px 0 0 0;
	position: absolute;
	padding: 1px;
	right: .3em;
	top: 50%;
	width: 19px;
}


/*对话框关闭右上角关闭按钮为文字时样式*/

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}


/*对话框关闭右上角关闭按钮鼠标动态样式*/

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}


/*对话框内容容器样式*/

.ui-dialog .ui-dialog-content {
	border: none;
	background: none;
	color: #504545;
	clear: both;
	overflow: auto;
	padding: 10px 20px 0 10px;
	position: relative;
	zoom: 1;
}


/*对话框内容提示图片样式*/

.kfit_dlg_img {
	margin: 5px 0 0 5px;
	_margin: 5px 0 0 2px;
	/*ie 6*/
	float: left;
}


/*对话框内容样式*/

.kfit_dlg_msg {
	float: left;
	font-size: 12px;
	line-height: 25px;
	margin-top: 10px;
	width: 80%;
	padding-left: 10px;
	_padding-left: 5px;
}


/*对话框操作按钮父容器样式*/

.ui-dialog .ui-dialog-buttonpane {
	border-top: 1px solid #ccc;
	background-image: none;
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
	width: 82%;
	_width: 70%;
}


/*对话框操作按钮父容器样式*/

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
    margin: 5px 10px 20px 99px;
    width: 250px;
}


/*对话框操作按钮样式*/

.ui-dialog .ui-dialog-buttonpane button {
	background: url(../common/img/button_bg.png?v=17f5bfb) no-repeat 0px -39px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 35px;
	width: 90px;
	margin: 5px 10px;
	text-align: center;
	z-index: 2000;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: url(../common/img/button_bg.png?v=17f5bfb) repeat-x 0px -77px;
}


/*对话框操作按钮内文字样式*/

.ui-dialog .ui-button-text {
	display: block;
	line-height: 20px;
	padding: 2px 10px;
}


/*
*
*-------------------鉴权结果对话页面------------
*/


/*对话结果容器样式*/

.dialog-content {
	line-height: 25px;
	padding: 30px;
	text-align: center;
}


/*对话框文本内容样式*/

.dialog-content span {
	color: #cb0003;
	font: 18px "宋体";
	font-weight: bold;
}


/*对话结果按钮容器样式*/

.button-position {
	margin-top: 20px;
	text-align: center;
}


/*对话结果成功容器样式*/

.dialogresult-ok-icon {
	background: url(../common/img/result_ok_icon.gif?v=988f63f) no-repeat top left;
	padding: 20px 0 20px 60px;
}

.dialogresult-failure-icon {
	background: url(..common/img/result_failure_icon.gif) no-repeat;
	padding: 20px 0 20px 60px;
}


/*输入页面表格父容器样式*/

.rframe-table-inputform,
.rframe-table-checkform,
.rframe-table-result {
	margin: 10px auto;
	width: 100%;
}


/*检查，输入，操作结果页面表格行样式*/

.rframe-table-inputform tr,
.rframe-table-checkform tr,
.rframe-table-result tr {
	height: 40px;
	line-height: 40px;
	*height: 35px;
	*line-height: 35px;
}

.rframe-table-checkform th {
	padding-right: 10px;
	width: 140px;
}


/*表单脚注样式，用来定义动作按钮*/

.rframe-table-inputform tfoot td,
.rframe-table-checkform tfoot td {
	line-height: 40px;
	_padding-bottom: 10px;
	/*ie6*/
	text-align: center;
}


/*推荐人控制按钮*/

#addreferralid .expand,
#addreferralid .unexpand {
	float: right;
}


/*表格第一列样式*/

.itd1width {
	width: 29.5%;
}

.itd2width {
	width: 32%;
}

.itd3width {
	width: 38%;
}

.rframe-table-result-button {
	margin-top: 10px;
	text-align: center;
}


/*输入页面文本输入框[type=text]样式*/

.rframe-table-inputform input[type="text"],
.rframe-table-inputform input[type="password"] {
	width: 275px;
	height: 20px;
}

.rframe-table-inputform input {
	_width: expression( (this.type=="text" || this.type=="password")? "275px": "");
}


/*输入页面下拉选择框样式*/

.rframe-table-inputform select {
	width: 282px;
	height: 27px;
	line-height: 27px;
}


/*操作信息提示信息*/

.rframe-result-promptmsg {
	margin: 0px auto;
	line-height: 25px;
	padding: 8px 30px;
	width: 80%;
	text-align: center;
}


/*邮箱智能提示样式*/

.automail-div {
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 5px 5px;
	position: absolute;
	z-index: 9999;
	display: none;
}

.automail-p {
	width: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	clear: both;
	font-size: 12px;
	color: #4d4d4d;
	cursor: default;
}

.automail-ul {
	padding: 0;
	margin: 0;
}

.automail-li {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	color: #777;
	font-family: "Tahoma";
	list-style: none;
	cursor: pointer;
	overflow: hidden;
}

.automail-li-hover {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	list-style: none;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	background: #06f;
}

.automail-highlight {
	color: #f00;
}

.bankMesList {
	width: 262px;
	position: fixed;
	top: 45%;
	left: 50%;
	margin: -251px 0px 0px -131px;
	z-index: 101;
	background: #F2F2F2;
	padding:12px 15px;
	border-radius: 5px 5px;
	display: none;
}

.bankMesList li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}

.bankMesList .tit {
	height: 37px;
}

.bankMesList li span,
.bankMesList .limitMes {
	float: left;
	text-align: center;
	display: inline-block;
	width: 100px;
}

.bankMesList .limitMes {
	width: 161px;
	border-left: 1px solid #CCCCCC;
}

.limitMes .titMes,
.limitMes .lileft {
	line-height: 18px;
}

.limitMes .titMes {
	width: 161px;
	border-bottom: 1px solid #CCCCCC;
}

.limitMes .lileft,
.bankMesList .bankLimit {
	width: 80px;
}

.bankMesList .bankLimit {
	border-left: 1px solid #CCCCCC;
}

.bankMesList li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
#divWaiting p span{display:block;}

/* 通联-短信重置密码验证码弹出框底层*/
.validBack1{
	display:none;
	z-index:1001;
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#484848;
	filter: Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*输入验证码*/
.validDiv1 {
	position:fixed;
	z-index:1002;
	display:none;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}
.validCodeDiv1{
	position:relative;
	margin:auto;
	overflow:hidden;
	height:100%;
	width:100%;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
}
#popupContact1 {
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	background: #fff;
	width: 520px;
	height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -260px;
}
#popupContactClose1 {
	line-height: 32px;
	right: 18px;
	top: 7px;
	position: absolute;
	display: block;
	cursor: pointer;
}

/*title*/
.message1 {
	height: 61px;
	margin-left: 16px;
}

.message_left1 {
	float: left;
}
.message_right1 {
	margin-left: 16px;
	float: left;
}

.message_info1 {
	font-size: 23px;
	height: 38px;
	line-height: 38px;
}

#phone_number1 {
	color: black;
	font: 30px "微软雅黑", "Arial, Helvetica, sans-serif";
    font-weight: bolder;
}
/*content*/
.validate1 {
	height: 36px;
	margin-left: 16px;
	margin-top: 30px;
}

.validate_left1 {
	height: 36px;
	width: 70px;
	line-height: 36px;
	float: left;
	font-size: 17px;
	text-align: right;
}

.validate_middle1 {
	height: 36px;
	width: 290px;
	margin-left: 16px;
	float: left;
}

#iCode1 {
	width: 290px;
	height: 32px;
	line-height:32px!important;
	font: 20px "微软雅黑", "Arial, Helvetica, sans-serif";
	border-radius: 4px;
	text-align: center;
	border: 1px solid #D7D7D7;
	color: #999;
}

#validate_right1 {
	padding: 0;
	height: 36px;
	width: 90px;
	line-height: 36px;
	float: left;
	margin-left: 16px;
}

#sendCode1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #33335E;
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	background-color: #CCCCCC;
	
}
.btn_next1 {
	margin: 0 auto;
	width: 300px;
	cursor: pointer;
}
#validBtn1{
	display: block;
    width: 350px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-weight: 600;    
    background: url(../common/img/button_bg.png?v=17f5bfb) no-repeat 0px -147px;   
    letter-spacing: 1px;
   	cursor: pointer;
	border: none;
	font: 700 18px/50px "Microsoft YaHei";
}
#validBtn1:hover{

}
#spanTipsMsg1{
	text-align: center;
    margin: 0 auto;
    height:50px;
    line-height:50px;
    font-size:14px;
    color: red;
    white-space: nowrap;
}
#sendCode1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	background-color: #CCCCCC;
	 background: url(../common/img/button_bg.png?v=17f5bfb) no-repeat 0px -39px;   
}



