@charset "utf-8";
/* CSS Document */

.page-box {
   background-color: #000 !important;
    width: 100%;
    margin: 0 auto;
	
   
}
#main {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #cc9933;
    width: 100%;
	position: fixed;
	background-color: #000;
	height: 100%;
}
.modalDialog > div {
	position: relative;
	margin-top: 3%;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 10%;
	padding: 0px;
	height: auto;
	background-color: #FFF;
	min-width: 70%;
	max-width: 80%;
}

