body {
    background-color: #ffffff;
    font-family :  tahoma, arial, helvetica;
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #405FA6; 
	background-image: url('../images/background1str.gif');
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
}
	
.tab_login {
    font-weight : bold;
	padding-right: 12px;
}
.remember_me {
	font-weight : bold;
	padding-top: 10px;
}

.secure_login {
	padding-top: 10px;
	padding-bottom: 20px;
}

.remember_me input {
    margin-left: 1px;
}
	
.tab_submit {
}
	
.textInput {
	font-size : 15px; 
	background-color: #ffffff; 
	color: #000000;  
	border: solid 1px #80B7DE; 
	height : 20px;
	width : 180px;
}

.copy {
    font-family: verdana, tahoma, arial, helvetica; 
	font-size: 10px;
	margin-top: 30px;
	text-align: center;
}

.errorMessage {
    color: red;
    font-size : 13px;
    font-weight : bold;
    text-align: center;
}

.description {
    font-size : 13px;
    text-align: center;
}