/* LOGIN */
.loginframe{
	position: relative;
	left: 15%;
	top: 60px;
	width: 70%;
	height: 250px;
	border-color: #336699;
	border-width: 5px;
	background-color: #FFFFFF;
	border-style: solid;        
}

.frame-heading{	
	font-size: 24px;
	color: #003366;
	line-height: 200%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
    margin: 10px;
}

.write1{	
	line-height: 200%;
	width: 80%;
	vertical-align: baseline;	
}

.label1{
	position: relative;
	left: 10%;
	width: 150px;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.input1{
	position: absolute;
	left: 40%; 	
}

.btn-login{
	position: absolute;
	left: 40%;
	bottom: 20px;	
	color: #336699;
	background-color: #336699;
	font-weight: bold;	
	font-size: 16px;
	width: 100px;	
        font-family: "Lucida Sans Unicode", Arial, sans-serif;
}
.btn-login:hover
{
    background-color: #71CAEB;
}
/* END LOGIN */
