/*
   ********************************************************

   	stdLoginBody.css - student login body css, sytle sheet for 
						the student login page (Amaniampong-Amass webpage).

   	@author: Oposinii�
             Mampong Ash.
	    	 14-May-2008. 08:45:00.
	    	 oposinii@hotmail.co.uk

   ********************************************************
*/

div#frontMainHeader{
	float:					left;
	clear:					both;
	width:					100%;
	height:					35px;
	margin-bottom:			55px;

}

div#headerImg{
	margin:					auto;
	width:					224px;
	height:					33px;
	background-image:		url(../images/layout/stdLoginMainHeader.jpg);
	background-repeat:		no-repeat;
}

/*------------------------------------------------------*/
div#frontPix{
	float:					left;
	width:					310px;
	height:					281px;
	margin-top:				-5px;
	margin-left:			15px;
	background-image:		url(../images/layout/stdLoginFrontPix.jpg);
	background-repeat:		no-repeat;
}

/*------------------------------------------------------*/
div#loginBkg{
	float:				right;
	width:				auto;
	height:				auto;
	background-image:               url(../images/layout/loginBkg.jpg);
	background-repeat:		repeat-x;
}

div#login{
	padding-top:			64px;
	padding-left:			50px;
	width:				360px;
	height:				190px;
	background-image:		url(../images/layout/btmRight.jpg);
	background-repeat:		no-repeat;
	background-position:            bottom right;
}

div#loginBtmLeft{
	width:				auto;
	height:				auto;
	background-image:		url(../images/layout/btmLeft.jpg);
	background-repeat:		no-repeat;
	background-position:            bottom left;
}

div#loginTopRight{
	width:				auto;
	height:				auto;
	background-image:		url(../images/layout/topRight.jpg);
	background-repeat:		no-repeat;
	background-position:            top right;
}

div#loginTopLeft{
	width:				auto;
	height:				auto;
	background-image:		url(../images/layout/topLeft.jpg);
	background-repeat:		no-repeat;
	background-position:            top left;
	
}

/*----------------------------------------------*/
div#loginSideShadow{
	float:				right;
	margin-right:			20px;
	width:				8px;
	height:				262px;
	background-image:		url(../images/layout/loginSideShadow.jpg);
	background-repeat:		no-repeat;
}

div#loginBtmShadow{
	float:					right;
	width:					404px;
	height:					8px;
	background-image:		url(../images/layout/loginBtmShadow.jpg);
	background-repeat:		no-repeat;
}

/*------------------------------------------------------*/
div#loginInputsWrapper{
	width:					330px;
	height:					150px;
}

label{
	float:					left;
	margin:					0px 20px 20px 0px;
	font-family:                            arial;
	font-size:				14pt;
	font-weight:                            bold;
	color:					#95b2e9;
}

input#txtInput{
	float:					right;
	clear:					right;
	margin-bottom:                          20px;
	margin-right:                           5px;
	width:					200px;
	height:					22px;
	background-color:                       #ffffff;
	border:					1px solid #d9e2ee;
}

input#submitBtm{
	float:					right;
	clear:					both;
	margin-top:				5px;
	margin-right:                           10px;
	width:					70px;
	/*background-color:                    #ecf0f4;
        border:                                 1px outset #d9e2ee;*/
	color:					#5e89b4;
	font-family:                            arial;
	font-size:				14pt;
	font-weight:                            bold;
}

div#registration{
	width:					330px;
	height:					auto;
	font-size:				12pt;
	font-family:                            'Trebuchet MS',Verdana, arial, sans-serif;
	text-align:				center;
	font-weight:                            bold;
	color:					#7597d7;
}

div#registration a{
	border-style:                           none;
	text-decoration:                        none;
	color:					#5e89b4;
}

div#registration a:hover{
	color:					#0f3670;
}