@charset "UTF-8";
/* CSS Document */
#theFirstName { margin-top: 3px; margin-bottom: 10px; }
#theLastName { margin-top: 2px; margin-bottom: 10px; }
#theEMail { margin-top: 2px; margin-bottom: 10px; }
#thePhone { margin-top: 2px; margin-bottom: 12px; }
#theComments { margin-top: 2px; margin-bottom: 12px; }
input{ }
select
{
	width: 185px;
	font-size:75%;
	border: 1px solid #b1b1bc;
	background-color: #fff;
	color: #000;	
}
input, select, textarea{ margin-left: 10px; }
.validcheckbox
{
	float:left;
	width:75px;
	margin-left: 2px;
	text-align: left;
	display: inline;
}
#checkboxes
{
	width: 790px;
	height: 110px;
	background-color: #8DB89E;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #78AD8C;
	border-right-color: #78AD8C;
	border-bottom-color: #78AD8C;
	border-left-color: #78AD8C;
}
#checkboxes input{ margin-left:0px; width:14px; margin-left: 20px; }
#checkboxes label{ display:block; text-align:center; margin-left:0px; }
#checkboxes .input_container{ width: 75px; text-align: center; }
.buttons
{
	margin-top:15px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFF;
}
.buttons input
{
	width: 70px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	margin-left:2px;
	padding-left:0px;
	color: #F0F;
	font-weight: bold;
}

.formLabel_FirstName
{
	text-align: right;
	width: 150px;
	float: left;
	color: #36F;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

.formLabel_LastName
{
	text-align: right;
	width: 150px;
	float: left;
	color: #36F;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

.formLabel_Email
{
	text-align: right;
	width: 150px;
	float: left;
	color: #36F;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

.formLabel_Phone
{
	text-align: right;
	width: 150px;
	float: left;
	color: #36F;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

.formLabel_checkBox
{
	text-align: left;
	width: 500px;
	color: #FFF;
	font-weight: bolder;
}

.formLabel_comments
{
	text-align: right;
	width: 150px;
	float: left;
	color: #36F;
	font-weight: bold;
	vertical-align: middle;
}
#errors{ float:left; height:25px; 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, .radioRequiredState .formLabel
{ color: #CC3333; }
.ratingMovies{ margin-right:10px; float:right; color:#FF3333; }
#Countvalidta1{ width:17px; }
#articles{ border: 1px solid #404040; padding-left:12px; height:600px; }
.checkboxRequiredState .checkboxRequiredMsg, .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/error.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, .radioValidState .validMsg
{ display:inline; }

#okmessage{ margin-top:10px; color: green; display:none; }

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

.SpryHiddenRegion { visibility: hidden; }

