@charset "utf-8";
/* CSS Document */

/**
 * Forms
 *
 * Definition von Formularelementen
 */

form{
	margin-top: 16px;
}

fieldset{
	margin: 32px 0px 0px 0px;
	border: none;
}
fieldset p{
	margin: 0px 0px 16px 12px;
}
fieldset:first-child{
	margin: 0px 0px 0px 0px;
}

fieldset legend{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 23px 12px;
	width: 500px;
	font-weight: bold;
	color: #223c6d;
	background-image: url(../images/requirements/legend.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

label{
	cursor: pointer;
	float: left !important;
	margin: 5px 0px 0px 12px !important;
	width: 140px !important;
	color: #3e3a34;
	font-size: 12px;
}

input.checkbox, input.radio{
	margin: 0px;
	padding: 0px;
	width: auto;
	vertical-align: middle;
	border: none;
	background: none;
}

input.checkbox + label, input.radio + label{
	margin: 1px 0px 0px 4px !important;	
}

#subscribe + label{
	width: auto !important;
	font-weight: bold;
}
#unsubscribe + label{
	width: auto !important;	
}

/* Predefined formats */

/* Default */
input[type=text]{
	float: left;
	margin: 3px 0px 0px 0px !important;
	padding: 3px 5px 3px 5px;
	/*width: 122px;*/
	width: 360px;
	height: 14px;
	color: #3e3a34;
	/*border: 1px solid #c1c6d4;*/
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e2e3ea;
	/*background-image: url(../images/requirements/input_empty.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}
input[type=submit]{
	cursor: pointer;
	padding: 2px 4px 2px 4px;
	width: auto !important;
	height: auto !important;
	color: #000;
}
.locked{
	background-image: url(../images/requirements/input_locked.jpg);
}


select{
	float: left;
	margin: 2px 0px 0px 0px !important;
	padding: 2px 2px 2px 0px;
	width: auto !important;
	height: 24px;
	color: #3E3A34;
	border: 1px solid #c1c6d4;
}
*+html select{
	margin-top: 2px;
}

textarea{
	float: left;
	margin: 2px 0px 0px 0px !important;
	padding: 4px 6px 4px 6px;
	/*width: 122px;*/
	width: 360px !important;
	height: 100px !important;
	color: #3E3A34;
	border: 1px solid #c1c6d4;
	/*background-image: url(../images/requirements/textarea_empty.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* Extra-Small */
input.size_xs{ /* -6px */
	width: 19px;
}
select.size_xs{
	width: 25px;
}

textarea.size_xs{ /* -6px */
	width: 19px;
}

/* Small */
input.size_s{ /* -6px */
	width: 44px;
}
select.size_s{
	width: 58px !important;
}
textarea.size_s{ /* -6px */
	width: 44px;
}

/* Medium */
input.size_m{ /* -6px */
	width: 184px;
}
select.size_m{
	width: 190px;
}
textarea.size_m{ /* -6px */
	width: 184px;
}

/* Large */
input.size_l{ /* -6px */
	width: 334px;
}
select.size_l{
	width: 340px;
}
textarea.size_l{ /* -6px */
	width: 334px;
}

/* Extra-Large */
input.size_xl{ /* -6px */
	width: 384px;
}
select.size_xl{
	width: 390px;
}
textarea.size_xl{ /* -6px */
	width: 384px;
}

span.required_error{
	float: left;
	display: block;
}
span.required_error a,
span.required_error a:hover,
span.required_error a .error,
span.required_error a:hover .error{
	text-decoration: none;
	float: left;
	display: block;
	margin: 1px 0px 1px 77px !important;
	padding: 0px;
	font-size: 10px;
	color: #CF1111 !important;
}
/*
span.required_error:empty{
	display: none !important;	
}
*/
.confirmation-link{
	background-color: #98bf0e !important;
}

/* Search field */
#search_field form{
	margin: 3px 7px 0px 5px;
	padding: 13px 5px 0px 8px;
	height: 32px;
	background-image: url(../images/requirements/form_search_field_input.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#search_field form input[type="text"]{
	float: left;
	padding: 1px 3px 0px 0px;
	width: 138px;
	color: #9898a0;
	font-size: 11px;
	border: none;
	background-color: #e7e7ed;
}
#search_field form input[type="submit"]{
	float: left;
	margin: 2px 0px 0px 10px !important;
	padding: 0px 0px 0px 18px;
	width: 20px !important;
	height: 16px !important;
	background-image: url(../images/requirements/form_search_field_submit.png) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: none;
	cursor: pointer;
}

/* Search field content */
.search_field_content form input[type="submit"]{
	margin: 0px 0px 0px 5px !important;
}
