@charset "utf-8";
/* CSS Document */

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	background-color:#fff;
	border:1px solid #d74700;
	color:#6f818d;
}

label {
	font-weight:bold;
	color:#a1cb1c;
	border:none;
	background:none;
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

input[type="submit"]
{
	border:none;
	width:63px;
	background-color:#b3e21e;
	font-weight:bold;
	color:#FFFFFF;
}

input[type="hidden"]
{
	border:none;
	height:1px;
	margin:0px;
	background:none;
}


br {
	clear: left;
}


#formularCont input, textarea 
{
	display: block;
	width: 500px;
	float: left;
	background-color:#fff;
	border:1px solid #d74700;
	color:#6f818d;
	margin:0px;
}

#formularCont input[type="hidden"]
{
	border:none;
	height:1px;
	margin:0px;
	background:none;
	float:none;
}

#formularCont input[type="checkbox"]
{
	border:none;
	height:10px;
	margin:0px;
	background:none;
	width:10px;
	margin-top:10px;
	margin-right:10px;
}

.error_form
{
	font-size:120%;
	color:red;
	font-weight:bold;
	border:1px solid red;
	padding:10px;
	margin:10px;
}