.required
{
	background-image:url(/images/interface/required-field.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:10px;
}

ul.errors {
	margin: 0;
	padding: 0;
	text-align: left;
}
	ul.errors li {
		list-style: none;
		color: #F30A0A;
		font-size: 10px;
		border: 1px solid #F30A0A;
		background-color: #FCC;
		display: inline;
		padding: 0 10px;
	}
	
	
/* STYLES FOR ON-PAGE VIDEO ELEMENTS */
form dt label {
	margin : 5px 0px 5px 0px;
	padding : 0px;
	display : block;
	font-weight : bold;
	font-size : 12px;
}

form #bodyContent label {
	font-weight: bold;
	font-size: 12px;
}

form dd {
	margin : 0px 0px 0px 0px;
	padding : 0px;
}

/* Contact Form */
form table.contactForm {
	width: 600px;
}

form table.contactForm td {
	padding : 5px;
	font-weight : bold;
	font-size : 12px;
	text-align: right;
	vertical-align: top;
}

form table.contactForm td.formInput, form table.contactForm td.btnSubmit {
	text-align: left;
	width: 70%;
	font-weight: normal;
	padding: 5px;
}
	form table.contactForm td.formInput p.hint {
		font-weight: bold;
		display: inline;
		margin: 0 !important;
		padding: 0 !important;
	}

form table.contactForm td label{
	padding-right : 5px !important;
}

form table.contactForm td input, form table.contactForm td select{
	/*margin-right : 15px !important;*/
}

.formGroupTable {
	margin : 20px 0px 0px 0px;
}

form table.contactForm .description {
	font-size : 11px;
}

form table.contactForm textarea {
	font-size : 11px;
	font-family : Arial, Verdana, Helvetica, sans-serif; 
}


/* Login Form */
table.loginform input {
	margin : 5px 0px 0px 0px;
}

table.loginform input#login {
	margin : 10px 0px 0px 95px;
}

table.passwordform input {
	margin : 5px 0px 0px 0px;
}

table.passwordform input#submit {
	margin : 10px 0px 0px 85px;
}

table.passwordform td#recoveryemail-label {
	valign : top;
	width : 80px;
}

/* Search Form */
form div.searchForm label, form div.searchForm select {
	
}

#keyword-label, #submit-label { display: none; }
#keyword-element, #submit-element {
	display: inline;
	float:left;
}
#keyword-element input {
	width : 400px;
	height : 30px;
	line-height : 30px;
	background-color : #ecf4f6;
	border : 1px solid #53778d;
	color : #53778d;
	font-size : 11pt;
	font-weight: bold;
	overflow : none;
	padding : 0 10px;
	margin : 10px 0px 0px 0px;
	text-transform : uppercase;
}
#submit-element input {
	width: 31px;
	height: 30px;
	margin: 10px 0 0 0;
	display: block;
	padding: 0;
	border: 0;
	background: transparent url(/images/interface/sitetool_search_go.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#searchContent .optSelect dt, #searchContent .optSelect dt label, #searchContent .optSelect dd { /* There's conflicts, had to be more specific */
	display: inline;
	margin: 0;
	font-weight: bold;
	padding : 0px;
}

#searchContent .optSelect {
	float: left;
	width: 250px;
	line-height: 20px;
}
	#searchContent .optSelect tr {
		height: 45px;
	}
	
	#searchContent .optSelect tr {
		margin: 0;
		padding: 0;
	}

#searchContent .optChkbox {
	float: left;
	width: 280px;
}

	#searchContent .optChkbox tr {
		height: 20px;
	}
	#searchContent .optChkbox td {
		margin: 0;
		padding: 0;
	}
	
	#searchContent .optChkbox table {
		float: left;
		margin-right: 15px;
	}

/*-- Blog Comment Form ----------------------------------------------------------- --*/		
	
form div.blogcommentform {
	border : 1px solid #a1a1a1;
	padding : 20px;
	width : 465px;
	background-color : #f3f8f8;
}	
	
form div.blogcommentform input#email {
	width : 425px;
}

form div.blogcommentform input#comment_by {
	width : 425px;
}


/*======= Promo Form =========*/
form div.promoForm {
	width: 300px;
	margin : 10px;
}

form div.promoForm dd {
	font-weight : bold;
	font-size : 12px;
	text-align: left;
	vertical-align: top;
}

form div.promoForm dt.formInput, form div.promoForm dt.btnSubmit {
	text-align: left;
	padding: 5px;
	font-weight : bold;
}
	form table.promoForm td.formInput p.hint {
		font-weight: bold;
		display: inline;
		margin: 0 !important;
		padding: 0 !important;
	}

form div.promoForm dt label{
	padding-right : 5px !important;
	font-size : 14px;
	color : #842323;
}

form table.promoForm td input, form table.promoForm td select{
	/*margin-right : 15px !important;*/
}

.formGroupTable {
	margin : 20px 0px 0px 0px;
}

form table.promoForm .description {
	font-size : 11px;
}

form table.promoForm textarea {
	font-size : 11px;
	font-family : Arial, Verdana, Helvetica, sans-serif; 
}

.landingForm {
	width : 320px;
	padding : 0px;
}

.landingForm dl dt {
    color: #842323;
    font-size: 14px;
    padding-right: 5px
	font-weight : bold;
}

.landingForm dd.formInput {
	font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #363539;
    line-height: 14pt;
	margin: 0px 5px 0px 0px;
}

.landingForm input.radioMargin {
	margin-bottom : 10px;
	float : left;
}

.landingForm input#promo_code {
	text-transform:uppercase;
}

.landingForm dd.formInput br {
	clear : both;
}

p.description {
	margin: 0px;
	padding: 0px;
	color: #999;
	font-size: 10px;
	line-height: 12px;
	display: block;
}

.floatinglabel {
	float : left !important;
	color : #000000 !important;
	font-size : 14px !important;
}

.floatright {
	display : none;
}
