
body
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:100%;
	background-color: #B3BBCA;
}
#masthead
{
	background-color: #FFFF;
}
#masthead h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color:#a50476;
	font-weight: normal;
	float:right;
	margin:1.5em 15em 0 0;
}
main{
	background-color: #B3BBCA;
	width: auto;
	height: auto;
}
.login_main{
	font-family: serif;	
	font-size: 1.5em;
	max-width: 40rem;
	margin: auto;
}
.fieldset_form legend{
	font-size: 2em;
	color: #002ab3;
}
.fieldset_form{
	background-color: #ffffff;
	margin-top: 30px;
	max-width: 25em;
	max-height: auto;
	border-color: #001866;
	border-width: 5px;
	border-radius: 10px;
}
.input_name input{
	font-size: 30px;
	margin-bottom: 20px;
	padding: 15px 5px;
	width: 20em;
	border: 3px solid #cccccc;
	border-radius: 5px;
	outline: none;
}
.input_password input{
	font-size: 30px;
	margin-bottom: 20px;
	padding: 15px 5px;
	width: 20em;
	border: 3px solid #cccccc;
	border-radius: 5px;
	outline: none;
}
.submit_btn input{
	font-size: 40px;
	margin-bottom: 40px;
	/*margin-left: 5px;*/
	width: 15.4em;
	border-radius: 5px;
	background-color: #009999;
	color: #ffffff;
}
.submit_btn a{
	font-family: sans-serif;
	font-size: 30px;
	margin-bottom: 40px;
}
/*-------------------------Application File Style------------------------------------*/

/*
footer { 	
	clear: both; 
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat; 
	width: 965px;
	height: 200px;
	padding-top: 20px;

}
footer p {
	margin: 5px 0 0 30px; 	
	width:290px;   	
	font-family:Verdana, Geneva, sans-serif;            
	font-size: 0.9em;

}*/
