@charset "utf-8";
/* CSS Document */
body,html{
	margin:0px;
	padding:0px;
}
.modal_holder h1,.modal_holder h2,.modal_holder h3,.modal_holder h4,.modal_holder h5,.modal_holder h6{
	margin:0px;
	padding:8px;
    color:#000;
    text-align:center;
}
.modal_holder_inner h1, .modal_holder_inner h2, .modal_holder_inner h3, .modal_holder_inner h4, .modal_holder_inner h5, .modal_holder_inner h6 {
    color:#888;
    text-shadow:none;
    text-align:left;
}
.modal_holder{
	width:600px;
    height:300px;
	background:#45a4c4;
	border:1px solid #3490a9;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-150px;
    padding:2px;
    -webkit-border-radius: 5px;
	border-radius: 5px; 
    -webkit-box-shadow:  0px 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.modal_holder_inner{
	padding:10px;
    background:#fff;
    height:259px;
    -webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
}
.hr{
	border-bottom:1px dotted #ccc;
    margin:15px;
}