body {
	font-family: "verdana", arial, Helvetica;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	line-height:1.6em;
}
p, h1, h2, h3, h4, div, td, th {
	margin:0px;
	padding:0px;
}
a {
	outline:none;
}
#docbody {
}
#container {
	width: 100%;
	background:url(../../assets/images/sitelayout/Login/background-grass.jpg);
	width:100%;
	height:100%;
}
#login_table td {
	vertical-align:top;
}
#login-panel p {
	font-size:1.1em;
	margin-bottom:1em;
	font-weight:normal;
}
#login-panel li {
	font-size:1.0em;
}
#login-panel h1 {
	font-size:1.4em;
	margin-bottom:1em;
	font-weight:bold;
	color:#008FCB;
} /*BLUE*/
#login-panel h2 {
	font-size:1.4em;
	margin-bottom:1em;
	font-weight:bold;
	color:#994708;
} /*BROWN*/
#login-panel h3 {
	font-size:1.2em;
	margin-bottom:1em;
	font-weight:bold;
	color:#666666;
} /*GREY*/
#login-panel h4 {
	font-size:1.2em;
	margin-bottom:1em;
	font-weight:bold;
	color:#000000;
} /*BLACK*/
#page_holder {
	width:450px;
}
#login_area {
	padding-left:40px;
}
#login-panel {
	width:959px;
	margin:100px auto;
}
#login-panel-content {
	width:919px;
	min-height:300px;
	background-color:#F8F7F5;
	padding:0px 20px;
}
#login-panel-top {
	width:959px;
	height:13px;
	background:url(../../assets/images/sitelayout/Login/login-panel-top.gif) repeat-x 0px 0px;
}
#login-panel-bottom {
	width:959px;
	height:13px;
	background:url(../../assets/images/sitelayout/Login/login-panel-bottom.gif) repeat-x 0px 0px;
}
#logo {
	background:url(../../assets/images/sitelayout/Login/logo.jpg) repeat-x 0px 0px;
	width:206px;
	height:95px;
	margin:0px auto;
	padding-bottom:20px;
}

#page_holder a{font-weight:bold; color:#008FCB; text-decoration:underline;}
#page_holder a:hover {color:#994708;}

#divider {
	border-right:1px dotted #cccccc;
	padding-left:20px;
	width:20px;
}
#Username_bg {background:url(../../assets/images/sitelayout/Login/user-login-field.jpg) no-repeat; width: 305px; height:27px; margin-bottom:10px;}
#Username {
	background:none;
	width:200px;
	height:27px;
	border:0px;
	padding-left:95px;
	
}
#Password_bg {background:url(../../assets/images/sitelayout/Login/password-login-field.jpg) no-repeat; width: 305px; height:27px; margin-bottom:10px;}
#Password {
	background:none;
	width:200px;
	height:27px;
	border:0px;
	padding-left:95px;
}
#footer {
	background:url(../../assets/images/sitelayout/Login/footer-dark-brown.jpg) repeat-x 0px 0px;
	height:31px;
}
#footer .footer-text-left {
	color:#ffffff;
	text-align:left;
	width:65%;
	font-size:1em;
	float:left;
	padding:8px 0px 0px 10px;
}
#footer .footer-text-right {
	color:#ffffff;
	text-align:right;
	width:30%;
	font-size:1em;
	float:right;
	padding:8px 10px 0px 0px;
}
#footer .footer-text-right a {
	color:#ffffff;
	text-decoration:none;
}
#footer .footer-text-right a:hover {
	text-decoration:underline;
}
.footer-divider {
	padding:0px 15px;
}

#login_btn {background-image:none; background-color:#994708; padding:3px 10px; border:none; color:#ffffff;}
#login_btn:hover {background-color:#93A445; cursor:pointer;}

#register_btn{background-image:none; background-color:#994708; padding:3px 10px; border:none; color:#ffffff; font-size:1.1em;}
#register_btn:hover {background-color:#93A445; cursor:pointer;}
