
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:left;
    font-size:12px;
display:block;


	
}

/* Login Button */
#loginButton{ 
    float:right;
    background:#FFFFFF;
    border:1px solid #fff; 
    border-radius:5px;
    -moz-border-radius:5px;
    position:relative;
    z-index:30;
    cursor:pointer;
	margin-top:-6px;
}


/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    padding-left:4px;
	padding-right:7px;
	padding-top:4px;
   	display:block;
	width: 165px;
	height:36px;
	background:URL(../images/img_sprite.png) no-repeat 5px 5px;
}
#loginButton span:hover {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    padding-left:4px;
	padding-right:7px;
	padding-top:4px;
   	display:block;
	width: 165px;
	height:36px;
	background:URL(../images/img_sprite.png) no-repeat 5px -35px;
}
#loginButton span a {
    text-decoration: none;
	
}

/* Login Box */
#loginBox {
    position:absolute;
    top:27px;
	height:30px;
    left:-10px;
    display:none;
    z-index:29;
	
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:5px 5px 0 0;
	   background:#FFFFFF;
    border:1px solid #CDCDCD; 
   
    -moz-border-radius:5px;
   
    z-index:30;
    cursor:pointer;
}


/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#FFFFFF;
    bottom:-1px;
}

/* Login Form */
#loginForm {

    width:278px; 
    border:1px solid #CDCDCD;
     border-radius:0px 5px 5px 5px;
    -moz-border-radius:0px 5px 5px 5px;
    margin-top:-2px;
    background:#FFFFFF;
    padding:10px 20px 15px 20px;



}


.loginForm h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: -10px;
	margin-left:-10px;
	
}
.loginForm {
	float: left;
	margin:0;
	text-align: left;

}
.loginForm .col1{
	text-align:left;
	width: 120px;
	
	
}
.loginForm .col1 label{
	position:absolute;
	text-align:left;
	left:20px;
}
.bold{
	font-weight: bold;
}
.loginForm .input_text{
	
	margin-right:20px;
	width:183px;
	height: 26px;
	background:#FFFFFF;
	border: 1px solid #CAD0CE;
	color: #333333;
	margin-top:-16px;
       *height: 21px; /*for ie7*/
	*padding-top:6px; /*for ie7*/

	outline: none;
}
.loginForm .input_text_error{
	
	margin-right:20px;
	width:183px;
	height: 26px;
	background:#FFFFFF;
	border: 1px solid #F00;
	color: #333333;
	margin-top:-16px;
	outline: none;
}
.msgposlogin{
	float:right;
	margin-top:25px;
}
.loginForm #password{
	margin-right:20px;
}
.loginForm .purple
{
	color: #5b1f69;
}
.loginForm ul { list-style: none; margin-bottom: 0; display:inline-Block; padding-left:50px;width:220px; margin-top: -10px; }

.loginForm ul li { display: inline; margin-right:-15px; }

.loginForm span.line{
	position:absolute;
	width:283px;
	height:10px;
	left:20px;
	top: 140px;
border-bottom: 1px solid #CCCCCC;
}
.loginForm .sep{
	padding-right: 10px;
}
#btnlogin{
	border: 1px solid #CCCCCC;
	background: #c61472;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	padding: 5px 10px 3px 10px;
	margin-top: 25px;
	margin-left: -3px;
	height:32px;
	cursor: pointer;
}

@media \0screen {
.loginForm .input_text{
margin-right:20px;
width:183px;
height: 21px;
background:#FFFFFF;
border: 1px solid #CAD0CE;
color: #333333;
margin-top:-18px;
outline: none;
padding-top: 5px;
}

}
*+html #loginBox {
    position:absolute;
    top:27px;
    height:30px;
    left:516px;
    display:none;
    z-index:29;
}

