#toppanel {
/*	position: absolute;*/
	margin:0px auto;
	width: 900px;
	left: 0px;
	z-index: 25;
	text-align: center;
	background-color:#faae34;
}
#panel {
	width: 900px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float:right;
	width: 85px;
	height: 30px;
	margin-right:22px;
	background-color:#faae34;
	z-index: 20;
	cursor: pointer;
	line-height:30px;
	text-align:center;
}
.panel_button img {
	border: none;
	position:relative;
	left:1px;
	top:-1px;
}
.panel_button a {
	text-decoration: none;
	color: #404041;
	font-size: 13px;
	font-weight: bold;
}
.panel_button a:hover {
	color: #000000;
}
#panel_contents {
	padding:20px;
}
#panel_contents label {
	width:100px;
	font-size:12px;
	margin:0px;
}
#panel_contents input {
	font-size:12px;
	height:18px;
	margin-bottom:5px;
	margin-right:15px;
	width:150px;
}
#panel_contents .submit {
	margin-top:12px;
	height:auto;
	width:105px;
	float:right;
	background-image:none;
	text-transform:uppercase;
	padding:5px;
	background-color:#dbe0e2;
	color:#404041;
	border-right:1px solid #959597;
	border-bottom:1px solid #959597;
	border-left:1px solid #f4f4f4;
	border-top:1px solid #f4f4f4;
}
#panel_contents .submit:hover {
	color:#ffffff;
	background-color:#404041;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}
#panel_contents form {
	margin:0px;
}
#panel_contents .captcha {
	width:90px;
	margin-left:10px;
}
.errorsummary {
	color:#ffffff;
	padding:3px 10px;
	position:relative;
	top:-15px;
	font-size:12px;
	background-color:#404041;
}
input.error {
	border: 1px dotted #000000;
	background-color:#9d9c9c;
}
label.error {
	margin:0px;
	display:none;
}
input.error:focus {
	background-color:#9d9c9c;
}
.success {
	color:#404041;
}
