/* form.css */

/*
* {
  margin: 0;
  padding: 0;
}
*/


.stylized fieldset div input, .stylized fieldset div textarea {
/* background-color: transparent; // SOMEHOW NEED TO MAKE THIS CONDITIONAL FOR WEBKIT BROWSERS */
}
.stylized {
	margin: 0 auto;
	font-size: 100%;
	min-width: 560px;
	max-width: 720px;
	width: 655px;
	text-align: left;
	padding: 0;
}

/*div.stylized {
	margin: 0 0;
}*/

.stylized fieldset {
	clear: both;
	font-size: 100%;
/*	border-color: #000000;*/
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 5px;
	margin: 0;
}

.stylized fieldset legend {
	font-size: 150%;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
	color: inherit;
}

.stylized b, .stylized strong {
	font-weight: bold;
}

.stylized label {
	font-size: 100%;
}

.stylized label u {
	font-style: normal;
	text-decoration: underline;
}

.stylized input, .stylized select, .stylized textarea {
/*	font-family: Tahoma, Arial, sans-serif;*/
	font-size: 100%;
}

.stylized textarea {
	overflow: auto;
}

.stylized div {
	clear: left;
	display: block;
	width: 450px;
	zoom: 1;
	margin: 5px 0 0 0;
}

.stylized fieldset div.notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 100%;
}

.stylized fieldset div.notes h4 {
	background-image: url(http://images.beckcompression.com/misc_icons/silk/information.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 20px;
	margin-bottom: .5em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 93%;
}

.stylized fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	padding: 0;
	color: #666666;
	font-size: 85%;
}

.stylized fieldset div.notes p.last {
	margin: 0em;
}



.stylized fieldset div.ui-notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 10px;
/*	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;*/
	font-size: 100%;
}
.stylized fieldset div.ui-notes h4 {
	background-image: url(http://images.beckcompression.com/misc_icons/silk/information.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 0 3px 20px;
	margin-bottom: .5em;
	border-width: 0 0 1px 0;
	border-style: solid;
/*	border-color: #666666;
	color: #666666;*/
	font-size: 93%;
}
.stylized fieldset div.ui-notes p {
	margin: 0em 0em 1.2em 0em;
	padding: 0;
/*	color: #CCC;*/
	font-size: 85%;
}
.stylized fieldset div.ui-notes p.last {
	margin: 0em;
}



.stylized div fieldset {
	clear: none;
	margin-left: 140px;
	padding-top: 3px;
	width: 285px;
	border: 1px #666 dotted;
}

.stylized div fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
}

.stylized div.required fieldset legend {
	font-weight: bold;
}

.stylized div label {
	display: block;
	float: left;
	width: 130px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

.stylized div.optional label, .stylized label.optional {
	font-weight: normal;
}

.stylized div.required label, .stylized label.required {
	font-weight: bold;
}

.stylized div.required label.error {
	margin: 0 0 1em 0;
	width: 300px;
	text-align: left;
	color: red;
	font-size: 85%;
	padding: 0 0 0 145px;
}

.stylized div label.labelCheckbox, .stylized div label.labelRadio {
	float: none;
	display: block;
	width: 200px;
	zoom: 1;
	padding: 0;
	margin: 0 0 5px 142px;
	text-align: left;
}

.stylized div fieldset label.labelCheckbox, .stylized div fieldset label.labelRadio {
	margin: 0 0 5px 0;
	width: 270px;
	font-size: 85%;
}

.stylized div img {
	border: none;
	/* border: 1px solid #000000; */
}

.stylized p.error {
	background-color: #ff0000;
	background-image: url(http://images.beckcompression.com/misc_icons/silk/error.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
/*	color: #ffffff;*/
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
}

.stylized div.error {
	background-color: #ffffe1;
	background-image: url(/images/required_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
/*	color: #666666;*/
	border: 1px solid #ff0000;
}

.stylized div.error p.error {
	background-image: url(http://images.beckcompression.com/misc_icons/silk/error.png);
	background-position: top left;
	background-color: transparent;
	border-style: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0 0 0 118px;
	width: 200px;
/*	color: #ff0000;*/
}

.stylized div select, .stylized div textarea {
	width: 300px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}

.stylized div input.inputText, .stylized div input.inputPassword {
	width: 300px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}

.stylized div input.inputFile {
	width: 300px;
}

.stylized div select.selectOne, .stylized div select.selectMultiple {
	width: 300px;
	padding: 1px 3px;
	font-size: 85%;
}

.stylized div input.inputCheckbox, .stylized div input.inputRadio, .stylized input.inputCheckbox, .stylized input.inputRadio {
	display: inline;
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 140px;
}

.stylized div.submit {
	width: 300px; /* 214px */
	padding: 0 0 0 146px;
}

.stylized div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}

.stylized div input.inputSubmit, .stylized div input.inputButton, .stylized input.inputSubmit, .stylized input.inputButton {
	background-color: #cccccc;
/*	color: #000000;*/
	width: auto;
	padding: 0 6px;
	margin: 0;
}

.stylized div.submit div input.inputSubmit, .stylized div.submit div input.inputButton {
	float: right;
	margin: 0 0 0 5px;
}

.stylized div small {
	display: block;
	margin: 0 0 5px 142px;
	padding: 1px 3px;
	font-size: 88%;
	zoom: 1;
}





/* form.import.css */

.stylized label img {
	behavior: url(/behaviors/label_img.htc);
}

.stylized fieldset legend {
	line-height: 150%;
}

.stylized input, .stylized select, .stylized textarea {
	background-color: #ffffff;
}

.stylized textarea.expanding {
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
}

.stylized div.optional label:before {
	content: '';
}

.stylized div.required label:before {
	content: '';
}

.stylized div label.labelCheckbox, .stylized div label.labelRadio {
	display: block;
	width: 190px;
	zoom: 1;
	padding: 4px 0 0 18px;
	text-indent: -18px;
	line-height: 120%;
}

.stylized div label.labelCheckbox input.inputCheckbox, .stylized div label.labelRadio input.inputRadio {
	margin: 0 .5em 0 0;
}

.stylized div fieldset input.inputText, .stylized div fieldset input.inputPassword, .stylized div fieldset input.inputFile, .stylized div fieldset textarea.inputTextarea {
	width: 260px;
	margin: 0 0 0 18px;
	margin: expression(setCntr(), '0px 0 0 -124px');
}

.stylized div label.compact {
	display: inline;
	width: auto;
	padding: 4px 10px 0 0;
	text-indent: 0;
	margin: 0 0 0 0;
}

.stylized div.wide label {
	float: none;
	display: block;
}

.stylized div label.wide {
	width: 348px;
}

.stylized div.wide input.inputText, .stylized div.wide input.inputPassword, .stylized div.wide input.inputFile, .stylized div.wide textarea {
	width: 440px;
	margin: 0;
}

.stylized div.notes p, .stylized div small {
	line-height: 125%;
}

.stylized div.wide small {
	margin: 0 0 5px 0;
}

.stylized fieldset div small {
	font-size: 77%;
/*	color: #666;*/
}




