/*
VISUAL EFFECTS
background color of form: fieldset
background color of submit btns: input.submit

Change input lengths 
	(i.e. <li class="i2">) 
	input.i1 {width:50px;} - fits dates
	input.i2 {width:90px;} - passwords
	input.i3 {width:179px;} - email, web addresses
	input.i4 {width:350px;} - titles

	default input length is 120px

MARKUP RULES
Align fields in a row 
	give a class of "inline" to each <li> you want in the row. Give the first <li> in the row a class of "first_inline" to make its label    align correctly with the rest of the labels.

<li>s containing checkboxes or radios need a class of either "checkbox" or "radio"

any forms unique to a specific site should be styled in the "SPECIALIZED FORMS" area at the bottom of this stylesheet

required fields labels should have a class of "bold"
*/

form, input, fieldset, legend, label {
	margin:0;
	padding:0;
}

form {}

fieldset, legend {
	background-color:transparent; /* background color of form */
	border:0px solid black;
}

fieldset {
	margin-top:10px;
	margin-bottom:10px;
	padding:20px;
	padding-top:0px;
	padding-bottom:10px;
}

legend {
	font-size:16px;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:10px;
	margin-left:-20px;
	padding:4px 13px;
}

ul.form_list {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

ul.form_list li {
	/*clear:both;*/
	margin-right:0px;
	padding-bottom:10px;
	border:0px solid black;
}

label, li.inline label, li.first_inline label {
	float:left;
	text-align:right;
	width:100px;
	margin-top:4px;
	margin-right:4px;
	margin-left:20px;
}
li.inline label {
	width:auto;
	/*float:none;*/
}

input, textarea, select {
	border:1px solid #7f9db9;
	font:12px arial, sans-serif;
	margin-bottom:8px;
}

input, textarea {
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-left:2px;
}

input {
	/*width:120px; NEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVERNEVER*/
}

textarea {
	width:312px;
	height:70px;
}

select {min-width:126px;}

/* BEGIN CLASSES */
li.inline, li.first_inline {
	float:left;
	clear:none;
	border:0px solid blue;
}

li.radio, li.checkbox {
	float:left;
	clear:none;
	border:0px solid black;
}
li.clear {clear:both;height:auto;}
span.checkbox input, input.checkbox, input.radio, li.radio input , li.checkbox input {
	width:14px;
	height:14px;
	margin-right:0px;
	padding:0;
	vertical-align:middle;
	border:0;
}
li.radio span, li.checkbox span { /* the overall label for a group of checkboxes or radios */
	width:100px;
	text-align:right;
	display:block;
	float:left;
	margin-right:10px;
	padding-left:20px;
	border:0px solid black;
}
li.radio label, li.checkbox label {
	float:none;
	text-align:left;
	margin-right:20px;
	margin-left:2px;
	width:auto;
}

input.submit, div.AspNet-Login-SubmitPanel input, .AspNet-CreateUserWizard-CreateUserButtonPanel input, input#ctl00_ContentPlaceHolder1_LoginView1_Login1_LoginButton { 
	background-color:#a4330c; /* background color of submit buttons */
	color:#fff;
	border:1px solid #a4330c;
	width:auto;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	padding-right:7px;
	padding-bottom:2px;
	padding-left:7px;	
	margin-top:10px;
}
.submit:visited, input#ctl00_ContentPlaceHolder1_LoginView1_Login1_LoginButton {}
.submit:hover, div.AspNet-Login-SubmitPanel input:hover, .AspNet-CreateUserWizard-CreateUserButtonPanel input:hover, input#ctl00_ContentPlaceHolder1_LoginView1_Login1_LoginButton {
	background-color:#fff; /* hover background color of submit buttons */
	color:#000;
}
form div.clear {
	height:auto;
}

input.i1 {width:50px;}
input.i2 {width:90px;}
input.i3 {width:179px;}
input.i4 {width:350px;}

.error, .success, .admin_msg {
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px;
	margin-top:10px;
}
.error {
	background-color: #CC0000;
	color:#fff;
}
.success {
	background-color:#39b44a;
	color:#fff;
}

/* BEGIN CUSTOM, SITE SPECIFIC FORMS */
div#search_form input {
    margin-left:8px;
    width:132px;
}
div#search_form input.btn_search {
    width:54px;
    height:19px;
    margin-top:3px;
    margin-left:89px;
}
div.AspNet-Login, div.AspNet-CreateUserWizard{
    font-size:12px;
}
div.AspNet-Login input, div.AspNet-CreateUserWizard input{
    margin-bottom:10px;
}
div.AspNet-Login em, div.AspNet-CreateUserWizard em{font-style:normal;}
div.AspNet-Login span, div.AspNet-CreateUserWizard span {font-weight:bold;font-size:14px;}
div.AspNet-Login label, div.AspNet-CreateUserWizard label {clear:both;}
.AspNet-Login-RememberMePanel input {border:0;}

.AspNet-ChangePassword-PasswordPanel, .AspNet-ChangePassword-NewPasswordPanel, .AspNet-ChangePassword-ConfirmNewPasswordPanel {margin-bottom:10px;}

#ProductVideoURL input {width:300px;}

#content_sub_inner select {margin-left:11px;margin-bottom:5px;}

div.AspNet-Login-RememberMePanel label {
float:none;text-align:left;margin:0;
}
div.AspNet-Login-RememberMePanel input {
margin-right:0px;margin-left:124px;
}
div.AspNet-Login-SubmitPanel input {margin-left:124px;}

label.pagetitle {width:auto;margin-left:0px;}

.loginform td {vertical-align:top;font-size:12px;}
.loginform label {width:auto;float:none;margin:0;margin-left:4px;}

input#ctl00_ContentPlaceHolder1_LoginView1_Login1_RememberMe {float:left;border:0;width:14px;height:14px;}
/* END CUSTOM, SITE SPECIFIC FORMS */