#content.posta .sprava input[type="button"].snj_button,
#myModal_popup .posta_content .sprava input[type="button"].snj_button,
.modal_zb_content .posta_content .sprava input[type="button"].snj_button{	
    font-size: 18px;
    font-weight: 800;
    font-family: 'Kelson';
    cursor:pointer;
    text-transform: uppercase;
    background: url(/images/demo_snj_button.png);
    width: 301px;
    height: 69px;
    color: #415a68;
    border: none;
    padding-bottom: 14px;
    outline-style: none;
}
div.flex > h3{
	width: 100%;
}
.modal_zb_pop {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_zb_content.small{
    max-width:520px;
}
/* Modal Content */
.modal_zb_content {
	background: url("/novinky/images/posta_sprava_bg.png") repeat-x;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 863px;
    overflow: auto;
    text-align:left;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	max-height: 85%;
    box-sizing: border-box;
}
.modal_zb_content a:hover
{
    color: #08813B;
}
.myBtnClose
{
	position: relative;
    float: right;
    margin-bottom: -30px;
    padding: 0;
    cursor:pointer;
    border-radius: 4px;
    background: #fff;
    border: 4px solid #ff5558;
}
hr{
    background-color: #b9b9b9;
    color: #b9b9b9;
}
.submit_red
{
	background: #F9021F !important;
}

#myModal_popup h3,
.modal_zb_content h3 {
    border-bottom: 1px solid #b9b9b9 !important;
    color: #000000;
    font-size: 15px;
    /* margin-left: 12px; */

    /* padding-left: 12px; */
    margin-bottom: 3px;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:none;
	font-weight:bold;
	padding: 3px 0px 14px 0px !important;
	/*padding-bottom: 14px;*/
    margin-bottom: 15px !important;
    /*padding-top: 3px;*/
}

#myModal_popup input.submit,
.modal_zb_content input.submit {
    border: 0;
    background: #08813B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 8px;
}
#content .modal_zb_content a.xko, 
#stred_980 .modal_zb_content a.xko {
    float: right;
    margin: 0;
    padding: 0;
    margin-top: -7px;
    margin-right: -5px;
}
