.overlay
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1001;
	background-color: white;
	/*background-image: url(../images/overlay.png);*/
	background-repeat: repeat;
	background-position: left top;
}
.box
{
	top:-770px;	
	background-color:#fff;
	color:#7F7F7F;
	padding:20px;
	border:2px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index:1002;
	height: 583px;
	width: 400px;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
}

.box h1
{
	border-bottom: 1px dashed #7F7F7F;
	margin:-20px -20px 0px -20px;
	padding:10px;
	background-color:#FFEFEF;
	color:#EF7777;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.boxclose
{
	float:right;
	width:64px;
	height:26px;
	cursor:pointer;
	margin-top: -15px;
	margin-right: -15px;
	background-color: transparent;
	background-image: url(../images/close-contest.png);
	background-repeat: repeat;
	background-position: left top;
}




.overlay1
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1001;
	background-color: transparent;
	/*background-image: url(../images/overlay.png);*/
	background-repeat: repeat;
	background-position: left top;
}
.box1
{
	top:-770px;	
	background-color:#fff;
	color:#7F7F7F;
	padding:20px;
	border:2px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index:1002;
	height: 550px;
	width: 770px;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
}
.box1 h1
{
	border-bottom: 1px dashed #7F7F7F;
	margin:-20px -20px 0px -20px;
	padding:10px;
	background-color:#FFEFEF;
	color:#EF7777;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.boxclose1
{
	float:right;
	width:64px;
	height:26px;
	cursor:pointer;
	margin-top: -15px;
	margin-right: -15px;
	background-color: transparent;
	background-image: url(../images/close.png);
	background-repeat: repeat;
	background-position: left top;
}