/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2010
//
// File        : contact_form.css
// Begin       : 2008.11.25 13:33:31
// Last Update : 2010.05.14 10:24:19
*/

/* Contact Formular Styles */
td.cart_r {
	text-align: right;
}
td.cart_l {
	text-align: left;
}
input.borderb,select.borderb,textarea.borderb {
	background-color: #F5F5F5;
	border: 1px solid #A9A9A9;
}
input.borderb:focus,select.borderb:focus,textarea.borderb:focus,
input.borderb:hover,select.borderb:hover,textarea.borderb:hover {
	background-color: #D3D3D3;
}
input.borderb {
	height: 16px;
}
input.submit {
	cursor: pointer;
	border: 1px solid #A9A9A9;
}
label:hover {
	cursor: pointer;
}
fieldset.statusbox_error,fieldset.statusbox_ok {
	border: 2px solid red;
	background-color: #FFE4E1;
	color: red;
	width: 400px;
	font-weight: bold;
	margin-bottom: 20px;
}
fieldset.statusbox_ok {
	border: 2px solid green;
	background-color: #C0E6C0;
	color: green;
}
fieldset.contact {
	border: 1px solid #C0C0C0;
	padding: 6px;
	background: #f4f4f4;
	width: 600px;
}
span.highlight {
	background-color: #0A246A;
	color: #fff;
}

fieldset.contact_htt {
	border: 1px solid #C0C0C0;
	padding: 0px;
	background: #f4f4f4;
	width: 460px;
}
table.dark, table.light {
	width: 100%;
	padding: 6px 6px 0;
}
table.dark input, table.light input, table.dark textarea, table.light textarea {
	font-size: 12px;
}
table.light {
	background-color: #fff;
	border: 1px solid #C0C0C0;
	border-width: 1px 0;
	margin: 2px 0;
}
table.last {
	border-width: 1px 0 0;
	margin: 2px 0 0;
}
table.lines td {
	border: 1px dotted #D0D0D0;
	border-width: 1px 0 0;
	padding: 6px 0;
}
table.lines td.first {
	border-width: 0;
}
table.lines td.last {
	padding-left: 4px;
}
fieldset.contact_htt label {
	position: relative;
	top: -3px;
	margin-left: 4px;
}
table.lines td.radio {
	padding-top: 9px;
}
