
div#sepaAlreadySent
{
	 margin-bottom: 20px;
}

div#sepaAlreadySent span
{
	font-weight: bold;
	cursor: pointer;
}

div#sepaColLeft
{
	float:left;
	padding-right:2%;
	width:48%;
	text-align:left;
}
div#sepaColRight
{
	text-align:left;
	float:left;
	width:50%;
}

div#sepaColRight .formInputCol1Cust, div#sepaColRight textarea{
	width:55% !important;
	width:52%\9 !important;
}
div#sepaColRight .formInputCol2Cust{
	width:26%;
	width:24.5%\9 !important;
}
div#sepaColRight .formLabel1Col{
	width:90%;
}



div#sepaAcceptAgbs
{
	display: none;
	float: left;
	width: 270px;
	text-align: left;
	color: red;
	margin-left: 10px;
}

div#sepaAcceptAgbs span
{
	cursor: pointer;
	font-weight: bold; 
}
div.sepa_warning{color:darkred;}
div.sepa_warning ul{margin-top:15px; margin-bottom: 20px; margin-left:20px;}
div.sepa_warning ul li{line-height:25px;}
#divSepaContainer .inputError{border:1px solid red;}

.sepaHintBox{
	padding-bottom:15px !important;
}
.sepaHintBox p{margin-bottom:15px;}

#errorsDiv{
	display: none;
	background-color: #ffb80a;
	padding:5px;
	border: 1px dotted #424a42;
	margin-bottom: 10px;
}
.innerError {
	background:url("/PAF/design/global/img/icons/16/cancel.gif") 7px 8px no-repeat #F3D1CF!important;
	border:1px solid #C5170E!important;
	color:#C5170E;
	display:block;
	line-height:24px!important;
	margin-bottom:15px;
	padding:5px 14px 5px 50px!important;
}
.innerError ul{
	margin-top:0px;
}

.formErrors {
	text-align: center;
	color: white;
	padding: 5px;
	border: 1px dotted #f9be00;
	background: url(/PAF/design/global/img/icons/16/error.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #DF7D7D;
	margin-bottom: 5px;
}