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


#form_table{
	background:#fff;
	/*border:4px solid #0170e4;*/
	width:450px;
	margin: 30px auto;
	font-family: arial;
	color:#454545;
	}
#form_table th {
	text-align: right;
	color: #eee;
	font-size: 14px;
	}
#form_table td {
	position: relative;
	width: 40%;
	}
#form_table caption {
	background:url(images/caption.png) center left;
	height: 58px;
	 line-height: 58px;
	 width: 450px;
	 font-size: 21px;
	 font-weight: bolder;
	 }
#form_table input {
	width: 250px;
	background-color: #fff;
	display: inline;
	color: #454545;
	border:2px solid #444;
	margin:0px 0 0 30px;
	font-family: arial;
	height: 28px;
	font-size: 12px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#form_table textarea{
	width: 250px;
	background-color: #fff;
	display: inline;
	color: #454545;
	border:2px solid #444;
	margin:0px 0 0 30px;
	font-family: arial;
	height: 70px;
	font-size: 12px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;}

#form_table input[type="submit"], #form_table input[type="reset"] {
	width: 120px;
	}
#form_table input:focus, #form_table textarea:focus{
	background:#fff;
	}
#form_table input + span, #form_table textarea + span {
	display: none;
	background:url(../images/message.png) no-repeat center left;
	line-height: 32px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding:0px 20px;
	position: absolute;
	width: 180px;
	z-index:99;
	}