@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;
	font-size: 0px;
	line-height:0px;
}

.boxTop{
	float: left;
	background-image: url(../images/box/boxTop.png);
	height: 15px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	line-height:0px;
}

.boxUpperRight{
	float: left;
	background-image: url(../images/box/boxUpperRight.png);
	width: 15px;
	height: 15px;
	font-size: 0px;
	line-height:0px;
}

.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;
}


.btn_confirm{
	float: right;
}

.btn_left{
	float: left;
	background-image:url(../images/box/btn_left.png);
	height: 30px;
	width: 10px;
}
.btn_middle{
	float: left;
	background-image:url(../images/box/btn_middle.png);
	height: 18px;
	padding: 6px;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #666666;
	font-size: 12px;
}
.btn_right{
	float: left;
	background-image:url(../images/box/btn_right.png);
	height: 30px;
	width: 10px;
}

