/*****************************************************************
 * 内部系统登录控件风格
 * 名称：CDSigninControl
 ******************************************************************/
/*================================================================*/
/*风格一：一字排开模式（从左到右排列、图片按钮）
  signin_one
=========================================================
*/
ul.signin_one
{
	width: 395px;
	font-size:12px;
	display: inline;
    list-style:none;
    
}
.signin_one li {
    float: left;
    display:block;
    line-height:25px;
    margin-right:5px;
}

.signin_one .user
{
	
}
.signin_one .user input
{
	width:100px;height:20px;padding:1px;
	border:1px solid #ccc; background:#fafafa;
}

.signin_one .password
{

}

.signin_one .password input
{
	width:100px;height:20px;padding:1px;
	border:1px solid #ccc; background:#fafafa;
}

.signin_one .button
{

}
.signin_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_two
=========================================================
*/
.signin_two .top
{
	margin-top:10px;
	margin-left:25px;
	text-align:left;
	font-size:12px;
	width:250px;
	height:10px;
	
}
.signin_two .left
{
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	width: 190px;
	float:left;
	font-size:12px;
    list-style:none;
	line-height:25px;
    
}
.signin_two .user span
{
	padding-right:0px;
	padding-top:5px;
	width:58px;
}

.signin_two .user input
{
	width:130px;
	height:18px;
	border:1px solid #7f9db9;
}

.signin_two .password span
{
	padding-right:0px;
	padding-top:5px;
	width:58px;
}

.signin_two .password input
{
	width:130px;
	height:18px;
	border:1px solid #7f9db9;
}
.signin_two .right .button 
{
    margin-top:10px;
	margin-bottom:15px;
	float:left;
	width:55px;
	height:50px;
}
.signin_two .button input
{
	background-image:url(../images/dl2_03.jpg);
	border-width:0px;
	background-color:Transparent;
	width:51px;
	height:47px;
	cursor:hand;
}
.signin_two .bottom 
{
	text-align:center;
	width:270px;
	color:#000;
	font-size:12px;
	text-decoration:none;
}
.signin_two .bottom a,.signin_two .bottom a:link,.signin_two .buttom a:active,.signin_two .buttom a:visited
{
	color:#000;
	font-size:12px;
	text-decoration:none;
}
.signin_two .bottom a:hover
{   
    color:#f00;
	font-size:12px;
	text-decoration:underline;
}
.signin_two .Statistic
{
	
}
.signin_two .Statisticbutton input
{
	width:100px;height:20px;
	border:1px solid #ccc; background:#fafafa;
    padding-top:2px;
	width:60px;
	
}


/*================================================================*/
/*风格三：三排模式（简易型、文字按钮）
  signin_three
=========================================================
*/

ul.signin_three
{
	width: 395px;
	font-size:12px;
    list-style:none;
    
}
.signin_three li {
    
    line-height:25px;
    margin-right:5px;
    margin-bottom:6px;
}

.signin_three .user span
{
	padding-right:3px;
}

.signin_three .user input
{
	width:100px;height:24px;padding:1px;
}

.signin_three .password span
{
	padding-right:15px;
}

.signin_three .password input
{
	width:100px;height:24px;padding:1px;
}

.signin_three .button div
{

}
.signin_three .button input
{
	width:50px;
	height:24px;
	cursor:hand;
	margin-left:40px;
}



/*================================================================*/
/*自定义风格；
  signin_yourname
=========================================================
