﻿/*### 告别单身-注册登录样式 ###*/
/*### gaobiedanshen.com ###*/
/*### login.css ###*/

/*--loginContainer  loginShadow--*/
.loginContainer {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:650px;
	height:400px;	
	background:#fff;
	padding:0 15px;
	border:solid 1px #ccc;
}
.loginShadow {
	position:absolute;
	left:5px;
	top:5px;
	z-index:1;
	width:650px;
	height:400px;
	background:#000;
	padding:0 15px;
	border:solid 1px #000;
	filter:alpha(opacity=50);	/* IE */
	-moz-opacity:0.5;			/* Moz + FF */
	opacity: 0.5;				/* 支持CSS3的浏览器（FF 1.5也支持）*/
}
.loginContainer h4 {
	padding:10px 0;
	margin:0;	
}
.loginContainer h4 .domainName {
	float:right;
	color:#ccc;
}
ul.login {	
	margin:0;
	padding:35px 0 35px 285px;	
	list-style-type:none;
	border:solid 1px #ccc;
	background:url("../Images/logoCouple.gif") no-repeat 30px 20px;
}
ul.login li {
	clear:both;
	margin-bottom:10px;
}
ul.login li span.label {
	float:left;
	width:70px;
	height:38px;
	line-height:38px;
	font-weight:bold;
	text-align:right;
}
ul.login li span.label2 {
	float:left;
	width:70px;
}
.iptTxtLogin,.iptPassLogin {
	font-size:16px;
	font-weight:bold;
	font-family:Arial,"宋体",sans-serif,lucida grande,lucida,arial,helvetica;
	height:32px;
	line-height:32px;
	border:solid 2px #ccc;
	width:195px;
}
.iptTxtCode {
	font-size:16px;
	font-weight:bold;
	font-family:Arial,"宋体",sans-serif,lucida grande,lucida,arial,helvetica;
	height:32px;
	line-height:32px;
	border:solid 2px #ccc;
	width:95px;
}
.btnLogin,.btnRegister,.btnEmailActivate {
	width:200px;
}
/*--loginPositon--*/
.loginPositon {
	position:absolute;
	top:50%;
	left:50%;
	margin:-200px 0 0 -340px;
	width:680px;
	height:400px;
}
/*--wraper--*/
.wraper {
	position:relative;
	margin:0 auto;
	width:808px;
	padding:70px;
	border:solid 1px #ccc;
}
.logoCouple {
	background:url("../Images/logoCouple.gif") no-repeat 570px 250px;
}
.prmtCouple {
	position:absolute;
	left:590px;
	top:210px;
	width:180px;
	height:50px;
	background:url("../Images/prmtCouple.gif") no-repeat;
	font-size:20px;
	font-family:"黑体";
	text-align:center;
	line-height:45px;
	color:#666;
}
/*--regStep--*/
ul.regStep {
	padding:0;
	margin:0;
	height:50px;	
	list-style-type:none;
	font-size:20px;
	font-family:"黑体";
	margin-bottom:40px;
}
ul.regStep li {
	float:left;	
	height:50px;
	line-height:40px;
	text-align:center;
	padding:0 10px;
}
.stepSN {
	font-size:20px;
	font-family:"Arial Black";
}
ul.regStep li.stepSlt {
	background:url("../Images/bgStep.gif") no-repeat;
}
/*--regTips--*/
.regTips {
	clear:both;
	width:330px;
	padding:30px 30px 30px 90px;
	margin-bottom:40px;
}
.regTips h4 {
	margin:0;
	margin-bottom:15px;
}
.regTips .content {
	
}
.regTips .details {
	font-size:12px;
}

.iconAlert_64 {
	background:url("../Images/iconAlert_64.gif") no-repeat 20px 20px;
}
.iconInfo_64 {
	background:url("../Images/iconInfo_64.gif") no-repeat 20px 20px;
}
.iconTrue_64 {
	background:url("../Images/iconTrue_64.gif") no-repeat 20px 20px;
}
.iconFalse_64 {
	background:url("../Images/iconFalse_64.gif") no-repeat 20px 20px;
}
/*--register--*/
ul.register {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.register li {
	margin-bottom:20px;
}
ul.register li input {
	vertical-align:middle;
}
ul.register li img {
	vertical-align:middle;
}
ul.register li label {
	float:left;
	display:block;
	width:200px;
	line-height:38px;
	text-align:right;
	font-weight:bold;
}
ul.register li span.myEmail {
	font:700 14px/36px "verdana";
}
ul.register li label .prmtLength {
	font-size:12px;
	font-weight:normal;
}
ul.register li .prmtCadeImg {
	margin-left:200px;
	margin-top:5px;
}
ul.register li span.iptTips {
	font-size:12px;
}
.iconTrue_30 {
	background:url("../Images/iconTrue_30.gif") no-repeat;
}
.iconFalse_30 {
	background:url("../Images/iconFalse_30.gif") no-repeat;
}
/*--agreement--*/
.readAgreement {
	text-align:center;
	margin-bottom:10px;
}
.iframeContainer {
	width:600px;
	height:80px;
	border:solid 1px #ccc;
	margin:0 auto;
}
.iframeContainer .agreement {
	width:100%;
	height:80px;
}
/*--memberNameList--*/
ul.memberNameList {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.memberNameList li {
	float:left;
	width:80px;
	margin-right:20px;
}
ul.memberNameList li.female {
	color:#f09;
}
/*--page--*/
ul.page {
	clear:both;
	float:right;
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.page li {
	float:left;
	margin-right:4px;
}
ul.page li a,
ul.page li a:link,
ul.page li a:visited,
ul.page li a:hover,
ul.page li a:active {	
	float:left;
	display:block;
	padding:5px 10px;
	background:none;
	color:#333;
}
ul.page li a:hover {
	display:block;
	padding:4px 9px;
	border:solid 1px #f09;
}
ul.page li a.slt,
ul.page li a.slt:link,
ul.page li a.slt:visited,
ul.page li a.slt:hover,
ul.page li a.slt:active {	
	float:left;
	display:block;
	padding:5px 10px;
	border:none;
	background:#f09;
	color:#fff
}


/*********Paul Create by 2008-12-04***********************************************************************************/
.registerError
{
    
    font-size:12px;
    padding:4px 0px 4px 30px;
    color:#F09;
    background:url("../Images/iconFalse_23.gif") no-repeat 0px 0px;
    width:330px;  
}

.registerErrorHdn
{
    display:none;    
}

.onError
{
    background:url("../Images/iconFalse_23.gif") no-repeat 0 50%;
    font-size:12px;
    padding:8px 0px 8px 30px;
    color:#F09;
    margin-left:15px;
}

.onSuccess
{
    background:url("../Images/iconTrue_23.gif") no-repeat 0 50%;
    font-size:12px;
    padding:8px 0px 8px 30px;
    color:#F09;
    margin-left:15px; 
}

.onCorrect
{
    background:url("../Images/iconTrue_23.gif") no-repeat 0 50%;
    font-size:12px;
    padding:8px 0px 8px 30px;
    color:#F09;
    margin-left:15px; 
}

.onShow ,.onFocus
{
    background:url("../Images/iconInfo_23.gif") no-repeat 0 50%;
    font-size:12px;
    padding:8px 0px 8px 30px;
    color:#09F;   
    margin-left:15px;
}


/*购买服务的购买操作显示样式（无法购买的显示）*/
.myCenter_unAllow
{
    font-weight:bold;color:#CCC;padding:3px 5px 3px 18px
}
/********End Modify by Paul*******************************************************************************************/