body {
	background:url(imgs/Background.jpg) 0px -8px no-repeat;
}

#content{
	margin: 0 1em;
	height:auto !important; /* real browsers */
	height:300px; /* IE6: treaded as min-height*/
	min-height:300px;
	/*position:relative;*/
}

#loginDiv{
	background:transparent url(imgs/transparentBG.png) repeat scroll 0% !important;
	*background:white !important;
		
	border:1px solid #95AFD2;
	position: absolute; 
	width: 300px; 
	left: 50%; 
	top: 50%;
	margin: -100px 0 0 -150px;
	line-height: 1.5em;
	padding: 1em;
}

#loginDiv form input.field{
	font: normal 12px auto Verdana, Arial, Helvetica, sans-serif;	
	width: 95%;
}


#loginDiv form div{
	margin-bottom: 1em;
}

#loginDiv div.submit{
	text-align: right;
}

.feedback{
	color: red;
}

table{
	width: 100%;	
}

td{
	padding: 0;
}

table, tr, td {
	background : none;
	border: none;
}


