body {
	font-family: helvetica, arial, sans-serif;
	background-color: #000;
	background-image: url(../../images/rockology-background-login.jpg);
}

#login {
	text-align: center;
	border: 1px solid #CFCFCF;
	min-height: 330px;
	_height: 330px;
	width: 705px;
	position: absolute;
	left: 50%;
	margin-left: -352px;
	top: 50%;
	margin-top: -165px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	_height: 100%; /* IE FIX */
	background-color: #000099;
	background-image: url(../images/whiteGradient.png);
	background-repeat: no-repeat;
	background-position: left top;
	}


	h2 {
	padding: 15px 0 15px 75px;
	_padding-left: 38px;
	margin-top: 25px;
	font-size: 45px;
	color: ##2F2F2F;
	border-top: 1px solid #9F9F9F;
	text-indent: -9999px;
	width: 676px;
	height: 73px;
	position: relative;
	left: -23px;
	background-color: #000099;
	background-image: url(../images/Login_title-blue.png);
	background-repeat: no-repeat;
	}
	
	label {
	font-size: 24px;
	color: #fff;

	}



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: #cc0000;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4em;
	border: 1px dotted white;
	font-size: 19px;
	line-height: 19px;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

h5 {
color: #fff;
font-size: 23px;
}


span.exit {
	position: absolute;
	top: 0;
	right: 0;
	background: #cc0000;
	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;
}
