.modal {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/modal/modal.png);
	z-index: 10000;
}

.modalClose {
	display: block;
	width: 22px;
	height: 22px;
	float: right;
}

.modalInfo {
	margin: 0 auto;
	margin-top: 50px;
	width: 725px;
	background: #fff;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	behavior: url('ie-css3.htc');
}

.modalInfo span {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

.modalInfo b {
	font-size: 24px;
	line-height: 30px;
}

.modalColumn {
	display: inline-block;
	width: 206px;
	margin: 10px 10px 20px 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.orderSelect {
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	width: 136px;
	height: 35px;
	background: url(../images/modal/selectBtn.jpg) 0 0 no-repeat;
}

.orderSelect:hover {
	background: url(../images/modal/selectBtn.jpg) 0 -35px no-repeat;
}
