form {
	margin: 0px;
	padding: 0px;
}
label {
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	width: auto;
}
fieldset {
	margin-bottom: 10px;
	padding: 3px;
	border: none;
}
input, select, textarea {
	border: none;
	font-size: 11px;
	clear: right;
	margin-top: 3px;
	padding:2px;
}
input.border{
	border: 1px solid #999999;
}
input.radio {
	border: none;
}

.formu label {
	display: block;
	font-weight: bold;
}


textarea.contacte:focus, input.contacte:focus
{
	background-color: #FFF;
	color: #333;
}
input.contacte {
	border: 1px solid #FFEDD1;
	background-color: #FFEDD1;
	width: 420px;
	color: #333;
}
textarea.contacte {
	border: 1px solid #FFEDD1;
	background-color: #FFEDD1;
	width: 420px;
	height: 160px;
	color: #333;
}
input.contacte-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 420px;
}
textarea.contacte-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 420px;
	height: 160px;
}

ul.error {
	list-style-type: square;
	color: #990000;
}

