.cashdesk input.formatted, .cashdesk select.formatted, .address_forms input.formatted, .address_forms select.formatted {
	height: 20px;
	border: #A8A8A8 1px solid;
	background: #D4D4D4;
	color: #000000;
	width: 100%;
	text-align: left;
}
.changeLinkCashDesk {
	font-weight: bold;
	margin-top: 5px;
	color: #41004C;
}

.obligatory {
	font-weight: bold;
}

.cashdesk_agreement_header {
	background: #979797 url(./../images/more.png) no-repeat 5px center;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 3px;
}
.cashdesk_agreement_content {
	background: #979797;
	padding: 0px;
	height: 0px;
	overflow: hidden;
}
.cashdesk_agreement_content_padder {
	background: #ffffff;
	text-align: justify;
}
.agreements_info {
/*	color: #7F1391;*/
}
.cashdesk_agreement_link {
	text-decoration: underline;
	cursor: pointer;
}
.agreement_subtext {
	font-size: 10px;
	color: #979797;
	line-height: 12px;
	text-align: justify;
}
.payment_type_text {
	font-size: 0.8em;
	color: #959595;
}

#submitGiftCertificate div {
	width: 14px;
	height: 14px;
	background: transparent url(./../images/rechts.png) no-repeat;
}

#submitGiftCertificate span {
	display: none;
}

#billing_address_container {
	width:		680px;
}

#shipping_address_container {
	width:		680px;
}

#scart_error_message_one, #scart_error_message_two {
	left:			-210px;
	top:			-145px;
	position:		absolute;
	width:			280px;
	height:			144px;
	background: 	transparent url(./../images/content/sprechblase2.png) no-repeat;
	z-index:		20;
	display:		none;
}


#scart_error_message_one .content, #scart_error_message_two .content {
	position:		absolute;
	left:			20px;
	top:			50px;
	width:			240px;
	height:			60px;
	color:			#000000;
	font-size:		12px;
	font-weight:	bold;
}

.close_message_box {
	position:		absolute;
	right:			5px;
	top:			10px;
	width:			25px;
	height:			25px;
	color:			#000000;
	font-size:		24px;
	font-weight:	bold;
	cursor:			pointer;
}

.link_guest_order {
	position:	relative;
	color:		#ff0000;
	font-size:	16px;
	font-weight:bold;
	text-decoration:none;
	text-position:center;
}


.cashdesk label {
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}
.cashdesk label span {
	display: none;
	font-size: 11px;
	color: #999999;
}
.cashdesk label.obligatory {
	font-weight: bold;
	font-size:  12px;
	color: #000000;
}
.cashdesk label.obligatory span {
	display: inline;
	font-size: 12px;
	color: #000000;
}
