form {
	margin: 0; padding: 0;
}

textarea, select, option, input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* form error */

div#internal_error {
	display: block;
	border: 1px solid #ca192a;
	padding: 0 10px; margin: 10px 0 0 0;
}

div#internal_error p {
	font-weight: bold;
	font-size: 1.6em;
	margin: 0 0 10px 0; padding: 0;
	color: #ca192a;
}

div#internal_error h5 {
	font-size: 1.4em; font-weight: bold;
	color: #313131;
}

/* layout */
div.internal_form_content {
	width: 715px; float: left; clear:both;
}

fieldset.form_chapter {
	margin: 0; padding: 0; border: 0;
}
.internal_form_content {
	font-size: 1.2em;
	margin-top: 10px;
}

.label span {
	float: left; display: block;
}

/* labels */
.internal_form_content label {
	font-weight: bold;
}

.internal_form_content label.form_label1 {
	display: block; float: left;
	width: 190px; height: 20px;
	margin: 0; padding: 0 20px 0 0;
	text-align: right;
}

.internal_form_content label.form_label1b {
	display: block; float: left;
	width: 190px;
	margin: 2px 0 0 0; padding: 0 20px 8px 0;
	line-height: 1.1em;
}

.internal_form_content label.form_label2 {
	display: block; float: left;
	height: 20px; width: 32px;
	margin: 0; padding: 0 5px 0 0;
	text-align: right;
}

.internal_form_content label.form_label3 {
	display: block; float: left;
	height: 20px; width: 29px;
	margin: 0; padding: 0 5px 0 0;
	text-align: right;
}

.internal_form_content label.form_label3b {
	display: block; float: left;
	height: 20px; width: 45px;
	margin: 0; padding: 0 5px 0 0;
	text-align: right;
}

.internal_form_content label.form_label4 {
	display: block; float: left;
	height: 20px; width: 60px;
	margin: 0; padding: 0 5px 0 0;
}

.internal_form_content label.form_label5 {
	float: left;
	margin: 0 10px 0 30px; padding: 0;
	width: 140px;
	line-height: 22px;
}

.internal_form_content label.form_label6 {
	float: left; clear: both;
	margin: 0 10px 0 0; padding: 0;
	line-height: 22px;
}


/* input text */
.internal_form_content input.form_input1,
.internal_form_content input.form_input2,
.internal_form_content input.form_input2b,
.internal_form_content input.form_input3,
.internal_form_content input.form_input3b,
.internal_form_content input.form_input4,
.internal_form_content input.form_input5,
.internal_form_content input.form_input6 {
	display: block; float: left; height: 20px; line-height: 20px;
	font-size: 1.1em; color: #313131; text-indent: 8px;
	border: 0; margin: 0 0 10px 0; padding: 0;
	background-position: top left; background-repeat: no-repeat; background-color: #f4f4f4;
}

.internal_form_content input.form_input1 { width: 295px;background-image: url(../_img/_forms/form_input1.gif); }
.internal_form_content input.form_input2 { width: 36px; background-image: url(../_img/_forms/form_input2.gif); padding-right: 10px; }
.internal_form_content input.form_input2b { width: 47px; background-image: url(../_img/_forms/form_input2b.gif); padding-right: 10px; }
.internal_form_content input.form_input3 { width: 213px; background-image: url(../_img/_forms/form_input3.gif);	}
.internal_form_content input.form_input3b { width: 188px; background-image: url(../_img/_forms/form_input3b.gif); }
.internal_form_content input.form_input4 { width: 168px; background-image: url(../_img/_forms/form_input4.gif); }
.internal_form_content input.form_input5 { width: 420px; background-image: url(../_img/_forms/form_input5.gif); }
.internal_form_content input.form_input6 { width: 136px; background-image: url(../_img/_forms/form_input6.gif);	}


/* picture sending*/
div#form_picture_sendingbox {
	width: 600px;
	background-color: #fff;
	border: 1px solid #abacad;
}

div#form_picture_sending {
	margin: 8px 10px;
	background-color: #fff;
}

div#form_picture_sending ul { margin: 0 0 10px 0; padding: 0; }
div#form_picture_sending p { margin: 0; padding: 0; }
div#form_picture_sending li { padding: 0; margin: 0 0 0 15px; }

/* input file */

label.form_input {
	clear: both; float: left;
	width: 160px;
	margin: 7px 0 0 0; padding: 0 20px 8px 0;
	line-height: 1.1em;
}

label.form_input2 {
	clear:both;	float: left;
	width: 160px;
	margin: 7px 0 0 0; padding: 0 20px 8px 0;
	line-height: 1.1em;
}

