@charset "UTF-8";
/* CSS Document */

fieldset {
	border:1px dashed #CCC;
	padding:10px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}

label {
	width:132px;
	height:23px;
	margin-top:3px;
	margin-right:2px;
	padding-left:6px;
	/*background-color:#C3DFA2;*/
	float:left;
	display: block;
	font: normal 11px "Lucida Fax", Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333333;
}
.form {
	margin:0;
	padding:0;
}
#container {
	width:100%;
	margin:auto;
	/*padding:10px;*/
}

#leftSide {
	width:500px;
	margin:0px;
	padding: 0px;
	float:left;
}
#rightSide {
	background-color:#fff;
	width:200px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:327px;
	float:right;
	background-color:#C7D388;
	height:27px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.textbox {
	
	background-repeat: no-repeat;
	background-position:left;
	width:185px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 3px;
}
.textboxshort {
	background-repeat: no-repeat;
	background-position:left;
	width:25px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 3px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}

.username {
    	background-repeat: no-repeat;
    	background-position:left;
		width:265px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}

.username:focus, .username:hover {
	background-color:#F0FFE6;
}
   
.password {
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
}

.button_div {
	width:287px;
	float:right;
	
	border:1px solid #ccc;
	text-align:right;
	height:45px;
	margin-top:3px;
	padding:5px 0px 3px;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	height:45px;
	color: #989070; 
	padding: 6px 6px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
