@charset "UTF-8";
	/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20px; /* 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 Content */
.modal-content {
    background-color: #ffffff;
	-webkit-border-radius: 6px;border-radius: 6px;
    margin: auto;
    padding: 10px 0;
    width: 90%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.modal-content h1 {margin-top: 20px;}
/* The Close Button */
.close {
    color: #0d6c29;
    float: right;
    font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.close:hover,
.close:focus {
    color: #0d6c29;
    text-decoration: none;
    cursor: pointer;
}

.popapp {text-align: center;} 
.popapp img {width: 100px;} 

.btn_n_custom4 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 0 20px; height: 40px; line-height: 40px; font-weight: bold; display: inline-block; color: #fff;}
.btn_n_custom4{ font-size: 15px; width: 40%; margin: 10px 5px 20px; width: auto; }
.btn_n_custom4:before{ content: ' '; text-indent: -999em; background: url(icon_20pxa.png); width: 20px; height: 20px; margin-right: 5px; margin-top: -3px; display: inline-block; vertical-align: middle; }
.btn_n_custom4 { background-color: #0d6c29; }
.btn_n_custom4:hover { background-color: #1D5D27; color: #fff;}
.btn_n_custom4:before { background-position: -80px 0px; }

.openapp {float: left;}




