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

.spacer{clear:both; height:1px;}

/* ----------- stylized ----------- */
	
	#stylized{
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:150px;
		float:left;
	}
	#stylized .small {
		color:#666666;
		display:block;
		font-size:10px;
		font-weight:normal;
		text-align:right;
		width:150px;
	}
	#stylized input, #stylized textarea, #stylized select{
		float:left;
		font-size:16px;
		padding:4px 2px;
		border:solid 1px #B1C537;
		width:320px;
		margin:2px 0 30px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:50px;
		width:105px;
		height:31px;
		background:#936945;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	.button_main {
		width:400px;
		margin-left:140px;
	}
	span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../_img/button/select.gif) no-repeat;
	overflow: hidden;
}

/* ----------- Message ----------- */

.form_contact_send {
	width:400px;
	border:#393 1px solid;
	background:#DBFFDB;
	color:#093;
	padding:15px;
	text-align:center;
}
.form_contact_error {
	width:400px;
	border:#C30 1px solid;
	background:#FFE9E6;
	color:#C00;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center
}