div .contact_form
{
	width: 530px;
	margin: 10px auto;
}



fieldset
{
	border-top: 1px dashed #777;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
legend
{
	font-family: Verdana, Segoe UI, Lucida Grande, Verdana, sans-serif;
	font-size: 1em;
	letter-spacing: -1px;
	
	line-height: 1.1;
	color: #f3f3f3;	
	border: 1px solid #333;
	padding: 3px 8px;
}
h1 .form_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color: #333;
}
label
{
	width: 140px;
	height: 32px;
	margin-top: 3px;
	margin-right: 2px;
	padding-top: 11px;
	padding-left: 6px;
	background-color: Transparent;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color: #666;
}
.form
{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#container
{
	width: 750px;
	margin: auto;
	padding: 10px;
}
#top
{
	width: 680px;
	height: 50px;
}
#leftSide
{
	width: 530px;
	padding-top: 30px;
	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: 347px;
	float: right;
	background-color: #373a32;
	height: 35px;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: solid 1px #333;
}

.div_messagebox
{
	width: 347px;
	float: right;
	background-color: #373a32;
	height: 116px;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: solid 1px #333;
}

.textbox
{
	background-image: url(../img/16t.png);
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: left;
	width: 310px;
	font: normal 14px Arial;
	color: #888;
	padding: 3px 5px 3px 19px;
}

.messagebox
{
	background-image: url(../img/16t.png);
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: top left;
	width: 310px;
	font: normal 14px Arial;
	color: #888;
	padding: 3px 5px 3px 19px;
	height: 100px;
}
.textbox:focus, .textbox:hover, .messagebox:focus, .messagebox:hover
{
	background-color: #f8eec4;
}

.username
{
	background-image: url(../img/16m.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #f1f1f1;
	width: 310px;
	font: normal 18px Arial;
	color: #888;
	padding: 3px 5px 3px 19px;
}
.username:focus, .username:hover
{
	background-color: #f8eec4;
}

.password
{
	background-image: url(../img/16s.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	width: 310px;
	font: normal 18px Arial;
	color: #888;
	padding: 3px 5px 3px 19px;
}
.password:focus, .password:hover
{
	background-color: #f8eec4;
}

.button_div
{
	width: 287px;
	float: right;
	background-color: transparent;
	text-align: right;
	height: 35px;
	margin-top: 3px;
	padding: 5px 0;
}

validator_div
{
 float: left;	
}

.buttons
{
	background: #121212;
	font-size: 1.1em;
	color: #888;
	font-family: Segoe UI, Lucida Sans Unicode, Lucida Bright Grande, Verdana;
	padding: 6px 14px;
	border: solid 2px #2a2a2a;
	text-decoration: none;
	font-weight: bold;
}
