.modal, .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;
    max-width: 100%; /* Full width */
    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 */
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.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;
	width: 100%;
    overflow: auto;
    max-width: 600px;
    text-align:left;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	    max-height: 80%;
        box-sizing: border-box;
}

.modal-content  a:hover, .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;
}
.submit_red
{
	background: #F9021F !important;
}

#myModal_popup_rek h3,
#myModal_popup h3  {
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    font-size: 15px;
    /* margin-left: 12px; */
    padding-bottom: 8px;
    /* padding-left: 12px; */
    margin-bottom: 3px;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:none;
	font-weight:bold;
	padding:0px;
	    padding-bottom: 14px;
    margin-bottom: 17px;
    padding-top: 3px;
}

#myModal_popup input.submit,
#myModal_popup_rek 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;
}
