.iban_form button {margin-left:156px;}

.iban_form label {
    width: 150px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}

.iban_form ul {
    width: 700px;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

.iban_form li {
    padding: 12px 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.iban_form li:first-child, .iban_form li:last-child {
    border-bottom: 1px solid #777;
}

button.submit {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 11px 25px;
    background-color: #1a4d9a;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #003580;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	width: 310px;
}
button.submit:hover {

	cursor: pointer; 
	background-color: #003580;
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

.kms{
    margin: 30px 0px 0px 18px;
    font-size: 14px;
    padding: 2px 32px;
    background: rgba(16, 218, 0, 0.26);
    border: 1px solid #5CD200;
    width: 616px;
    font-family: georgia;
}
	
.kms2{
    display: inline-block;
    padding-left: 95px;
    font-size: 19px;
    font-family: initial;
}

.kms3{  
	width: 750px;
	padding: 0 0 0 10px; 
	border-bottom: 1px solid #eee;
	margin: 0 0 -10px 0px;}  
	
.error_iban{
	margin: 30px 0px 0px 18px;
	font-size: 15px;
	padding: 2px 0;
	background: #fcc;
	color: #200;
	width: 680px;
	border: 1px solid #d77;
    	text-align: center;
}
/* spoiler cu crug */
.spoiler-body{

	width: 128px;
    height: 128px;
    position: absolute;
    left: 40%;
    top: -190px;
    background: url('images/loading.gif') no-repeat 50% 50%;
}

.dcsv {
    background: url(images/csv.png);
    height: 42px;
    width: 38px;
    display: inline-block;
	margin: -10px -25px 0 0;
    float: right;
	cursor:pointer;
}
.dcsv:hover  {
    background: url(images/csv-h.png);
}


/* #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100500;
    opacity: .80;
}
 spoiler cu crug - finish*/