
a:link {	
	VERTICAL-ALIGN: bottom;	
	COLOR: rgb(102,102,102);
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	
	TEXT-DECORATION: underline;
}
body {
	padding: 0; 
	margin: 0;
}
body,html{
	height: 100%;
}
div#context {
	position:absolute;
	left:35%;
	top:10%;
	width:300px;
	height:300px;
}

.welcome {
    background-image:url(../images/welcome.jpg);
    margin-bottom: 15px;
    height: 31px;
    width: 300px;
}

.title {
    background-image:url(../images/ecom.jpg);
    height: 229px;
    width: 229px;
    margin-bottom: 15px;
    margin-left:10%;
}

.login {
    background-image:url(../images/input.png);
    height: 31px;
    width: 300px;
    font-family:Helvetica, Verdana, Arial, sans-serif; 
    font-size:11px;
}


.login_text{
    padding-left: 15px;
    font-weight: bold;
    line-height: 25px;
    height:31px;
}

.login_input{
    height:15px;
    line-height: 15px;
    border-color:#FFFFFF;
    border-style:none none none none;
    border-width:0 0 0 0;
}

.hpcopyright a:link{  
    FONT-SIZE: 9px; 
    COLOR: #B8B8B8; 
    font-weight:bold;   
    FONT-FAMILY: Arial, Tahoma, Verdana; 
    text-align:center;
}

.hpcopyright{  
    FONT-SIZE: 9px; 
    COLOR: #B8B8B8;  
    font-weight:bold;   
    FONT-FAMILY: Arial, Tahoma, Verdana; 
    text-align:center;
} 

.login_submit{
    background-image:url(../images/login.png);
    width: 150px;
    height: 27px;
    FONT-SIZE: 12px; 
    color: #FFFFFF;
    margin-left: 70px;
    margin-top: 5px;
    FONT-FAMILY: Arial, Tahoma, Verdana; 
    border-style:none none none none;
    border-width:0 0 0 0;
    cursor:pointer;
}

.split{
	FONT-SIZE: 10px; 
    COLOR: #B8B8B8;  
    font-weight:bold;  
    margin-left:5px;
    height: 10px;
}	

.error{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:12px;
color: red;
text-align: center;
}
