body {
font-family: helvetica, arial, sans-serif;
}

#login {
text-align: center;
background: #EBF1F7 url(../images/whiteGradient.png) no-repeat top left;
border: 1px solid #CFCFCF;
min-height: 330px;
_height: 330px;
width: 505px;
position: absolute;
left: 60%;
margin-left: -352px;
top: 60%;
margin-top: -165px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-right-radius: 30px;
_height: 100%; /* IE FIX */
	}


	h2 {
padding: 15px 0 15px 75px;
_padding-left: 38px;
margin-top: 25px;
font-size: 45px;
background: #BFBFBF url(../images/h2BG.png) no-repeat;
color: ##2F2F2F;
border-top: 1px solid #9F9F9F;
text-indent: -9999px;
width: 576px;
height: 73px;
position: relative;
left: -23px;
	}
	
	label {
	font-size: 24px;

	}



input {
width: 40%;
height: 30px;
position: relative;
top: -4px;
font-size: 20px;
padding: 0 .3em;
color: #555555;
}

input#submit {
width: 15%;
font-size: 14px;
}
small {
font-size: 16px;
position: relative;
top: -4px;
}

h4 {
color: #5F5F5F;
font-size: 23px;
}

h4.alert {
	background-Color: #bfbfbf;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: .4em;
	border: 1px dotted white;
	font-size: 19px;
	line-height: 19px;
	position: relative;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

span.exit {
	position: absolute;
	top: 0;
	right: 0;
	background: #6361DF;
	color: #292929;
	font-size: 10px;
line-height: 14px;
	font-weight: bold;
	padding: 0 .3em;
	cursor: pointer;
border-left: 1px dotted white;
border-bottom: 1px dotted white;
}
