.form_container {
	position: relative;
	width: 670px;
	height: 450px;
	margin: 40px auto auto 10px;
	border: 0.1em solid #efefef;
	}
.form_header {
	position: relative;
	width: 668px;
	height: 20px;
	margin: 1px auto auto 1px;
	border-bottom: 1px solid #000;
	background: url(../images/formh_bg.gif);
	}
.form_h_txt {
	position: relative;
	margin-left: 40px;
	margin-top: 2px;
	font: 13px Arial, Verdana, Helvetica;
	text-align: left; 
	font-weight: bold; 
	color: #000; 
	text-decoration: underline;
	}
.head_from {
	float:left;
	width: 100px;
	height: 20px;
	border: 0.1em solid #efefef;
	background: url(../images/form_bg.gif);
	overflow:hidden;
	}
.text_from {
	position: relative;
	margin-left: 20px;
	margin-top: 2px;
	font: 11px Arial, Verdana, Helvetica;
	text-align: left; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: underline;
	}
.cont_from {
	width: 400px;
	height: 20px;
	border: 0.1em solid #efefef;
	text-align: left;
	}
.head_subj {
	width: 100px;
	height: 20px;
	border: 0.1em solid #efefef;
	background: url(../images/form_bg.gif);
	}
.text_subj {
	position: relative;
	margin-left: 20px;
	margin-top: 2px;
	font: 11px Arial, Verdana, Helvetica;
	text-align: left; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: underline;
	}
.cont_subj {
	width: 400px;
	height: 20px;
	border: 0.1em solid #efefef;
	text-align: left;
	}
.head_to {
	width: 100px;
	height: 20px;
	border: 0.1em solid #efefef;
	background: url(../images/form_bg.gif);
	}
.text_to {
	position: relative;
	margin-left: 20px;
	margin-top: 2px;
	font: 11px Arial, Verdana, Helvetica;
	text-align: left; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: underline;
	}
.cont_to {
	width: 400px;
	height: 20px;
	border: 0.1em solid #efefef;
	text-align: left;
	}
.head_msg {
	width: 100px;
	height: 20px;
	border: 0.1em solid #efefef;
	background: url(../images/form_bg.gif);
	}
.text_msg {
	position: relative;
	margin-left: 20px;
	margin-top: 2px;
	font: 11px Arial, Verdana, Helvetica;
	text-align: left; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: underline;
	}
.cont_msg {
	width: 505px;
	height: 205px;
	border: 0.1em solid #efefef;
	text-align: left;
	}
.text {
	width: 396px;
	height:16px;
	font: 12px Arial, Verdana, Helvetica;
	font-weight: bold;
	background-color: #fff;
	}
.select {
	width: 400px;
	height:20px;
	font: 12px Arial, Verdana, Helvetica;
	font-weight: bold;
	background-color: #fff;
	}
.textarea {
	width: 500px;
	height:200px;
	font: 12px Arial, Verdana, Helvetica;
	font-weight: bold;
	background-color: #fff;
	text-align:left;
	}
.sbm_c {
	width: 100px;
	height:20px;
	border: none;
	}
.sbm {
	padding-bottom:4px;
	width: 75px;
	height:21px;
	border: none;
	font: 12px Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../images/form_bg.gif);
	}
.sbm:hover {
	text-decoration: underline;
	background: url(../images/form_bg1.gif);
	}	
/*.result {
	position: relative;
	width: 500px;
	height: 50px;
	margin: 120px auto auto 85px;
	border: 0.1em solid #efefef;
	text-align: center;
	}
.text_result {
	position: relative;
	margin-top: 17px;
	text-align: center;
	font: 13px Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #000;
	}
.reload {
	position: relative;
	width: 70px;
	height: 20px;
	margin: 230px auto auto 300px;
	border: 0.1em solid #efefef;
	text-align: center;
	font: 12px Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #fff;
	background: url(../images/form_bg.gif);
	}
.reload:hover {
	text-decoration: underline;
	background: url(../images/form_bg1.gif);
	}	*/	
