/* @override http://localhost/Haiku/styles/haiku_form_style.css */

/* Feuille de style formulaire inscription monitorat CIES Jussieu */

/* @group Mise en page */

body { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #4C5F6A;
}

gal {
	width: 100%;	
}
.galphoto {
	width: 20%;
	text-align: center;
	padding: 5px;
	float: center;
	clear: none;
}

/* @end */

/* @group Form */

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	color: #333;
}

.form {
	width: 100%;
}

.form-row {
	width: 100%;
	padding: 5px;
	clear: both;
}

.field-label {
	width: 20%;
	text-align: right;
	float: left;
	padding: 4px 10px 0 0;
	color: #666;
}

.field-label2 {
	width: 20%;
	text-align: right;
	float: left;
	padding: 4px 10px 0 0;
	color: #666;
}

.field-widget {
	float: left;
	width: 70%;
	display: inline;
	vertical-align: top;
}

.fied-select {
	width: 20%;
	float: left;
	padding: 4px;
}

.fied-img {
	width: 30%;
	float: left;
	padding: 4px;
}

.linkappear { 
	color: #4C5F6A;
	font: italic 12px arial, helvetica, sans-serif;
	margin: 5px;
}

/* @end */

/* @group Validation */

img {
    border-style: none;
}

textarea{
	width: 100%;
	color: #333;
	border: 1px dotted #666;
}

ul {
	list-style: none;
}

input {
	display: inline;
	text-align: center;
}

input.disabled {
	border: 1px solid #F2F2F2;
}
	
input.optional {
	border: 1px dotted #666;
}

input.required, input.validate-email, textarea.required {
	border: 1px solid #4C5F6A;
	display: inline;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #CC0000;
	color : #4C5F6A;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #4C5F6A;
	display: inline;
}


.validation-advice {
	display: inline;
	color: #CC0000;
	font-weight: normal;
	padding-left: 10px;
	font-size:10px;
	
}

#advice-required-field {
	float: left;
	color: #CC0000;
	display: inline;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}


/* @end */

