
html, body {
    background: url("dark_background.png") repeat scroll 0 0 transparent;
}

#sep_modal_container, #sep_notice_container {
    margin: 30px auto;
    width: 400px;
}

.cf:after {
    clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
#sep_modal_wrapper, #sep_notice_wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 50px auto;
    padding: 10px;
    position: fixed;
    width: 400px;
    z-index: 1;
}



#sep_modal_body, #sep_notice_body {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: Arial,"MS Trebuchet";
    overflow: hidden;
    z-index: 2;
}
.ie7 #sep_notice_body,
.ie8 #sep_notice_body{
	border:5px solid #333333;
}
.sep_modal_content, .sep_notice_content {
	background: none repeat scroll 0 0 #FFFFFF;
    -moz-box-shadow: 0 0 5px 5px #888888;
    -webkit-box-shadow: 0 0 5px 5px #888888;
    box-shadow: 0 0 5px 5px #888888;
    padding: 12px;
	text-align:center;
}
p.modal_main_text {
	color: #00457E;
    font-size: 1em;;
}

















