
form.label {
    display: block;
    width: 300px;
    float: left;
}


label { 
  display:block;
  margin:-20px 20px 5px 28px;
}



label.correction {
	margin:0px 0px 0px 0px;
}

label.correction2 { 
  margin:0px 0px 0px -20px;
}



.decale {  } 


.myform { width:500px;float:right; }
.myform2 { width:600px;float:right; }


form {
	/* background:#fff; 
	padding:1em;
	border:1px solid #eee; */
	margin:10px;;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}


legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input,select {
	padding:2px;
	margin-bottom:6px;
	border:1px solid #ddd;
	background:#fafafa;
	font-family:Futura book, Futura, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
    -webkit-border-radius: 0.4em;	
	border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
/*
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}



.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}

.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:#F00;
	border:#FF0 solid 1px;;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

*/

.radio {  margin-left:10px; margin-right:5px; } /* 43px  margin-left:35px; margin-right:5px;  */
.radiomarginright {  }
.radiommarginleft { margin-left:10px; }
.backradio, .backradio:hover, .backradio:focus { background-color:#000; background:none; border:none; }


input.default {
	color:#bbb;
}

.divlabel {
	float:left; 
	width:150px;
	margin-right:10px; 
	text-align:right;
	margin-top:5px;
	font-family:Futura book, Futura, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

.divinput {
	float:left;
}

.Clear { clear:both; }

.Spacer { margin-bottom:20px; }

.width200 { width:200px; }
.width250 { width:250px; }
.width300 { width:300px; }
.width320 { width:320px; }
.width350 { width:350px; }






div.paging { text-align: center; margin: 30px; }

#wrapper { border-top: 10px solid #444; }


form { margin: 5px 0px 0px 0px; }
form .error-message { color: #ee4b33; }
input.error{border:1px dotted red;}
form label.error { display: none; position:absolute;left:-999;}

/*
form label.check { display: inline; }
form .input { margin: 0px 0px 10px 0px; }
form .text input,.input label{display:block;width:200px;margin-top:10px;}

*/

/**
 * Main
 */
.message { border: 1px dashed #F00; padding: 10px; margin: 0px 0px 10px 0px; color:#FFF; text-align:center;  font-size:14px; width:500px; }
.textleft { text-align:left; color:#FFF;}
/*.message { border: 1px solid #F00; padding: 10px; margin: 0px 0px 10px 0px; background-color:#ee4b33; color:#000; text-align:center; font-size:14px; } ee4b33*/

.hidden{display:none;}