/*
   ********************************************************

   	stdLoginBody.css - staff login body css, sytle sheet for 
						the staff login page (Amaniampong-Amass webpage).

   	@author: Oposinii�
             Mampong Ash.
	    	 04-September-2009. 19:13:00.
	    	 oposinii@hotmail.co.uk

   ********************************************************
*/

div#frontMainHeader{
	float:					left;
	clear:					both;
	width:					100%;
	height:					35px;
	margin-top:				-10px;
	margin-bottom:			55px;

}

div#headerImg{
	margin:					auto;
	width:					224px;
	height:					42px;
	background-image:		url(../images/layout/staffLoginMainHeader.gif);
	background-repeat:		no-repeat;
}

/*------------------------------------------------------*/
div#frontPix{
	float:					left;
	width:					415px;
	height:					300px;
	margin-top:				-60px;
	margin-left:			10px;
	background-image:		url(../images/layout/aristo.jpg);
	background-repeat:		no-repeat;
	background-position:	bottom left;
	border:					0px solid red;
}

/*------------------------------------------------------*/

div#loginWrapper{
	float:					left;
	margin-top:				-25px;
	width:					370px;
	height:					273px;
	border:					0px solid red;
}

/*----------------------------------------------*/
/*------------------------------------------------------*/
div#loginInputsWrapper{
	float:					left;
	clear:					both;
	margin-top:				5px;
	margin-left:			15px;
	width:					330px;
	height:					175px;
	background-image:		url(../images/layout/staffLoginBkg.jpg);
	background-repeat:		no-repeat;
	border:					0px solid black;
}



div#loginInputs{
	float:					left;
	margin:					20px;
	width:					280px;
	height:					140px;
	border:					0px solid brown;
}

table{
    width:                  280px;
    margin-top:            -5px;
    border:                 0px solid silver;
}

td{
    border:                  0px solid red;
}

label{
	float:					left;
	margin:					5px 20px 10px 0px;
	width:					100px;
	text-align:				right;
	font-family:			arial;
	font-size:				13pt;
	font-weight:			bold;
	color:					#7798e5;
}

input#txtInput, input.txtInput{
	float:					left;
	clear:					right;
    margin:                 5px 5px 5px 0px;
	width:					150px;
	height:					20px;
	background-color:		#e5edf9;
	border:					1px solid #7798e5;
}

input#submitBtm{
	float:					right;
	clear:					both;
    margin-right:           5px;
	width:					70px;
	color:					#5e89b4;
	font-family:			arial;
	font-size:				13pt;
	font-weight:			bold;
}

input#regBtm{
    border:                 0px solid white;
    background-color:       white;
    font-size:              9pt;
    color:                  blue;
    font-weight:            bold;
}

input#regBtm:hover{
    border-bottom:			1px solid blue;
}

div#registrationWrapper{
	float:					left;
	clear:					both;
	margin-top:				-4px;
	margin-left:			15px;
	width:					330px;
	height:					85px;
	background-image:		url(../images/layout/staffLoginRegistrationBkg.jpg);
	background-repeat:		no-repeat;
	border:					0px solid black;
}

div#registration{
	float:					left;
	margin:					20px;
	width:					280px;
	height:					auto;
	font-family:			 arial,'Trebuchet MS', verdena, sans-serif;
	font-size:				 10pt;
	line-height:			 1.5em;
	text-align:				center;
	color:					#5e89b4;
	border:					0px solid brown;
}

div#registration a{
	border-style:			none;
	text-decoration:		none;
	color:					#3f64ba;
	font-weight:			bold;
}

div#registration a:hover{
	color:					blue;
	border-bottom:			1px solid blue;
}


