@charset "utf-8";

.fleft { float:left }
.fright { float:right }
.fnone { float:none }
.cleft { clear:left }
.cright { clear:right }
.cboth { clear:both }
.cnone { clear:none }
.dnone { display:none }

.interdiv10 { height:10px }
.interdiv20 { height:20px }
.interdiv30 { height:30px }
.interdiv40 { height:40px }
.interdiv50 { height:50px }
.interdiv60 { height:60px }
.interdiv70 { height:70px }
.interdiv80 { height:80px }
.interdiv90 { height:90px }

.pad05 { padding:5px }
.pad10 { padding:10px }
.pad20 { padding:20px }

.square13
{
	height:13px;
	width:13px
}

.square20
{
	height:20px;
	width:20px
}

.elink
{
	width:100%;
	height:100%;
	display:block
}

.herbox_0, .herbox_1, .herbox_2
{
	text-align:left;
	clear:both;
	display:block;
	margin:20px auto;
	padding:10px 20px
}

.herbox_0 a, .herbox_1 a, .herbox_2 a
{
	color:#FFF;
	text-decoration:none
}

.herbox_1 { background:#79A85A }
.herbox_0 { background:#F60 }
.herbox_2 { background:red }

.ombre
{
	box-shadow:0 3px 10px #11171A;
	-moz-box-shadow:0 3px 10px #11171A;
	-webkit-box-shadow:0 3px 10px #11171A
}

.form_text,
.form_area,
.form_file
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#172023;
	background:#FFF;
	border:none;
	float:left;
	display:block;
	padding:1px;
	margin:1px -1px 0 -1px
}

.form_text	{ margin-bottom:15px }
.form_file	{ width:179px;padding:4px 1px;margin-right:5px }
.form_area	{ height:110px }

.form_butt
{
	color:#172023;
	font-size:9px;
	text-transform:uppercase;
	background:#FFF;
	border:none;
	display:block;
	padding:3px 2px;
	letter-spacing:1px
}

.form_butt:hover { background:#E9592F;color:#FFF }

.move { transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out
}

.move:hover, .move3:hover { }

.move3 { transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out
}

input.error { background:#F00 }
label.error { display:none;height:0;width:0 }

