@charset "UTF-8";

/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */

select{
	width: 146px;
	font-size:small;
	border: 1px solid #b1b1bc;
	background-color: #fff;
	color: #000;	
}
input, select, textarea{
	margin-left: 10px;
}
.validcheckbox{
	float:left;
	width:70px;
}
#checkboxes input{
	margin-left:0px;
	width:14px;
	margin-left: 29px;
}
#checkboxes label{
	display:block;
	width: 68px;
	text-align:center;
	margin-left:0px;
}
#checkboxes .input_container{
	width: 68px;
}
#radios input{
	margin-left:0px;
	width:14px;
}
#radios label{
	width:14px;
	margin-left: 29px;
}
.formLabel{
	width:150px;
	padding:3px;
	margin-bottom:7px;
	margin-top:7px;
}
#errors{
	float:left;
	height:18px;
	padding:3px;
	margin-bottom:7px;
	margin-top:7px;
}
.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;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .radioRequiredState .radioRequiredMsg{
	border:0px;	
	padding:3px;
	padding: 2px 0px 4px 22px;
	margin-left:4px;	
	background-image:url(images/error.gif);
	background-repeat:no-repeat;
}

.validMsg{
	width:16px;
	height:17px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
}


