/*********************************************************************/
/*WEB RUNKUN V1.1 - Tous droits reserves ORMIGAS 2008-2010           */
/*Exclusivement programmé pour ORMIGAS                               */
/*********************************************************************/

/*********************************************************************/
/*-------------------------------------------------------------------*/
/*------------------MODULE ARCHITECTURE FORMULAIRE-------------------*/
/*-------------------------RUNKUN_FORM.CSS---------------------------*/
/*********************************************************************/

/*********************************************************************/
/* RUNKUN_FORM.CSS                                                   */
/*         FEUILLE DE STYLE ARCHITECTURE FORMULAIRE                  */
/*********************************************************************/

/*********************************************************************/
/*DERNIERE MODIFICATION : 03/10/2008                                 */
/*VERSION : 1.0.00                                                   */
/*********************************************************************/

/****************/
/*ASPECT GENERAL*/
/****************/


form {
text-align:right;
padding:0px;
width:540px;
font-family: helvetica, arial, geneva, sans-serif;
}
fieldset {
	text-align:right;
	padding:20px;
	margin-bottom:10px;
}
legend {
	font-family: helvetica, arial, geneva, sans-serif;
	text-decoration: none;
	color: #51514F;
	font-size: 14pt;
}
label.contact {
	font-family: helvetica, arial, geneva, sans-serif;
	text-decoration: none;
	color: #966446;
	font-size: 14pt;
}

label.order {
	font-family: helvetica, arial, geneva, sans-serif;
	text-decoration: none;
	color: #966446;
	font-size: 9pt;
}

input.contact {
	border:1px solid #FF600E;
	background-color:#D7C9C1;
	color: #C3977D;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 12pt;
}
input.order {
	border:0px solid #FFFCCC;
	background-color:#D7C9C1;
	text-align:right;
	color: #C3977D;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 8pt;
}

input.order2 {
	border:0px solid #FFFCCC;
	background-color:#D7C9C1;
	text-align:left;
	color: #C3977D;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 8pt;
}
input[type=radio] {
		margin-right:50px;
		background-color:transparent;
		border:none;
}
select.order {
	border:0px solid #FFFCCC;
	background-color:#D7C9C1;
	text-align:left;
	color: #C3977D;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 8pt;
}


select, option {
	border:0px solid #FFFCCC;
	background-color:#D7C9C1;
	text-align:left;
	color: #C3977D;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 8pt;
}
textarea.contact {
	border:1px solid #FF600E;
	background-color:#D7C9C1;
	color: #C3977D;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 12pt;
}

textarea.order {
	border:0px solid #FF600E;
	background-color:#D7C9C1;
	color: #C3977D;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 8pt;
	
}
input[type=submit] {
	border:1px solid #FF600E;
	background-color:#FF600E;
	color: #FFFFFF;
	font-family: helvetica, arial, geneva, sans-serif;
	font-size : 10pt;
}


/*********************************************************************/
/*--------------------FIN DU MODULE RUNKUN_FORM----------------------*/
/*********************************************************************/

