h1, h2{
	padding-top:0;
	margin-top:0;
}

p, label{
	font-size:12px;
}

.moduleContent {
	background-color:white;
	border:1px solid #AAAAAA;
	padding:2%;

}
div.main table td {
	border-bottom: 0px;
}
div.main h2 {
	width:100%;
	margin-left:0;
}
/*
body {
    height: 100%;
    margin: 0;
    padding: 0;
	color: #C0C0C0;	

}
*/


/* layout */ 
#adminContent{
	height:90%;
}

/* login page */
#adminLoginTitle{
	height: 60px;
    margin: 0 0 1%;
    width: 95.5%;
}

#adminAuthentication{
	height: 300px;
    margin: 0 0 1%;
    padding-left: 34%;
    width: 63.5%;
}

#adminAuthentication table{
	margin: 2% 0 1% 5%;
}

#adminAuthentication table td{
	padding:2px;
	vertical-align: top;
}

#adminAuthentication table input {
	width:120px;
}

#adminAuthentication table .padLeft{
	padding-left:46px;
}

#adminAuthentication form img{
	float:left;
	position:relative;
	clear:both;
	margin: 4% 0 2% 11%;
	border:1px solid black;
	border-radius:5px;
	padding-left:2px;
	cursor:pointer;
}

#adminAuthentication form .captchaInput{
	clear: left;
    float: left;
    margin: 1% 0 1% 11%;
    position: relative;
    width: 200px;
 	padding-left:2px;   
}

#submitButton{
	margin-left: 21%;
	height: 31px;
 	padding-left:8px;
	background:url("../../images/common/buttonGloss.png") repeat-x scroll 0 0 transparent;
	background-color:#EACE91;
}

#backToLoginButton{
	padding-top:0;
	width: 155px;
	height: 31px;
 	padding-left:3px;
	background:url("../../images/common/buttonGloss.png") repeat-x scroll 0 0 transparent;
	background-color:#EACE91;
}

#adminAuthentication form label{
	float:left;
	position:relative;
}

