.box-modal {
	position: relative;
	width: 1100px;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
	z-index: 5005;
}
#recallModal .event-holder {
	position: absolute;
	left: 263px;
	top: 74px;
	overflow: hidden;
	margin: 0;
}
#recallModal .event-inner {
	padding: 12px 0 0 0;
	height: 300px;
}
#uprecallModal .event-inner {
	padding: 19px 0 0 0;
	height: 271px;
}
#uprecallModal .event-holder {
	position: absolute;
	right: 74px;
	top: 101px;
	overflow: hidden;
	margin: 0;
}
.woman-up {
	position: absolute;
	left: 50px;
	bottom: 0;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }

.box-modal-action{
	width:600px;
	box-shadow:none;
	border-radius:0;
}
.action-content{
	position:relative;
	/*width:800px;*/
	overflow:hidden;	
}
.action-content img{
	max-width:100%;
}
.action-link{
    /*bottom: 90px;
    display: block;
    height: 30px;
    position: absolute;
    right: 12px;
    width: 162px;
    z-index: 3;*/
    display: block;
}
.box-modal-action .box-modal_close, .box-modal-maxxis .box-modal_close{
	width:21px;
	height:21px;
	position:absolute;
	top:0;
	right:-26px;
	z-index:10;
	cursor:pointer;
	border-radius:50%;
	overflow:hidden;
	background-image:url(/images/close-action.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	background-position:6px 6px;
	box-shadow: 0 1px 0 rgba(153, 153, 153, .3);
}
.banner-action-box img{
display:block;
margin:0 auto;
max-width:100%;
}
.box-modal-maxxis.box-modal{
	width:600px;
	border-radius:0;
	box-shadow:none;
}
.modal-order{
	position: relative;
	width: 500px;
	border-radius: 10px;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	background-color: #fff;
	box-sizing: border-box;
	padding: 25px;
}
.modal-order-inner h3{
	font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: center;
}
.modal-order-inner h4{
	font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
    text-align: center;
}
.modal-order .red-color{
	color: red;
}
.schedule-info{
	text-align: center;
}
.schedule-info p{
	margin: 0 0 5px;
}