.topCell {
	background-image:url(../images/preopen_top.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:634px;
}
.bottomLeftCell {
	background-image:url(../images/preopen_bottom_left.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:50px;
}
.bottomRightCell {
	background-image:url(../images/preopen_bottom_right.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:50px;
	text-align: right;
}
.error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	background-color: #FFDFDF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #600;
	text-align: center;
	padding: 15px;
}

.confirm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060;
	background-color: #EFFFDF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #030;
	text-align: center;
	padding: 15px;
}

