.right form label {
    margin: 0;
}
.red {
	color: #DF0E91;
	font-size: 12px;
}
.full {
	width: 100%;
}
.onethird {
	width: 33%;
	float: left;
}
.twothird {
	width: 66%;
	float: left;
}

.clearboth {
	clear: both;
	line-height: 0;
}

.submit {
	border: 1px solid #ccc;
	padding: 3px;
	cursor: pointer;
}

.hidden {
	display: none;
}

label.error {
	display: inline-block;
	margin-left: 10px;
	color: red;
	font-style: italic;
	font-weight: normal;
}

textarea.error, input.error {
	border: 1px solid red;
}

div.error {
	display: block;
	margin-bottom: 10px;
	border: 1px dotted red;
	padding: 10px;
	width: auto;
	color: red;
	font-style: italic;
	font-weight: bold;
}
.missing {
	/* border: 1px solid #ff4040 !important; */
	color: #DF0E91 !important;
}

.fullwidth.missing input, .fullwidth.missing textarea,
.halfwidth.missing input, .halfwidth.missing textarea,
.onethird.missing input, .onethird.missing textarea,
.twothird.missing input, .twothird.missing textarea {
	 border: 1px solid #DF0E91 !important; 
}
.bo {
	padding: 10px !important;
	color: #000;
}
.bo a {
	color: #000;
	text-decoration: underline;
}
.bo.missing{
	background: #DF0E91 !important; 
	border: 1px solid #DF0E91 !important; 
	padding: 20px;	
	color: #fff !important;
}
.bo.missing a {
	color: #fff !important;
}


#total,#subt,#ship {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: right;
    float:right;
}
#total {
   color: #DF0E91;
}
#bericht {
	height: 50px;
}
/* styles for inline form example */
.inlineform {
	width: 95%;
	margin: 35px 0;
	border: 1px solid #23b99b; 
	padding: 5%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}
.inlineform .submit {  	
	cursor: pointer;
	float: right;
	margin-top:2px;
	padding: 10px 15px;
	background: #23b99b;
	color: #fff;
	border: 0px solid #ccc;
	font-weight:bold;
	font-size:14px;
}
.inlineform .submit:hover {  	
	background: #292941;
	color: #fff;
}
.inlineform .left { float: left; }
.inlineform .right { float: right; } 
.inlineform .field { 
	margin-bottom: 5px;
	padding: 0 5px;
	min-height: 22px;
	/* border-radius: 5px; */
} 
/*

.fullwidth { width:588px; }
.halfwidth { width:283px; }
.onethird  { width:190px; }
.twothird  { width:373px; }
.fullwidth input[type=text] { width: 480px; }
.fullwidth input[type=radio] { margin: 5px; }
.fullwidth textarea { width: 575px; }
.halfwidth input, .halfwidth textarea { width: 175px;}
.onethird  input, .onethird textarea { width: 85px;}
.twothird  input, .twothird textarea { width: 265px; }
.twothird select { width: 240px; padding:5px; }

*/
.amount label, 
.price label, 
.fullwidth label, 
.halfwidth label, 
.onethird  label, 
.twothird  label {
	display: block;
	float: left;
	width: 25%;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 6px 10px 0 0;
}

.fullwidth input, .fullwidth textarea, .fullwidth select,
.halfwidth input, .halfwidth textarea,
.onethird  input, .onethird  textarea,
.twothird  input, .twothird  textarea  {
	border: 1px solid #ddd;
	padding: 1%;
	width: 68%;
}

.fullwidth input:focus, .fullwidth textarea:focus,
.halfwidth input:focus, .halfwidth textarea:focus,
.onethird  input:focus, .onethird  textarea:focus,
.twothird  input:focus, .twothird  textarea:focus  {
	background: #eee;
}
.fullwidth input:hover, .fullwidth textarea:hover,
.halfwidth input:hover, .halfwidth textarea:hover,
.onethird  input:hover, .onethird  textarea:hover,
.twothird  input:hover, .twothird  textarea:hover  {
	background: #eee;
}
.inlineform .error {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #DF0E91;
	padding: 10px;
	width: auto;
	background: #DF0E91;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 3px; 
	/* box-shadow: 1px 1px 2px #999; */

}
.inlineform .missing {
	/* border: 1px solid #ff4040; */
}

.aspfields {
	display: none;
}
.captcha_table input {
	border: 1px solid #999;
	margin-right: 20px;
}