#form-programme-fpc fieldset
{
	display: block;
	
	
float:left;
margin:0 10px;
width:280px;
	
	border: 0 solid #fff;
	border-top: 1px solid #999;
	padding: 0 1em 1em 1em;
}


#form-programme-fpc legend
{
 padding: 0 5px;
 font-weight: bold;
}



/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */
#form-pane input{
	width:180px;
}
#form-pane select{
	width: 185px;
	font-family: tahoma, verdana, sans-serif;
	font-size:12px;
	border: 1px solid #b1b1bc;
	background-color: #fff;
	color: #000;	
}
#form-pane input, select, textarea{
	margin-left: 0px;
	font-family: tahoma, verdana, sans-serif;
	font-size:12px;
}
.validcheckbox{
	float:left;
	width:70px;
}
#checkboxes{
	width: 450px;
}
#checkboxes input{
	margin-left:0px;
	width:14px;
}
#checkboxes label{
	width: 14px;
	margin-left:29px;
}
#radios input{
	margin-left:0px;
	width:14px;
}
#radios label{
	width:14px;
	margin-left: 9px;
}
.buttons{
	margin-top:15px;
}
.buttons input{
	width: 170px;
	margin-left:2px;
	padding-left:0px;
}

.formLabel{
	width:250px;
	margin-top:7px;
}
#errors{
	float:left;
	height:25px;
}


.confirmRequiredState .formLabel, .confirmInvalidState .formLabel, 
.checkboxRequiredState .formLabel, .checkboxMaxSelectionsState .formLabel, 
.selectRequiredState .formLabel, .selectInvalidState .formLabel, 
.textareaRequiredState .formLabel, .textareaMinCharsState .formLabel, .textareaMaxCharsState .formLabel,
.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel, .radioRequiredState .formLabel{
	color: #CC3333;
}
.ratingMovies{
	margin-right:10px;
	float:right;
	color:#FF3333;
}
#Countvalidta1{
	width:17px;
}
#bloc-10{
	padding:10px;

}
.confirmRequiredState .confirmRequiredMsg, .confirmInvalidState .confirmInvalidMsg, .selectInvalidMsg .checkboxMinSelectionsMsg .checkboxRequiredState .checkboxRequiredMsg, .checkboxMinSelectionsState .checkboxMinSelectionsMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .radioRequiredState .radioRequiredMsg{
	border:0px;
	padding-left:22px;
	margin-left:4px;
	background-image:url(../images/form/error.gif);
	height:16px;
	background-repeat:no-repeat;
}

.validMsg2{
	width:16px;
	height:15px;
	margin-left:6px;
	margin-top:0px;
	display:none;
}


.validMsg{
	display:none;
	border:0px;
	width:16px;
	height:15px;
	padding-left:22px;
	margin-left:4px;
	background-image:url(../images/form/ok.gif);
	background-repeat:no-repeat;
}











.confirmValidState .validMsg, .textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}


#okmessage{
	color: green;
	display:none;
}

#CentralColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 700px;
}
