/* CSS Document */
#box_center{
	font-size:14px;
	}
#box_center p{
	margin-top:10px;
	line-height:20px;
	text-align:center;
	}
#box_center h2{
	font-size:16px;
	text-align:left;
	margin-top:20px;
	text-align:center;
	}
#contact_form{
	width:310px;
	margin:10px auto;
	}
#list_contact{
	clear:both;
	text-align:left;
	list-style:none;
	/*margin-top:10px;*/
	/*border:1px solid #FFF;*/
	}
#list_contact li{
	margin-top:10px;
	margin-bottom:10px;
}
#list_contact li label{
	width:200px;
	display:block;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
#list_contact input{
	background:#eaeaea;
	border:1px solid #cccccc;
	width:300px;
	}
#list_contact textarea{
	background:#eaeaea;
	border:1px solid #cccccc;
	width:300px;
}
#list_contact .btn_send{
	/*background:url(../images/frontend/btn_send.gif);
	background-repeat:no-repeat;*/
	background:#717171;
	color:#f6f6f6;
	font-weight:bold;
	width:91px;
	height:30px;
	border:1px solid #4c4c4c;
	margin-left:40px;
	float:right;
	margin-right:0px;
	}
