/*
 * Controls the icons that are displayed according to the specified rules, 
 * depending on the validity of the data entered
 */
/*
 "zpStatusImg" class images for form fields -- apply appropriate rules here.
 The script auto-applies one of each of these CLASS attributes to a series of
	nested <span>s with an innermost .zpStatusImg class <span> we style:
 1) "zpIsRequired" or "zpNotRequired".
 2) "zpIsEmpty" or "zpNotEmpty".
 3) "zpIsEditing" or "zpNotEditing".
 4) "zpIsValid" or "zpNotValid".
	5) Always "zpStatusImg", this is the one styled.
*/

.zpFormBasic span.zpStatusImg {
	padding: 0px 12px;
	height: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: center 3px;
	opacity: 0.66;
	filter: alpha(opacity=66);
	margin-left:5px;
	display: inline-block;
	float: none;
	padding-top: 1px;
	padding-bottom: 6px;
	vertical-align: top;
	background-color: #FFFFFF;
}

.zpFormBasic .zpIsEditing span.zpStatusImg {
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-color: #FFFFFF;
}

.zpFormBasic .zpIsRequired span.zpStatusImg {
	background-image: url(../images/icons/required.gif);
	background-color: #FFFFFF;
}

.zpFormBasic .zpIsRequired .zpNotEmpty .zpNotValid span.zpStatusImg {
	background-image: url(../images/icons/required_invalid.gif);
	background-color: #FFFFFF;
}

.zpFormBasic .zpNotEmpty .zpNotValid span.zpStatusImg {
	background-image: url(../images/icons/invalid.gif);
}

.zpFormBasic .zpIsValid span.zpStatusImg {
	background-image: url(../images/icons/validated.gif);
}

/*
 * Controls the look and feel of the form
 */
.zpFormBasic .errOutput{
	background-color: #C70032;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: white;
	display: none;
}

.zpFormBasic .fieldError {
	font-weight: bold;
}

.zpFormBasic input {
	background-color:#EAF1FF;
	border: solid 1px #8484A1;
	margin-bottom: 5px;
	font-size: 11px;
}

.zpFormBasic input:focus, .zpFormBasic textarea:focus {
	background-color: #F1F5F2;
}

.zpFormBasic textarea {
	background:#F5F1F2;
	border: solid 1px #8484A1;
	margin-bottom: 5px;
	font-family:Verdana;
	font-size: 11px;
}

.zpFormBasic .zpFormLabel {
	padding-right: 0.2em;
	width: 13em;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	float: left;
	clear: left;
	text-align:right;
	background-color: #FFFFFF;
}

.zpFormBasic .zpConsole {
	background-color: #dddddd;
	width:80%;
	border: 1px dotted black;
	padding:.3em;
}

.zpFormBasic {
	padding: 10px;
	background: #F1F2F8;
	background-color: #FFFFFF;
}

.zpFormBasic .button{
	margin-right: 5px;
	height: 33px;
	width: 240px;
	line-height: 16px;
	font-family: Arial;
	border: 1px solid #ffffff;
	background-image:url(../images/envoyer_demande.png);
	margin-left: 172px;
	background-color: #FFFFFF;
}


.zpFormBasic fieldset{
	margin: 10px 0px;
	padding: 10px;
	border: solid 1px #D9C4C8;
	background-color: #FFFFFF;
}

* html .zpFormBasic fieldset{
	padding-top: 10px;
	background-color: #FFFFFF;
}

.zpFormBasic legend{
	font-family: Verdana, Alial, sans-serif;
	font-size: 18px;
	color: #004CA1;
	padding: 3px 5px;
	background-color: #FFFFFF;
}

* html .zpFormBasic legend{
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.zpFormBasic .zpFormError{
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;	
	color: #F73460;
  	padding-left: 10px;
  	font-weight: normal;
  	vertical-align: top;
  	line-height: 20px; 
  	display: inline-block;
}

.zpFormBasic .multipleButton{
	margin-left: 10px; 
	width: 24px;
	font-size: 15px;
	vertical-align: top;
	margin-top: 2px;
	text-align: center;
	line-height: 10px;
	padding-top: 1px;
	font-size: 11px;
}

.zpFormBasic select {	
	font-family: Verdana;
	height: 19px;
	line-height: 19px;
	background:#F5F1F2;
	border: solid 1px #8484A1;
	margin-bottom: 5px;
}
