A:link { 
/*text-decoration: none;*/
color:#1c2d41;
}


A:visited { 
/*text-decoration: none;*/
color:#1c2d41;
}


A:hover { 
/*text-decoration: none;*/
color:#1c2d41; 
}

body{
	background-color: #b0b3b8;
		margin:0 auto;
	padding:0;
	text-align:center;
	height: 100%;
}


body#login{
	background-image: url(/images/Login_bg.jpg) repeat-x top left;
	margin:0 auto;
	padding:0;
	text-align:center;
	height: 100%;
	background-color: #b0b3b8;
}

#formcontent{
	width:516px;
	height:auto;
	background:url(/images/loginform-bg.gif) no-repeat;
	margin: 75px auto 0 auto;
}

.box1 input{
	width: 220px;
	height: 25px;
	border: thin 1px solid #1d78a9;
	font-size: 16px;
	font-weight: bold;
	color: #4fbc0a;
	padding-top: 3px;
	padding-bottom: 3px;
}

.box2 input{
	width: 220px;
	height: 25px;
	border: thin 1px solid #1d78a9;
	font-size: 16px;
	font-weight: bold;
	color: #4fbc0a;
	padding-top: 3px;
	padding-bottom: 3px;
}

.box3 input{
	width: 220px;
	height: 25px;
	border: thin 1px solid #1d78a9;
	font-size: 16px;
	font-weight: bold;
	color: #4fbc0a;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*------- Forgot Your Password ------------*/

#fyp{
}

#forgot{
	margin: 75px 0 0 0;
	padding: 0 0 15px 0;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #1c2d41;
}

#forgotcontent{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 13px;
	color: #1c2d41;
}

#forgotlabels{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 12px;
	color: #1c2d41;
	text-align: right;
}

.request span{
	width: 150px;
	height: 75px;
	background: transparent;
}

/*--------- Access Request -----------*/

#accessreq{
	width: 722px;
	height: 940px;
	margin: 0 auto;
	padding: 0 15px 0 25px;
	background: url("/images/access_form_bg.gif") no-repeat;
}

#hl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c2d41;
}

#labels{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c2d41;
}

#caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1c2d41;
}

#instruct{
	color: #1c2d41;
	font-family: times, serif;
	font-size: 12px;
	text-align: center;
}


/*------- Invalid Password ------------*/

#invalid{
	width:380px;
	height: 400px;
	margin: 75px auto;
	padding-top: 50px;
	background: transparent url("/images/forgotpass.gif") no-repeat;
}

.invalid_content{
	width: 300px;
	min-height: 100px;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 12px;
	color: #ff0000;
	text-align: center;
	margin: 30px auto 0;
}

.invalid_content a, a:hover, a:visited{
	color: #1c2d41;
}

.errortype{
	font-family: Helvetica, sans-serif, Arial;
	color: #1c2d41;
	text-align: center;
	width: 300px;
	font-size: 20px;
	margin: 60px auto 0;
}

.errortype a{
	color:  #1c2d41;
}

