.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 100px;
	background: #001447; /* Old browsers */
	background: -moz-linear-gradient(top, #001447 0%, #005292 100%); /* FF3.6+ */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001447', endColorstr='#005292',GradientType=0 ); /* IE6-9 */
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 10px; /* Firefox */  
    -webkit-border-radius: 10px; /* Safari, Chrome */ 
	/*border-radius:10px;*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	/*height: 230px;*/
	padding-right: 10px;
	padding-left: 10px;
	z-index:1;	
}
.loghead {
	font-family: "Adobe Fan Heiti Std B";
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	height: 38px;
	padding-top: 2px;
	padding-left: 8px;
}

.textbox
{
	width: 270px;
	height:20px;
	padding: 5px;
	color: #56a1b0;
	background: #e0f8fd;
	border: 1px solid #036c82;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	-moz-border-radius: 10px; /* Firefox */  
    -webkit-border-radius: 10px; /* Safari, Chrome */ 
	/*border-radius: 8px;*/
	/*box-shadow: inset 0px -2px 10px 0px rgba(0, 0, 0, 0.5);	*/
	-webkit-box-shadow : inset 0px -2px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow : inset 0px -2px 10px 0px rgba(0, 0, 0, 0.5)	
}
.textbox:hover
{
	width: 270px;
	padding: 5px;
	color: #56a1b0;
	background: #e0f8fd;
	-webkit-box-shadow: 1px 1px 4px 1px #036c82;
	-moz-box-shadow: 1px 1px 4px 1px #036c82;
	/* box-shadow: 1px 1px 4px 1px #036c82;*/
	border:solid 1px #036c82;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

.textbox:focus
{
	width: 270px;
	padding: 5px;
	color: #56a1b0;
	background: #e0f8fd;
	-webkit-box-shadow: 1px 1px 4px 1px #036c82;
	-moz-box-shadow: 1px 1px 4px 1px #036c82;
	/*box-shadow: 1px 1px 4px 1px #036c82;*/
	border:solid 1px #036c82;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;    
	
	
	}
	
	.footer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	height: 60px;
	background: #001447; /* Old browsers */
	background: -moz-linear-gradient(top, #001447 0%, #005292 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001447), color-stop(100%,#005292)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #001447 0%,#005292 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #001447 0%,#005292 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #001447 0%,#005292 100%); /* IE10+ */
	background: linear-gradient(to bottom, #001447 0%,#005292 100%); /* W3C */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001447', endColorstr='#005292',GradientType=0 ); /* IE6-9 */
	}
.note {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.tablebg {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-color: #a8d4f5;
	background-position: center;
	/*background-size: 1020px 503px;*/
}
.matter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
}


.link{
	
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	
}
.link:hover{
	
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#00CCFF;
	text-decoration: none;
	
}
.text{
	-webkittext-shadow: 3px 3px #525454;
	-moz-shadow: 3px 3px #525454;
	font-family: "Adobe Fan Heiti Std B";
	font-size: 30px;
	font-weight: lighter;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.tabletitle {
	font-family: "Adobe Fan Heiti Std B";
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}

	.captcha {
	height: 35px;
	width: 100px;
}


