/**
 * FORM STYLES
 * -------------------------------------------------------------------- */
.label_1 label, .label_1 dl dt { width: 60px;  } .label_1 dl.vert dd { margin-left: 60px;  } .label_1 dl.block dd { margin-left: 60px;  }
.label_2 label, .label_2 dl dt { width: 120px; } .label_2 dl.vert dd { margin-left: 120px; } .label_2 dl.block dd { margin-left: 120px; }
.label_3 label, .label_3 dl dt { width: 180px; } .label_3 dl.vert dd { margin-left: 180px; } .label_3 dl.block dd { margin-left: 180px; }
.label_4 label, .label_4 dl dt { width: 240px; } .label_4 dl.vert dd { margin-left: 240px; } .label_4 dl.block dd { margin-left: 240px; }
.label_5 label, .label_5 dl dt { width: 300px; } .label_5 dl.vert dd { margin-left: 300px; } .label_5 dl.block dd { margin-left: 300px; }
.label_6 label, .label_6 dl dt { width: 360px; } .label_6 dl.vert dd { margin-left: 360px; } .label_6 dl.block dd { margin-left: 360px; }
.label_7 label, .label_7 dl dt { width: 420px; } .label_7 dl.vert dd { margin-left: 420px; } .label_7 dl.block dd { margin-left: 420px; }
.label_8 label, .label_8 dl dt { width: 480px; } .label_8 dl.vert dd { margin-left: 480px; } .label_8 dl.block dd { margin-left: 480px; }
form p, form .input {
	float: left;
	clear: both;
	text-align: left !important;
	line-height: 1em;
	margin: 6px !important;
}
input.txt-desc, input.txt, textarea, input[type=text], input[type=password] {
	width: 258px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #8d8d8c;
	background: #dddddd;
}
textarea {
	padding: 4px;
}
input.txt-desc, input.txt, input[type=text], input[type=password] {
	padding: 4px;
}
input.txt-desc {
	color: #8d8d8c;
}
label, form dt {
	font-weight: normal;
}
label {
    vertical-align: text-bottom;
	clear: both;
	width: 110px;
	display: block;
	float: left;
	padding: 9px 0 0 0;
	margin: 0;
}
input[type=submit], input[type=button], a.btn {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #8d8d8c;
	border: 1px solid #8d8d8c;
	padding: 6px 10px;
	box-shadow: 2px 2px 4px #000;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
}
input[type=submit]:hover, input[type=button]:hover, a.btn:hover {
	color: #fff;
	background: #d5d10e;
	border: 1px solid #d5d10e;
}
form input.submit-btn {
	margin-top: 2em;
	width: 126px;
	height: 44px;
	cursor: pointer;
	background-image: url('/img/template/move/2009/submit-btn-off.png');
	background-color: transparent;
	border: 0px solid #FFF;
}
form input.submit-btn:hover {
	background-image: url('/img/template/move/2009/submit-btn-on.png');
}
form .input.block-list ul,
form .input.block-list ul li,
form .input.block-list ul li label {
	display: block;
	width: 258px;
	margin: 0px;
}
form .input.block-list ul,
form .input.block-list ul li {
	list-style: none;
}
form .input.block-list ul li label {
	float: none;
}
form .input.block-list ul {
	float: left;
}
form .input.block-list ul li {
	margin: 0 0 0.5em 0;
}
dl.address-block {
	margin-top: 1em;
}
dl.address-block dt {
	clear: both;
	width: 150px;
	display: block;
	float: left;
	margin-top: 0.1em;
}
dl.address-block dd {
	margin: 0 0 1em 150px;
}
dl.address-block dd input.txt,
dl.address-block dd input.txt-desc {
	width: 258px;
}
#st, #id_st {
	width: 20px;
	margin-right: 6px;
}
#zip, #id_zip {
	width: 80px;
}
ul.errorlist, ul.errorlist li  {
	margin: 0;
	padding: 0;
	list-style: none;
}
.name-error {
	color:#CC0000;
}
ul.errorlist {
	color: #fff;
	background-color: #CC0000;
	clear: both;
	padding: 4px;
	margin: 0 0 1em 0;
	list-style-image: none;
}
#form-error {
	padding: 1em 0 0 0;
	margin: 1em 0 12px 0;
	border-top:2px solid #CC0000;
	border-bottom:2px solid #CC0000;
}
#form-error ul {
	margin: 0 0 1em 0;
}
#form-error li {
	list-style: disc;
	list-style-position: inside;
}
#form-error p {
	margin: 0 0 1em 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#CC0000;
}	
#form-error li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#CC0000;
}
#bc-rep-registration-form div.col-1 {
	width: 331px;
	float: left;
}
#bc-rep-registration-form div.col-2 {
	width: 331px;
	float: right;
	margin-left: 10px;
}
#bc-rep-registration-form label {
	width: 150px;
}
#reference-form textarea {
	width: 700px;
	height: 80px;
}
#reference-form p label {
	width: 150px;
}
dl.check-list-vert {
	margin-bottom: 1em;
}
dl.check-list-vert dt {
	font-weight: bold;
}
dl.name-block dt {
	float: left;
	width: 150px;
}
dl.name-block dd #first {
	margin-right: 4px;
}
dl.name-block dd #first, dl.name-block dd #last {
	width: 122px;
}
#reference-form dl.name-block {
	margin-bottom: 1em;
}
#favorite-movie-container label {
	width: 170px !important;
}
#reference-form td.rating	{
	width: 88px;
	text-align: center;
}
.input {
	margin-bottom: 1em;
}
.inline-input-list {
	display: inline;
}
.inline-input-list ul, .inline-input-list ul li, .inline-input-list ul li label {
	float: none;
	width: auto;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


input.btn, a.btn {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff !important;
	text-decoration: none !important;
	border: none;
	padding: 8px 12px;
	cursor: pointer;
	background: url('/img/template/move/2010/ui/btn-off-bg.png') repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
}
input.btn:hover, form a.btn:hover {
	background: url('/img/template/move/2010/ui/btn-on-bg.png') repeat-x;
}












