#customAlertOverlay {
	/* background-color:#999999; */
}

#customAlertFullpage * {
	cursor:default;
}

#customAlertFullpage a {
	cursor:pointer;
}

#customAlertFullpage b, #customAlertFullpage strong {
	color:#000000;
}

#customAlertFullpage div.head2 b {
	color:#FFFFFF;
}

.box1 {
	background-image:url(images_jr/bg_001.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:10px; padding-bottom: 30px;
}

.head1 {
	background-position:bottom;
	background-repeat:no-repeat;
	height:19px;
}

.head1 span {
	float:left;
}

.body1 {
	background-position:left;
	background-repeat:no-repeat;
	height:50px;
	text-align:center;
	padding-left:0px;
}

.box1 a.confirmButton1 {
	background-image:url(images_jr/button_ok_001.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:156px;
	height:53px;
	display:block;
	margin:auto;
}

.box1 a.confirmButton1:hover {
	background-position:0px -53px;
}

.box1 a.cancelButton1 {
	background-image:url(images/apple_alert_close_2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:21px;
	height:18px;
	display:block;
	float:right;
	position:relative;
	left:-4px;
}

.box1 a.cancelButton1:hover {
	background-position:0px -18px;
}

.box1 .buttonBox1 {
}

.box1 span.little {
	float: none;
	font-size:0.8em;
}

.buttonBox1 a, .box1 div, .box1 span{float: none; color: #fff;}
#customCancelButton {display: none;}
#customCloseButton {float: right; display: none;}