
/* form-style1 */

form.form-style1 {
	margin-left: 10px;
}

form.form-style1 div.form-field,
form.form-style1 div.form-field-error {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 175px;	
	/* height: 1%; */
	margin-left: 15px;
	margin-bottom: 3px;
	text-align: left;
}

form.form-style1 div.form-separator {
	margin: 15px 0px;
	width: 500px;
}

form.form-style1 div.form-separator label {
	display: block;
	font-size: 14pt;
	margin-left: -6px;
	background-image: url(img/form_section.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #D04A10;
	text-align: left;
}

form.form-style1 div.form-field-error {
	background-color: #ff9999;
}

form.form-style1 div.form-field-error small {
	display: block;
	font-weight: bold;
	color: #990033;
}

form.form-style1 div.form-field small {
	display: block;
	font-weight: bold;
}

form.form-style1 div.form-field label,
form.form-style1 div.form-field-error label
{
	display: block;
	font-weight: bold;
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 170px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

form.form-style1 div.form-field label small,
form.form-style1 div.form-field-error label small {
	font-weight: normal;
}


form.form-style1 div.form-field input[type="text"],
form.form-style1 div.form-field-error input[type="text"],
form.form-style1 div.form-field input[type="password"],
form.form-style1 div.form-field-error input[type="password"],
form.form-style1 div.form-field input[type="file"],
form.form-style1 div.form-field textarea,
form.form-style1 div.form-field-error textarea,
form.form-style1 div.form-field select,
form.form-style1 div.form-field-error select { 
	width: 250px;
	background-color: #FBFDFC;
	border: 1px solid #D04A10;
	padding: 1px;
}


form.form-style1 input[type="submit"],
form.form-style1 input[type="button"]
{ /*width of text boxes. IE6 does not understand this attribute*/
	border: 1px solid #707070;
	background-color: #D04A10;
	color: #E0E0E0;
	padding: 1px;
	width: 130px;
}

form.form-style1 div.general-error {
	background-image: url(i/error.png);
	height: 40px;
	background-repeat: no-repeat;
	font-size: 14pt;
	color: #ff0033;
	width: 100%;
	text-align: center;
}


