.form_error {
	color: red;
}

ul.error_list {
	line-height: 0px;
	height: 0px;
}

.error_list li {
	color: red;
	font-size: 0.8em;
	padding: 0 0 3px 0;
	position: relative;
	left: 29em;
	height: 1.1em;
	width: 120px;
	line-height: 1.1em;
}

#error_for_requestContent {
	padding: 0;
	color: red;
}

form {
    line-height: 140%;
    margin: 0 0 0px 0;
}

table.contactForm {
	font-size: 1.2em;
}

table.contactForm td, table.contactForm th {
	vertical-align: top;
}

table.contactForm th {
	width: 13em;
}

label {
	font-weight: bold;
}

/* Customer */
table.customer {
	font-size: 1.2em;
}

table.customer td, table.customer th {
	vertical-align: top;
}

table.customer th {
	width: 13em;
}

input[type=text] {
    border: 1px solid #888;
   	width: 315px;
   	float: left;
   	background-color: #fff;
	height: 1.7em;
   	line-height: 1.7em;
    margin: 0 0 0.6em 0;
}

select {
   	width: 315px;
	height: 1.75em;
   	line-height: 1.75em;
    margin: 0 0 0.8em 0;
}

option {
	padding: 0 8px;
}

input[type=submit] {
    margin: 10px 0 0 0;
}

textarea {
    border: 1px solid #888;
   	width: 315px;
   	height: 90px;
	background-color: #fff;	
}

input.newsletterEmail {
	width: 220px;
}

#newsletter_email {
	width: 200px;
	padding: 0 30px 0 0;
}

p#emailEmpty {
	font-size: 1.2em;
	color: #f00;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 5px 0px;
	margin: 0 0 15px 0;
}

/* IE& */
#contact_name, #contact_email, #contact_phone, #contact_message, #order_company, #order_firstName, #order_name, #order_street, #order_zip, #order_city, #order_email, #order_phone, #order_message {
	width: 315px;
}

