/*----------------------------------------------------------------------Formulaire-----*/

form 
{
	margin: 0 auto;
	padding: 0;	
	width: 90%;
	border: transparent;
}

form label
{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
}


.fieldset_form
{
	border: 1px solid #FFCC99;
	padding: 20px 0 20px 0;
	margin-bottom: 15px;
}

textarea, input, label, select
{
	margin: 0 5px 5px 0;
}

input, select, textarea
{
	border: solid 1px #FFCC99;
	border-left: solid 6px #FFCC99;
	background-color: #FFFFEB;
	padding-left: 10px;
	width: 250px;
	color: #FF9999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea
{
	width: 400px;
	height: 200px;
	background: url(/images/logo_balzazate_transparent.gif) center no-repeat;
}

#submit 
{
	width: 75px;
	height: 50px;
	border: none;
	background-color: #FFFFEB;
	cursor: pointer; 
	margin-left: 500px;
}

#website
{
	display: none;
}
