@charset "iso-8859-1";
DIV.formwrapper {
	/*background-color: #eaffea;*/
	background-color: #fff;
	width: 570px;
	border: 0px solid gray;
	padding: 10px 10px 5px 10px;
	text-align: left;
	padding: 0;
	margin:0;
}

form#contactform {
	/*background: url(grafics/form/bg.png) center top no-repeat;*/
	/*width: 549px;*/
	/*height: 754px;*/
	padding: 0;
	margin: 0 auto;
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

form#contactform fieldset {
	width: 530px;
	display: block;
	border: 0px dotted #000;
	padding: 5px;
	margin-bottom: 0.5em;
	margin-left: 13px;
	line-height: 1.2em;
}

form#contactform fieldset#formule input{
	border: 0;
}

form#contactform legend {
font-size: 1.1em;
font-weight: bold;
color: #0456FF;
margin: 0 0 5px 10px;
height: 24px;
line-height: 24px;
width: 250px;
border: 1px solid #137c41;
padding: 0 5px;
background: url('grafics/form/legend_bck.png');
}

form#contactform label {
	clear: left;
	display: block;
	float: left;
	/*width: 150px;*/
	text-align: right;
	padding-right: 10px;
	color: #003399;
	margin-bottom: 0.5em;
}

form#contactform fieldset#personal label {
	width: 130px;
	/*text-align: left;*/
}

form#contactform fieldset#formule label {
	width: 380px;
	text-align: left;
}

form#contactform fieldset#dates label {
	width: 130px;
	text-align: right;
}

form#contactform fieldset#comments label {
	width: 250px;
	text-align: left;
	display: block;
}

form#contactform input {
	border: 1px solid #003399;
	padding: 0 2px;
	margin-bottom: 0.3em;
}

form#contactform select { margin-left: 0.5em; }

form#contactform textarea {
	width: 410px;
	height: auto;
	border: 1px solid #003399;
	padding: 0.5em;
	overflow: auto;
}

form#contactform option {
	background: #003399;
	color: #ffffff;
}

form#contactform optgroup {
	background: #4d89ff;
	color: #ffffff;
}

form#contactform optgroup option {
	background: #c5d9ff;
	color: #003399;
}

form#contactform #button1 {
color: #006566;
font-weight: bold;
background: url(grafics/form/btn_gray.png);
display: inline;
border: none;
width: 90px;
height: 28px;
line-height: 27px;
text-align: center;
margin-left: 14em;
}



form#contactform #button2:hover { color: #0033ff; background: url(grafics/form/btn_green_on.png);}

form#contactform #button1:hover { color: #0033ff; background: url(grafics/form/btn_green_on.png);}

p.btn { margin: 4px 0; text-align: center; }



form#contactform fieldset#personal input:focus, form#contactform textarea:focus, form#contactform fieldset#dates input:focus {
	background: #fef0f1 url(grafics/form/input_bck.gif) left top no-repeat;
	border: 1px solid #cfcfcf;
}

form#contactform fieldset#personal input 
{	
	height: 1.2em;
	width: 170px;
}
