/** standard button **/
input[type="button"],input[type="submit"],input[type="reset"] {
	border: 0;
	padding: 0px 20px 0 20px;
	background: url("../images/pfeil_weiss_rechts.png") 10px center #D3052C no-repeat;
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #ffffff;
	cursor: pointer;
	margin:0;
}


input[type="button"]:FIRST-LETTER,input[type="submit"]:FIRST-LETTER,input[type="reset"]:FIRST-LETTER {
	text-transform: capitalize;
}


.tx-cwsaalsupport-require {
	display: none;
	color: #AA0D2D;
}


input[type="text"], select {
	width: 90%;
}

textarea {
	width: 90%;
}


.formular-table-zip-field {
	width: 43px !important;
	margin-right: 2px !important;
}

.formular-table-city-field {
	width: 106px !important;
} 

.formular-table p {
	padding-bottom: 0px !important;
	padding-top: 0 !important;
	margin-bottom: 0;
}



.formular-table td {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.formular-table input{
	width: 95%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-top: 3px;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding-left: 5px;	
}

.formular-table input[type="radio"] {
	width: 15px !important;
}

.formular-table select {
	width: 169px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin-top: 3px;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding-left: 5px;	
	padding-top: 0;
}

.formular-table input[type="submit"] {
	float: right;
	padding-right: 10px;
	width: 120px;
	margin-top: 10px;
	border: 0;
}

.formular-table .error {
	color: #D9022E !important;
	font-size: 11px !important;
	border: 0;
}


/** newsletter plugin css **/
.newsletter-subscribe-errors {
	color: #D3052C;
	/*font-weight: bold;*/
	clear: both;
	margin-bottom: 5px;
}


.newsletter-form-left-col {
	width: 200px;
	float: left;
	clear: both;
	margin-top: 5px;
}

.newsletter-form-right-col {
	float: left;
	margin-top: 5px;
}


.newsletter-form-right-col select{
	width: 159px;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 0 !important;
}


.newsletter-form-right-col input[type="text"] {
	width: 155px;
	margin: 2px;
	border: 1px solid #ccc;
}