/* Container element */
/* A modifier si nécessaire  l'image formbg.gif (même image utilisé dans form.css)  de la ligne 21 + faire un replace all de la couleur utilisé ligne 17 (couleur, h2, link, legende et bordure) (ex: #003366)  et ligne 20 (couleur de tous les autres textes)  (#000) */

* {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

#popcontainer {
width: 440px;
height: 375px;
margin: 0 auto;
padding-left: 5px;
font-size: 11px;
border: 4px solid #94A0C1;
color: #94A0C1;
background: #0B2A7C;}

/* Rappel gratuit et immediat Header */

#popcontainer h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	color: #E55E24;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;}

/* cnil & powered definition */

#popcontainer .cnil {
	text-align: center;
	font-weight: bold;
	color: #c00;
	text-decoration: none;}
	
#popcontainer .cnil:hover {
	color: #960;
	text-decoration: underline;}

#popcontainer #powered img {
	height: 12px;
	width: 12px;
	vertical-align: middle;}
	
#popcontainer #powered a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;}
	
#popcontainer #powered a:hover {
	color: #960;
	text-decoration: underline;}

#popcontainer .fleft {
	float: left;
	margin: 0 10px 10px 0;}

#popcontainer .clr {
	clear: both;
	height: 1px;}

#popcontainer p {
	display: block;
	padding: 0;
	margin: 0;}

/* Definition of the form elements */

#popcontainer form label {
	font-weight: bold;
	margin-right: 10px; 
	padding-right: 10px; 
	width: 80px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
	color:#E55E24; }

#popcontainer form fieldset { 
	border: 0;
	border-top: 1px #ddd solid;}

#popcontainer form legend { 
	font-size: 20px;
	font-weight: bold;
	color: #E55E24; }

/* Definition of the input element and the javascript elements */	

#popcontainer div.buttonrow { 
	text-align: center;
	margin-top:5px;}
/* Basic definition for form elements */

#popcontainer form label {
	font-weight: bold;}

div#telcontainer {
	margin: 0 auto;}
	
div#handtel {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;}

div#handtel img {
	-moz-opacity:  0.9;
	opacity: .9;
	filter: alpha(opacity=90);}
/* These are the classes applied on the error messages
 * which prevent them from being displayed by default. */
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg{
	display: none;}

/* * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: block; 
	margin: 5px 0;
	font-size: 90%;
	line-height: 16px;
	color : #fff;	
	text-align: center;
	font-weight: bold;
	border: #FF0000 solid 1px;}

/* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	border: 2px solid #0c0;}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border: 2px solid  #c00;}

.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel {
	color: #CC3333;	}

.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg {
	margin: 5px 0;
	font-size: 90%;
	color : #fff;	
	text-align: center;
	font-weight: bold;
	border: #FF0000 solid 1px;
	background: #900 url(/images/error.gif) no-repeat center right;}

.validMsg {
	display:none;}

.textfieldValidState .validMsg {
	display:inline;}

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;}