/* Objet Formulaire 

Company : Vente-privee.com
Project : VP4 (Front)
Support : Media Screen

Version : V 0.1
Date : 12 08 2008
Author : Aurelie DURDUX

*/
/** , select  */
form, fieldset  {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

/** form input[type="text"], */
form input[type="password"],
/** form input[type="submit"], */
form input[type="reset"],
form input[type="button"],
form input[type="file"]  {
	border: 1px solid silver;
	background: url('./images/input_bg.jpg') repeat-x top left;
	font-size:100%;
}

.formsearch input[type="submit"] {
	background: url('./images/ico_interr.gif') transparent no-repeat center;
	font-size:100%;
	font-weight: bold;
	cursor: pointer;  /* pour IE < 7 non certifié CSS 2.1 avec INPUT[type=] */
}

.formsearch  input[type="text"] {
	border: 1px solid silver;
	background:url('./images/input_bg.jpg') repeat-x top left;
	/** background-attachment : fixed;	*/
}

.formsearch select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-left: 8px;
	font-style: italic;
}

.formsearch p  {
	border:0px;
	margin:0px;
	padding:0px;
}

.inputbox {
	border: 1px solid silver;
	background:url('./images/input_bg.jpg')  #FFFFFF repeat-x top left;
	background-attachment : fixed;
	vertical-align: baseline;
}

.bsubmit {
	border: none;
	background: url('./images/ico_interr.gif') transparent no-repeat center;
	font-weight: bold;
	cursor: pointer;  /* pour IE < 7 non certifié CSS 2.1 avec INPUT[type=] */
}


	form.style1 {
		font-size: 11px;
		margin: 15px;
	}
	
	form.style1 input, select {
		margin-left:6px;
		padding: 0px;
		font-size: 11px;
		border: 1px solid silver;
	}
	
	form.style1 input[type="button"] {
		padding: 2px 2px 2px 14px;
		border: 1px solid silver;
		color: #ce003c;
		background-color : #e8e9e8;
		/** font-weight: bold; */
	}


	form.style1 .bouton {
		background: url( '../../img/ico_interr.gif' ) center left no-repeat; 
	}
	form.style1	.bouton_valid {
		background:url('/css/themes/grey/images/ico_valid.gif') #FFFFFF no-repeat left;
	}
	form.style1 	.bouton_annul {
		background:url('/css/themes/grey/images/ico_annul.gif') #FFFFFF no-repeat left;
	}
	form.style1 	.bouton_retour {
		background:url('/css/themes/grey/images/ico_retour.gif') #FFFFFF no-repeat left;
	}
	form.style1 	.bouton_insert {
		background:url('/css/themes/grey/images/ico_insert.png') #FFFFFF no-repeat left;
	}
	form.style1 	.bouton_insert {
		padding-left: 14px;
		background:url('/css/themes/grey/images/ico_insert.png') #FFFFFF no-repeat left;
	}

	form.style1 div {
			padding: 4px 0px 4px 0px;
		}
			.divrowleft {
				float:left;
				width:48%;
			}
			.divrowfull {
				float:left;
				width:100%;
			}
			.divrowright {
				float:right;
				width:48%;
			}
		.divrowh {
			clear:both;
			width:100%;
			padding: 0px;
		}

	form.style1 input[type="image"] {
		margin: 0px;
		padding: 0px;
	}

	form.style1 table {
		/** border: 1px solid silver; */
		border: 0px;
	}

	form.style1 td {
		margin: 0px;
		padding: 2px;
	}

	form.style1 th {
		background-color:silver;
		color:white;
	}

	form.style1 fieldset {
		padding-left: 1em;
		border:1px solid #a3a3a7;
		padding-bottom: 6px;
		}
		
	form.style1 label {
		float:left;
		width:120px;
		margin-right:0.2em;
		padding-top:0.2em;
		text-align:right;
		padding: 0px;
		}

	form.style1 legend {
		padding : 0.2em 0.5em;
		color : #ce003c;
		font-size : 100%;
		font-weight : bold;		
	}
	
	form.style1 input {
		background: url('/css/themes/grey/images/input_bg.jpg') repeat-x;
		color: #202020;
		border: 1px solid #a3a3a7;
	}
	form.style1 select {
		background: url('/css/themes/grey/images/input_bg.jpg') repeat-x;
		color: #202020;
		border: 1px solid #a3a3a7;
	}
	
	form.style1 textarea {
		border		: 1px solid #a3a3a7; 
		font-family	: Verdana, Arial, Sans-Serif;
		font-size	: 10px; 
		color		: #202020;
		background	: url('./images/input_bg.jpg') repeat-x top left;
		margin-left     : 6px;
	}
	
	form.style1 span.legend {
		font-size: 10px;
		color: red;
		padding: 0px;
		padding-left: 2px;
	}
	
	
