/*****************************************************************
 * 内部系统登录控件(同时登陆邮件)风格
 * 名称：CDsignin_withmailWithMailControl
 ******************************************************************/
/*================================================================*/
/*风格一：一字排开模式（从左到右排列、图片按钮）
  signin_withmail_withmail_one
=========================================================
*/
ul.signin_withmail_one
{
	width: 595px;
	font-size:12px;
	display: inline;
    list-style:none;
    
}
.signin_withmail_one li {
    float: left;
    display:block;
    line-height:25px;
    margin-right:5px;
}

.signin_withmail_one .user
{
	
}
.signin_withmail_one .user input
{
	width:100px;height:20px;padding:1px;
	border:1px solid #ccc; background:#fafafa;
}

.signin_withmail_one .password
{

}

.signin_withmail_one .password input
{
	width:100px;height:20px;padding:1px;
	border:1px solid #ccc; background:#fafafa;
}

.signin_withmail_one .button
{

}
.signin_withmail_one .button input
{
	background-image:url(/cgi-bin/templates/images/login.gif);
	border-width:0px;
	background-color:Transparent;
	width:60px;
	height:30px;
	cursor:hand;
}

/*================================================================*/
/*风格二：三排模式（上下三排、图片按钮）
  signin_withmail_two
=========================================================
*/

ul.signin_withmail_two
{
	width: 395px;
	font-size:12px;
    list-style:none;
    
}
.signin_withmail_two li {
    
    line-height:25px;
    margin-right:5px;
    margin-bottom:6px;
}

.signin_withmail_two .user span
{
	padding-right:3px;
}

.signin_withmail_two .user input
{
	width:100px;height:20px;padding:1px;
	border:1px solid #ccc; background:#fafafa;
}

.signin_withmail_two .password span
{
	padding-right:15px;
}

.signin_withmail_two .password input
{
	width:100px;height:20px;padding:1px;
	border:1px solid #ccc; background:#fafafa;
}

.signin_withmail_two .button div
{

}
.signin_withmail_two .button input
{
	background-image:url(/cgi-bin/templates/images/login.gif);
	border-width:0px;
	background-color:Transparent;
	width:60px;
	height:30px;
	cursor:hand;
	margin-left:40px;
}


/*================================================================*/
/*风格三：三排模式（简易型、文字按钮）
  signin_withmail_three
=========================================================
*/

ul.signin_withmail_three
{
	width: 395px;
	font-size:12px;
    list-style:none;
    
}
.signin_withmail_three li {
    
    line-height:25px;
    margin-right:5px;
    margin-bottom:6px;
}

.signin_withmail_three .user span
{
	padding-right:3px;
}

.signin_withmail_three .user input
{
	width:100px;height:24px;padding:1px;
}

.signin_withmail_three .password span
{
	padding-right:15px;
}

.signin_withmail_three .password input
{
	width:100px;height:24px;padding:1px;
}

.signin_withmail_three .button div
{

}
.signin_withmail_three .button input
{
	width:50px;
	height:24px;
	cursor:hand;
	margin-left:40px;
}



/*================================================================*/
/*自定义风格；
  signin_withmail_yourname
=========================================================
