.box-modal {
	position: relative;
	border:1px solid #000000;
	background: #fff;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: -20px; top: -20px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }

/* Modal */

.white-modal
{
	text-align:center;
	background:#ffffff;
	border-radius:5px;
}


.notification_error
{
    text-align:center;
    color:#000000;
    line-height:35px;
}

.notification_ok
{
    text-align:center;
}

.int
{
	width:290px;
	height:55px;
	padding-left:15px;
	font-size:14px;
	color:#808080;
	margin-top:15px;
	margin-right:10px;
	border:1px solid #E2E2E2;
	border-radius:5px;

}

.int-img-1
{
    /*background:url(../images/int-1.png) no-repeat center right 15px #ffffff;*/
}

.int-img-2
{
   /* background:url(../images/int-2.png) no-repeat center right 15px #ffffff;*/
}

.submit
{
	min-width:300px;
	min-height:55px;
	cursor:pointer;
	border:none;
	border-radius:5px;
	font-size:18px;
	color:#ffffff;
	margin-top:23px;
	text-transform:uppercase;
	font-family: "Open Sans", Arial, serif;
    background: #D0AF75;
    background: -webkit-linear-gradient(top, #D0AF75 0, #c49a51 100%) no-repeat;
    background: -moz-linear-gradient(top, #D0AF75 0, #c49a51 100%) no-repeat;
    background: -o-linear-gradient(top, #D0AF75 0, #c49a51 100%) no-repeat;
    background: -ms-linear-gradient(top, #D0AF75 0, #c49a51 100%) no-repeat;
    background: linear-gradient(to bottom, #D0AF75 0, #c49a51 100%) no-repeat;
    text-shadow: 0 1px 0 #00537f;
	font-style:normal;
}

.submit:active
{
	padding-top:5px;
}

.garia-button-zakaz
{
    text-align:center;
}

.garia-button-zakaz button
{
    border:none;
    line-height:35px;
    padding-left:15px;
    padding-right:15px;
    background:#D0AF75;
    font-size: 18px;
    border-radius:7px;
    color: white;
    box-shadow: 2px 2px 2px #e8e8e8;
    text-transform:uppercase;
}.krina_kursiv{
	font-weight:500;
	font-family:Georgia,serif;
	font-style:italic;
}