
/* form-style1 */

form.form-style1 {
	margin: auto;
	width: 600px;
}

form.form-style1 div.form-field,
form.form-style1 div.form-field-error {
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 145px;
	height: 1%; 
	margin-left: 15px;
	margin-bottom: 3px;
}

form.form-style1 div.form-field-error small {
	display: block;
	font-weight: bold;
	color: #EF3B1D;
}

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;
	float: left;
	margin-left: -145px; /*width of left column*/
	width: 140px; /*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 select,
form.form-style1 div.form-field-error select {
	width: 200px;
}

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 textarea,
form.form-style1 div.form-field-error textarea,
form.form-style1 div.form-field select,
form.form-style1 div.form-field-error select { 
	border: 1px solid #E1E1E1;
	padding: 2px;
}

form.form-style1 div.form-field-error input[type="text"],
form.form-style1 div.form-field-error input[type="password"],
form.form-style1 div.form-field-error textarea,
form.form-style1 div.form-field-error select {
	border-color: red;
}


form.form-style1 input[type="submit"],
form.form-style1 input[type="button"]
{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 100px;
	background: #9C311F;
	color: #F9D3AE;
	padding: 1px;
	border: 1px solid #E1E1E1;
}
