
h1 {
	font-size: 16px;
	color: #d33a0a;
}

strong {
	color: #d33a0a;
}
pre {
	background-color: #F0F0F0;
	border: 1px solid #DADADA;
	padding: 6px;
	line-height: 16px;
}
.infos {
	float: left;
	width: 40%;
	margin-left: 6px;
	margin-right: 6px;
}
hr {
	clear: both;
	color: #d33a0a;
}
form {
	float: left;
	width: 100%;
}
.infos.mail strong
{
	color: black;
}
/* Form Style */
label {
	display: inline-block;
	
	text-align: right;
	color: #d33a0a;
}
input[type=submit] {
	margin-left: 86px;
}
footer {
	text-align: right;
}
label {
	padding-top: 9px;
	margin-right: 4px;
}
textarea {
	height: 120px;
}
input, textarea, select {
	width: 450px;
	vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	outline: medium none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%,#ffffff 35%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%,#ffffff 35%); /* IE10+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f8f8f8 0%,#ffffff 35%); /* W3C */
	background: linear-gradient(top, #f8f8f8 0%,#ffffff 35%); /* W3C */
	border: 1px solid #CCCCCC;
	box-shadow: 0 2px 3px #F0F0F0;
	color: #666666;
}
input[type=checkbox] {
	vertical-align: middle;
	width: auto;
}
button, input[type=submit] {
	margin-left: 86px;
	cursor: pointer;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	min-width: 80px;
	border: 1px solid #f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #f5651b; /* Old browsers */
	background: -moz-linear-gradient(top, #f5651b 0%, #d33a0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5651b), color-stop(100%,#d33a0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5651b 0%,#d33a0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5651b 0%,#d33a0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5651b 0%,#d33a0a 100%); /* IE10+ */
	background: linear-gradient(top, #f5651b 0%,#d33a0a 100%); /* W3C */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#f5651b', endColorstr='#d33a0a',GradientType=0 ); /* IE6-9 */
}
input[type=submit]:hover, button:hover {
	background: #fa7321; /* Old browsers */
	background: -moz-linear-gradient(top, #fa7321 0%, #d33a0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7321), color-stop(100%,#d33a0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fa7321 0%,#d33a0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fa7321 0%,#d33a0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fa7321 0%,#d33a0a 100%); /* IE10+ */
	background: linear-gradient(top, #fa7321 0%,#d33a0a 100%); /* W3C */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#fa7321', endColorstr='#d33a0a',GradientType=0 ); /* IE6-9 */
}
input:hover, textarea:hover, select:hover {
	border-color: #AAAAAA;
}
input:hover, textarea:hover, select:hover {
	box-shadow: #fa7321 0 0 10px 0;
}
.error {
	border-color: #fa7321 !important;
}
