html, body{
	height: 100%;
	margin:0;
	padding:0;	
}

body{
	background: #ffffff;
	text-align: center;
	min-width: 600px;
	min-height: 500px;
	color: #666666;
    font-family: Calibri, "Trebuchet MS", sans-serif;
    font-size: 14px;
}

div{
	position: relative;
}

#vertical{
	float: left;
	height: 50%;
	margin-top: -150px;
	width: 100%;
}

#container{
	width: 550px;
	height: 300px;	
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: visible;
}

#container h2{
    width: 500px;
	height: 15px;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}

fieldset{
	width: 518px;
	height: 253px;
	border: 1px solid #B7D207;
	padding: 15px;
	margin: 0;
}
fieldset legend{
	font-weight: bold;
	padding: 5px 10px;
}

#server-name{
	color: #C10205;
	font-weight: bold;
	text-align: center;
	margin: 10px 10px 20px 10px;
}

#authMessage{
	color: #f00;
}

.input{
	height: 35px;
}
.input label{
	width: 150px;
	font-weight: bold;
	float: left;
	display: block;
	text-align: left;
}
.input input, .select select{
	width: 200px;
	float: left;
	text-align: left;
	background-color: #F7F7F7;
	border-color: #999999 #AAB3B3 #D5DDDD;
	border-style: solid;
	border-width: 1px;
}
.input input:focus, .select select:focus{
	background-color: #ffffff;
	border-color: #6ab94b #94da78 #aedf9a #94da78;
}

#recaptcha_area{
	margin: 0 auto;
}