@charset "UTF-8";

/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */
input{
	width:180px;
}
select{
	width: 185px;
	font-size:small;
	border: 1px solid #b1b1bc;
	background-color: #fff;
	color: #000;	
}
input, select, textarea{
	margin-left: 10px;
}
#validcheckbox{
	float:left;
	width:350px;
}
#checkboxes{
	width: 428px;
}
#checkboxes input{
	width:14px;
	margin-left: 29px;
}
#checkboxes label{
	width: 250px;
	margin-left: 25px;
	margin-top:2px;
}
#checkboxes .input_container{
	width: 25px;
	position:relative;
	float:left;
}
.buttons{
	margin-top:15px;
}
.buttons input{
	width: 70px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	margin-left:2px;
	padding-left:0px;
}
.formLabel{
	width:300px;
	position:relative;
	float:left;
	margin:0 0 7px 0;
}

.formLabel input{
	background-color:#FFFFA0;
}


#errors{
	position:relative;
	float:left;
	height:25px;
	width:100%;
	margin-top:10px;
}
.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{
	color: #CC3333;	
}
.ratingMovies{
	margin-right:10px;
	float:right;
	color:#FF3333;
}
#Countvalidta1{
	width:17px;
}
#articles{
	border: 1px solid #404040;
	padding-left:10px;
	height:620px;
	width:500px;
	float:left;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg{
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	background-image:url(../images/error2.gif);
	background-repeat:no-repeat;
}
.validMsg{
	width:16px;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}
.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
}


#CentralColumn {
	float: left;
	position:relative;
	width: 500px;
	height:620px;
}