/*-------------------------------------------------------

   Copyright Markus A. Reschka
   all rights reserved
   o f f i c e @ r e s c h k a . a t

-------------------------------------------------------*/

form {
	margin-bottom: 0;
}

/*-------------------------------------------------------
-------------------------------------------------------*/

input[type=text]
, textarea {
	width: 300px;
}

input[type=hidden] {
	display: none;
}

input[type=submit] {
	width: 130px;
	background: #fff;
	font-weight: bold;
	color: #000;
	border: 2px solid #555;
	margin-top: 11px;
	margin-left: 200px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

input[type=submit]:hover {
	background: #efe;
	color: #ed1d24;
	border: 2px solid #ed1d24;
}

/*-------------------------------------------------------
Form vertical:
-------------------------------------------------------*/

.fo1_area {
	width: 595px;
	text-align: left;
	background: #fff;
}

.fo1_area label {
	display: inline-block;
	float: left;
	width: 570px;
	text-align: left;
	position: relative;
	margin-bottom: 7px;
	text-decoration: none;
}

.fo1_box
, .fo1_box_check {
	display: table; // Firefox 1.5, Opera 9
	display: inline-block; // IE 6
	width: 250px;
	margin-left: 7px;
	margin-right: 7px;
}

.fo1_left
, .fo1_left_check {
	display: inline;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 7px;
	text-decoration: none;
}

.fo1_left_check {
	color: #ff0c10;
	font-weight: bold;
}

.fo1_right
, .fo1_right_check {
	display: inline;
	float: right;
	width: 130px;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	background: #eee;
	text-decoration: none;
}

.fo1_top
, .fo1_top_check {
	display: block;
	float: left;
	width: 225px;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	background: red;
	text-decoration: none;
}

.fo1_bottom
, .fo1_bottom_check {
	display: block;
	float: none;
	width: 225px;
	clear: both;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	background: green;
	text-decoration: none;
}

.fo1_area input {
	text-align: left;
}

.fo1_area input
, .fo1_area textarea
, .fo1_area select {
	margin-bottom: 3px;
	margin-left: 13px;
	vertical-align: top;
	width: 230px;
	margin-right: 5px;
	color: #000;
	background: #ddd;
	border: 1px solid #000;
}

input.fo1_checkbox
, input.fo1_checkbox_check
, input.fo1_radio
, input.fo1_radio_check {
	width: 16px;
	margin-right: 10px;
}

input.fo1_check
, input.fo1_checkbox_check
, input.fo1_radio_check
, textarea.fo1_check
, select.fo1_check {
	color: #f00;
}

input.fo1_check
, textarea.fo1_check
, select.fo1_check {
	background: #fdd;
	border: 1px solid #faa;
}

input.fo1_checkbox
, input.fo1_checkbox_check
, input.fo1_radio
, input.fo1_radio_check {
	background: none;
	border: none;
}

input.fo1
, textarea.fo1
, input.fo1_check
, textarea.fo1_check
, select.fo1
, select.fo1_check {
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

textarea.fo1
, textarea.fo1_check {
	width: 316px;
}

.fo1_outer .fo1_fieldset
, .fo1_outer .fo1_fieldset_check {
	display: block;
	float: left;
	clear: both;
	border: 1px dotted #555;
	width: 570px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fo1_outer .fo1_fieldsetlegend
, .fo1_outer .fo1_fieldsetlegend_check {
	border: 1px solid #bbb;
	background: #fff;
	margin-left: 15px;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.fo1_submit {
	font-weight: bold;
	color: #000;
	margin-top: 11px;
	margin-left: 200px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

.fo1_submit:hover {
	color: #ed1d24;
	background: #fff;
}

/*
.fo1_submit
, .fo1_submit_over {
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 20px;
	text-align: center;
}

span.fo1_info {
	color: #999;
	background: #fff;
	display: inline;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 180px;
}

#fo1_submit {
	font-weight: bold;
	color: #000;
	margin-top: 11px;
	margin-left: 200px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

#fo1_submit_over {
	font-weight: bold;
	color: #ED1D24;
	background: #FFF;
	margin-top: 11px;
	margin-left: 200px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}*/

/*-------------------------------------------------------
-------------------------------------------------------*/

input.fo1_y {
	width: 40px;
	margin-right: 0;
	text-align: center;
}

input.fo1_md {
	width: 20px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

input.fo1_order {
	width: 30px;
}

input.fo1_description {
	width: 400px;
}

/*-------------------------------------------------------
-------------------------------------------------------*/

input[type=checkbox] {
	width: 14px;
	margin-right: 7px;
}

input[type=radio] {
	width: 14px;
	margin-right: 7px;
}

input[readonly]
, textarea[readonly] {
	background: #eee;
	border: none;
}

input[disabled]
, textarea[disabled]
, select[disabled]
, option[disabled] {
	background: #fff;
	border: 1px dotted #aaa;
	color: #333;
}

