/* --- Begin Login Form --- */
form#user-login label {
	display: block;
}
form#user-login .description {
	font-style: italic;
	font-size: 9px;
}
form#user-login .form-item {
	margin-bottom: 5px;
}
form#user-login .form-required {
	color: #990000;
}
/* --- End Login Form --- */

/* --- Begin Main Form --- */

/* - Form Margins and Padding - */
form.layout-main-form {
	clear: both;
	margin: 2em 25px 2em 10px;
}
/* - General Preferences - */
input, textarea, select, button {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.layout-main-form input:focus,form.layout-main-form textarea:focus,form.layout-main-form select:focus {
	background-color: #FFFFE0;
}
form.layout-main-form fieldset input, form.layout-main-form fieldset textarea, form.layout-main-form fieldset select {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: .25em;
}
/* - Fieldset - */
form.layout-main-form fieldset {
	position: relative;
	margin-bottom: 1em;
	border: 1px #CFCFCF solid;
	padding: .25em;
}
form.layout-main-form fieldset fieldset {
	border: none;
	padding: 0;
}
/* - Legend - */
form.layout-main-form fieldset legend {
	color: #504F4F;
	font-weight: bold;
	font-size: 1.1em;
}
form.layout-main-form legend {
	padding: 0 2px;
	margin: 0 -7px; /* IE Win */
	margin /**/: 0;
}
form.layout-main-form fieldset legend span {
	font-weight: normal;
	font-size: .9em;
}
form.layout-main-form fieldset fieldset legend {
	
	padding: 0 0 .25em 0;
	font-weight: normal;
}
form.layout-main-form fieldset fieldset legend span {
	display: block;
	width: 600px;
}
/* - Button -   */
form.layout-main-form button {
	padding: .25em;
	margin-right: 15px;
}
form.layout-main-form button#Submit, form.layout-main-form button#Continue {
	margin-top: 1.25em;
}
/* - Labels - */
form.layout-main-form label {
	display: block;
	float: left;
	line-height: 1.8;
	vertical-align: top;
	width: 13em;
	margin-right: .5em; 
	text-align: left; 
}
form.layout-main-form fieldset fieldset legend, form.layout-main-form label {
	color: #666;
}
form.layout-main-form label.error {
	color: #f00;
}
form.layout-main-form fieldset fieldset label {
	float: none;	
	display: block;
	width: auto;
}
form.layout-main-form label.layout-long-option { 
	width: auto; 
	display: inline;
	text-align: left;
}
/* - Check Boxes & Radios - */
form.layout-main-form fieldset fieldset input {
	margin-right: .25em;
	border: none;
	padding: 0;
}
/* - Select Boxes - */

form.layout-main-form fieldset select {
	padding-right: 0;
}
form.layout-main-form fieldset option {
	padding-right: .25em;
}
#mc-option, #visa-option, #amex-option, #discover-option {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 32px;
}
#mc-option {
	background-image: url("images/icons/icon_single_mastercard.gif");
}
#visa-option {
	background-image: url("images/icons/icon_single_visa.gif");
}
#amex-option {
	background-image: url("images/icons/icon_single_amex.gif");
}
#discover-option {
	background-image: url("images/icons/discover.gif");
}
/* - List Styles - */
form.layout-main-form fieldset ol {
	margin: .5em;
	padding: 0;
}
form.layout-main-form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
	border-top: 1px #e1e1e1 solid;
}

form.layout-main-form fieldset li:first-child {
	border-top: none;
}

form.layout-main-form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.layout-main-form fieldset .column1, form.layout-main-form fieldset .column2 {
	width: 48%;
} 
form.layout-main-form fieldset .column1 {
	float: left;
}
form.layout-main-form fieldset .column2 {
	float: right;
}

/* Clear Fieldsets */
form.layout-main-form fieldset:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
form.layout-main-form fieldset {
	display: inline-block;
}
/* Hide from Internet Explorer for Mac \*/
form.layout-main-form fieldset {
	display: block;
}
/* End hide */	

/*\*//*/ form.layout-main-form legend { display: inline-block; } /* IE Mac legend fix */

/* Message Alerts */
div.alert, div.confirm {
	padding: .25em;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 1em;
}
div.alert {
	background-color: #FFD9D9;
	border: 1px solid #c00;
}
div.confirm {
	background-color: #B3FFB3;
	border: 1px solid #090;
}

/* Special */

form.layout-main-form fieldset fieldset#web-search, form.layout-main-form fieldset fieldset#magazine {
	padding: 10px 0;
	text-align: center;
}
form.layout-main-form fieldset fieldset#web-search label, form.layout-main-form fieldset fieldset#magazine label {
	display: block;
	float: left;
	width: auto;
	text-align: center;
	padding: 0 5px 0 5px;
}
form.layout-main-form fieldset fieldset#web-search label img, form.layout-main-form fieldset fieldset#magazine label img {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

/* - Newsletter Signup - */
#newsletter-form label {
	display: block;
}
input.input-box {
	display: block;
	margin-bottom: 5px;
}
#sidebar input.input-box {
	width: 97%;
	margin-bottom: 5px;
}
select#Sender_Country {
	margin-bottom:10px;
	width:98%;
}
input#Newsletter_Submit {
	border: none;
	cursor: pointer;	
	padding: 0 0 0 15px;
	background: transparent url(images/icons/double-arrow.gif) left center no-repeat;
}
/* - Contact Form - */
#node-58 form.layout-main-form button, #node-354 form.layout-main-form button {
	border: none;
	background: transparent url(images/buttons/einreichen-button.gif) top left no-repeat;
	padding: 0;
	width: 85px;
	height: 30px;
	cursor: pointer;
}
#node-354 form.layout-main-form button {
	background: transparent url(/files/uploads/continue-button.gif) top left no-repeat;
	width: 117px;
}
form.layout-main-form fieldset textarea.wep_contactfields {
	width: 98%;
}
/* - Search Form - */
form#search-form {
	margin-bottom: 10px;
}
form#search-form input.form-submit, #google-cse-searchbox-form input.form-submit {
	border: none;
	cursor: pointer;
	margin-top: 4px;	
	padding: 0 0 0 15px;
	background: transparent url(images/icons/double-arrow.gif) left center no-repeat;
}
#google-cse-searchbox-form input#edit-query {
	width: 97%;
}