@charset "utf-8";
/* CSS Document */
body{
	margin:0;
}
#boxBackground{
	position: absolute;
	background-color: black;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
}
#boxWrapper{
	position: absolute;
	margin-left: 50%;
	top: 50px;
	left: -215px;
	z-index:5001;
}

#boxContainer{
	position: relative;
	width: 430px;
	text-align: left;
}

#boxUpperLeft{
	float: left;
	background-image: url(../images/box/boxUpperLeft.png);
	height: 15px;
	width: 15px;
}

#boxTop{
	float: left;
	background-image: url(../images/box/boxTop.png);
	height: 15px;
	width: 400px;
}

#boxUpperRight{
	float: left;
	background-image: url(../images/box/boxUpperRight.png);
	width: 15px;
	height: 15px
}

#boxLeft{
	float: left;
	background-image: url(../images/box/boxLeft.png);
	background-repeat: repeat-y;
	padding-left: 15px;	
	
}

#boxMiddle{
	position: relative;
	background-color: white;
	width: 400px;
}

#boxRight{
	background-image: url(../images/box/boxRight.png);
	background-position:right;
	padding-right: 15px;
	border: 0px solid black;
}

#boxLowerLeft{
	float: left;
	background-image: url(../images/box/boxLowerLeft.png);
	width: 15px;
	height: 15px;
}

#boxBottom{
	float: left;
	background-image: url(../images/box/boxBottom.png);
	width: 400px;
	height: 15px;
}

#boxLowerRight{
	float: left;
	background-image:url(../images/box/boxLowerRight.png);
	width: 15px;
	height: 15px;
}

#boxClose_btn{
	position: absolute;
	background-image: url(../images/box/boxClose_btn.png);
	height: 30px;
	width: 30px;
	left: 410px;
	top: -10px;
	cursor: pointer;
	z-index: 5002;
}

.loadingText{
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

#submitButton{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
#boxContent{
	display: none;
}
