/************************************ 
 * Forms
 *
 ************************************/

form {
	font-size: 1.2em;
}

fieldset {
	border: 0;
	margin: 0;
	position: relative;
	clear: both;
	display: block;
}

fieldset.blank {
}

textarea {
	
}

div.form-row {
	margin-bottom: 0.6em;
	clear: both;
}
label {
	display: block;
	font-weight: bold;
	color: #555459;
	width: 150px;
	float: left;
	line-height: 1.3;
}

div.errors, div.required, span.required {
	color: #a00000;
	font-weight: bold;
}

span.required {
	font-size: 1.2em;
}

div.errors {
	font-size: 1em;
	margin-bottom: 1em;
}

input.field, textarea {
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	padding: 1px 3px;

}

input.field {
	width: 220px;
}
input#order-zip {
	width: 4em;
}

textarea {
	width: 300px;
	height: 8em;
}
input.button {
}

button {
	padding: 0.2em 0.6em;
	line-height: 1;
}
option {
	border: 0;
	padding: 1px 1em 1px 2px;
}

select {
	border: 1px solid #ccc;
	padding: 0;
}


tr.alt-row td {
	background-color: #f3f3f3;	
}

