@charset "utf-8";
/* CSS Document */
body {
	font-family: helvetica, ariel, sans-serif;
}

#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 */
}

h2 {
	padding: 15px 0 15px 75px;
	_padding_left: 38px;
	margin-top: 25px;
	font-size: 45px;
	color: ##2F2F2F;
	border-top: 1px solid #9F9F9F;
	width: 676px;
	height: 73px;
	position: relative;
	left: -23px;
}
/* text-indent: -9999px; for above but removes text */


h3
{
/* padding_left: 5%; */
   text-align:center;
   font-size: 45px;
   color: ##2F2F2F;
/*   position: center; */
}

label {
	font-size: 24px;
}

input {
	width: 40%;
	height: 30px;
	position: relative;
	top: -4px;
	font-size: 20px;
	padding: 0 .3er;
	color: #555555;
}

input#submit {
	width: 15%;
	font-size: 14px;
}

input#query {
	width: 15%;
	font-size: 14px;
}

small {
	font-size: 16px;
	position: relative;
	top: -4px;
}

h4 {
	color: #5F5F5F;
	font-size: 23px;
}

h4.alert {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: .4er;
	border: 1px dotted white;
	font-size: 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 .3er;
	cursor: pointer;
	border-left: 1px dotted white;
	border-bottom: 1px dotted white;
}
	