.panel_button {
	

	position: relative;
	
	width: 200px;
	height: 40px;
	background-color:#4A8618;
	z-index: 20;
	cursor: pointer;
	text-align:center;
}
.panel_button img {
	position: relative;
	top: 13px;
	border: none;
}
.panel_button a:link {
	text-decoration: none;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top:10px;
	
	
	font-family: Arial, Helvetica, sans-serif;
}

.panel_button a:visited {
	color:#fff;
	text-decoration: none;
		font-weight: bold;
	position: relative;
	top:10px;
	font-size: 14px;
}

.panel_button a:hover {
	color:#fff;
	text-decoration: none;
		font-weight: bold;
	position: relative;
	top:10px;
	font-size: 14px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 900px;
	left: 0px;
	z-index: 25;
	text-align: center;
 
}
#panel {
	width: 900px;
	position: relative;
	top:0;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color:#DEDEDE;
	
}
#panel_contents {
background:#DEDEDE;

	height: 100%;
	width: 900px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	position: absolute;
	top: 10px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}

img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

div#login {
	width: 900px;
	height: 300px;
	position: relative;
	margin:0 auto;
	right: 50px;
	top: 0px;
	left:0px;
	text-align: left;
	padding-top:50px;
	background-color:#DEDEDE;
}
div#login p {
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;

}

.done {
	
	width: 900px;
	height: 300px;
	margin:0 auto;
	background-color:#DEDEDE;
	padding-left:45px;
	padding-right:45px;
	padding-top:60px;
	text-align:center;
	color:#000;
	font-size:14px; 
	display:none;
}

.done p {
	
	color:#fff;
	
}

.error {
	
	padding-left: 5px;
	color:#F00;
	font-size:14px;
	font-weight:bold;
	
}

.loginitemscont {
	clear:both;
	margin:0 auto;
	width:900px;
	position:relative;
	height:300px;
	background-color:#DEDEDE;	
	
}

.loginitemscontainer {
	clear:both;
	margin:0 auto;
	width:700px;
	position:relative;
	height:40px;
	font-size:14px;
	font-weight:bold;
	background-color:#DEDEDE;	
	
}

.callbacktitle {
	clear:both;
	margin:0 auto;
	width:700px;
	position:relative;
	height:75px;
	font-size:12px;
	
	
}

.callbackdone {
	clear:both;
	margin:0 auto;
	padding-top:20px;
	width:400px;
	position:relative;
	height:75px;
	font-size:14px;
	font-weight:bold;
	
	
}

.loginitemsfirst {
	float:left;
	width:115px;
	position:relative;
	height:40px;
	line-height:25px;
	
	
}

.loginitems {
	float:left;
	width:235px;
	position:relative;
	height:40px;
	
	
}

.formitems {
	
	width:200px;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	height:20px;
	padding-top:3px;

	
}

.formoption {
	
	width:200px;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	height:22px;
	
}