input.form_file4 {
	float: left; height: 20px; line-height: 20px; width: 370px;
	font-size: 1.1em; color: #313131;
	margin: 7px 0 0 0; padding: 0;
	border: 1px solid #abacad;
}

input.form_file4b {
	display: block;
	height: 20px; line-height: 20px; width: 370px;
	font-size: 1.1em; color: #313131;
	margin: 7px 0 0 0; padding: 0;
	border: 1px solid #abacad;
}

div.form_file_others {
	display: block; float: left;
}

div.form_file_inputs {
	height: 180px;
}

/* input radio */
input#field_gender_1, input#field_gender_2 {
	height: 20px; line-height: 20px;
	margin: 0 4px 0 0; padding: 0;
}

/* span */
span.form_span1 { float: left; padding-right: 10px; }

/* calvitie visuel */
div.calvitie_type {
	display: block; width: 704px; height: 259px;
	background: url(../_img/_forms/calvitie_type.jpg) top left no-repeat;
}

div.calvitie_type_femme {	
	display: block; width: 704px; height: 259px;
	background: url(../_img/_forms/calvitie_type_femme.jpg) top left no-repeat;
}

div.calvitie_type label, div.calvitie_type_femme label {
	float: left; display: block;
	position: relative;
	font-weight: bold;
}

div.form_membre_famille {
	float: left; width: 175px;
}

/* radio homme */
label.calvitie_type_1 {	top: 90px; left: 80px;}
label.calvitie_type_2 {	top: 90px; left: 230px;}
label.calvitie_type_3 {	top: 90px; left: 385px;}
label.calvitie_type_3v { top: 90px; left: 500px;}
label.calvitie_type_4 {	top: 190px; left: 80px;}
label.calvitie_type_5 {	top: 190px; left: 230px;}
label.calvitie_type_6 {	top: 190px; left: 385px;}
label.calvitie_type_7 {	top: 190px; left: 525px;}

/* radio femme */
label.calvitie_type_1f { top: 90px; left: 50px;}
label.calvitie_type_2f { top: 90px; left: 175px;}
label.calvitie_type_3f { top: 90px; left: 317px;}
label.calvitie_type_4f { top: 90px; left: 466px;}
label.calvitie_type_5f { top: 190px; left: 75px;}
label.calvitie_type_6f { top: 190px; left: 205px;}
label.calvitie_type_7f { top: 190px; left: 315px;}

/* textarea */

textarea {
	display: block;
	background-color: #fff; border: 1px solid #abacad;
	padding: 5px 0; margin: 0 30px 25px 0;
	font-size: 1.0em; line-height: 1.3em;
}

textarea#form_input_medicaments {
	width: 605px; height: 115px;
}

textarea#form_input_commentaires {
	float:left;
	width: 435px; height: 115px;
	margin-top: 5px;
}

textarea#form_input_finalremarks {
	float:left;
	width: 417px; height: 65px;
	margin-top: 5px;
}

/* end of form */
p.form_hopes {
	font-size: 1.2em; font-weight: bold;
	width: 450px;
}


/* spacers */
div.form_line {
	clear: both;
}

div.form_line_2 {
	clear: both; margin-bottom: 8px;
}
label.label_radio {
	padding-right: 15px;
	float: left;
}

div.form_last_infos p {
	width: 650px;
	font-size: 1.0em;
	line-height: 1.2em;
}

hr.form_hr {
	clear: both; margin: 10px 0 0 0; padding: 0;
	width: 713px;
	border: 1px solid #33879a;
	height: 0;
}

div#form_send {
	clear: both;
	margin: 10px 0 0 0;
	width: 713px;
	height: 35px;
}

div#form_Kontakt {
	clear: both;
	margin: 10px 0 0 0;
	width: 713px;
	height: 35px;
	text-align: right;
}

button#form_main_submit {
	display: block; height: 35px; line-height: 29px; float: left;
	font-size: 16px; font-weight: bold; text-transform: uppercase; color: #fff;
	padding: 0; margin: 0; border: 3px solid #ca192a;
	background: #ca192a url(../_img/_forms/button_send.gif) top left no-repeat;
}

div#form_reset {
	float: right; margin-top: 7px;
}

div#form_reset a {
	color: #313131 !important;
}

button.form_main_submit_fr { text-indent: 30px; width: 160px; }

p.form_confirm { font-size: 1.8em; font-weight: bold; margin: 30px 0; padding: 5px; border: 1px solid #33879a;}
