/* Custom modal styles */
#simplemodal-container {
	font-size:14px!important;
	border: 1px solid #ccc!important;
}

#btn_modal_accept {
    margin-right: 25px;
    border-top: 1px solid #009900;

    background: #009900!important;
    background-color: #009900!important;
    background: -moz-linear-gradient(top, #009900, #009900)!important;
    background: -ms-linear-gradient(top, #009900, #009900)!important;
    background: -o-linear-gradient(top, #009900, #009900)!important;
    padding: 5px 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}


#btn_modal_accept:hover {
	border-top-color: #949494;
	background: #949494;
	color: #ccc;
}

#btn_modal_accept:active {
	border-top-color: #000000;
	background: #000000;
}

#btn_modal_cancel {
/*     border: 1px solid #000000; */
    background: #009900!important;
    background: -webkit-linear-gradient(top, #01070a, #696969);
    background: -ms-linear-gradient(top, #01070a, #696969);
    background: -o-linear-gradient(top, #01070a, #696969);
    padding: 5px 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}


#btn_modal_cancel:hover {
	border-top-color: #949494;
	background: #949494;
	color: #ccc;
}

#btn_modal_cancel:active {
	border-top-color: #000000;
	background: #000000;
}