fieldset {
	border:1px dashed #094479;
	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: #1265b1;
	border: 1px solid #094479;
	padding: 2px 6px;
}

.legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #1265b1;
	border: 1px solid #094479;
	padding: 2px 6px;
}

label {
	width:18%;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
}
.form {
	margin:0;
	padding:0;
}
#container {
	width:400px;
	margin:auto;
	padding:10px;
}
#leftSide {
	width:350px;
	padding-top:30px;
	float:left;
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:75%;
	float:right;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	font:normal 19px Arial;
	color: #ffffff;
}

.div_texbox2 {
	width:75%;
	float:right;
	height: 35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-repeat: no-repeat;
	background-position:left;
	width:310px;
	height: 30px;
	font:normal 14px Arial;
	color: #0558a8;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#d7ebfd;
}

.username {
    	background-repeat: no-repeat;
    	background-position:left;
		width:310px;
    	font:normal 14px Arial;
    	color: #0558a8;
    	padding:3px 5px 3px 19px;
}

.code {
    	background-repeat: no-repeat;
    	background-position:left;
		width:85px;
    	font:normal 14px Arial;
    	color: #0558a8;
    	padding:3px 5px 3px 19px;
}

.username:focus, .username:hover {
	background-color:#d7ebfd;
}
   
.password {
    	background-image: url(images/16s.png);
    	background-repeat: no-repeat;
		background-position:left;
		width:200px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
}

.button_div {
	width:310px;
	float:right;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #0558a8; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}