

.box-modal {
	position: relative;
	padding: 20px;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    border: 4px solid #FFF;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    z-index: 4;
    background: url(../images/akciaBG.png) left top;
    box-shadow: 0px 0px 10px 3px #000 inset;
    -webkit-box-shadow: 0px 0px 10px 3px #000 inset;
    box-shadow: 0px 0px 10px 3px #000;
    -webkit-box-shadow: 0px 0px 10px 3px #000;
	background-color: #0E1C38;
}
.box-modal_close {
    position: absolute;
    right: -18px;
    top: -15px;
    font-size: 25px;
    line-height: 0;
    color: #ffffff;
    cursor: pointer;
    border-radius: 30px;
    background: #FF4800;
    border: 3px solid #ffffff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 15px 8px;
}
.box-modal_close:hover {
    color: #333333;
    background: #FFC000;
}

#call-order{
    width: 290px;
}

#call-order .order_form_button:hover{
    background: #FFC000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #333333;
}

.input_text{
    width: 274px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 3px solid #ffffff;
    padding: 0 5px;
    color: #ffffff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font: 16px Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0 0 0;
	border-radius:10px;
}

.order_form_button {
border-width:0px;
background:none;
background-color:#fff;
border-radius:10px;
height: 48px;
    width: 276px;
	font-size:21px;
	text-transform:uppercase;
	margin-top:15px;
}

.input_text:first-child{
    margin: 0;
}

.input_text::-moz-placeholder { color: #ffffff; }
.input_text::-webkit-input-placeholder { color: #ffffff; }

.input_text:focus{
    background: #ffffff;
    color: #333333;
}

.input_text:focus::-moz-placeholder { color: #333333; }
.input_text:focus::-webkit-input-placeholder { color: #333333; }






