select, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 3px;
	margin: 0px;
}
select {
	padding: 2px;
}
input[type="text"], input[type="password"], textarea, select {
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: solid 1px #ddd;
	color: #000000;
}

input[type="submit"]
{

}

input[type="submit"]:hover
{

}
select:hover {
	cursor: pointer;
}
input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 2px 2px 0;
	padding: 0;
	cursor: pointer;
}

input[disabled] {
	cursor: default;
}

input[readonly] {
	cursor: default;
}

fieldset.radio
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #dfdfdf;
}

form fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #dfdfdf;
}
form fieldset fieldset
{
margin-bottom: 0px;
}
form fieldset legend
{
padding-left: 10px;
padding-right: 10px;

}

form fieldset.radio input
{
	background-color:#00FF00;
	border: 1px solid #00FF00;
}

form fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.formulaire1 fieldset.radio label
{
	font-weight: normal;

}

form input
{
	display: block;
}

form input.submit
{
	clear: both;
}

form label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;

}

form select
{
	display: block;
}
/*id="dealer_form"#media
*/.formulaire td{
padding-right: 14px;
padding-bottom: 7px;
text-align: right;
}
.formulaire td.boutAligne input{
float: left;
margin-right: 4px;
}