.box1 {
	
	background-image:url(../images/alert_head.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border-bottom:1px solid #6f6e6e;
	padding-top:10px;
}

.head1 {
	background-color:#bebebd;
	background-image:url(../images/alert_head.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	border-left:1px solid #6f6e6e;
	border-right:1px solid #6f6e6e;
	border-bottom:1px solid #6f6e6e;
	height:19px;
}

.head1 span {
	float:left;
}

.body1 {
	background-color:#eeeeee;
	background-image:url(../images/alert.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:72px;
	text-align:center;
	padding-top:10px;
	padding-left:00px;
	border-left:1px solid #6f6e6e;
	border-right:1px solid #6f6e6e;
}

.box1 a.confirmButton1 {
	background-image:url(../images/alert_button.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:88px;
	height:33px;
	display:block;
	margin:auto;
}

.box1 a.confirmButton1:hover {
	background-position:0px -33px;
}

.box1 a.cancelButton1 {
	background-image:url(../images/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 {
	background-color:#eeeeee;
	border-left:1px solid #6f6e6e;
	border-right:1px solid #6f6e6e;
}

.box1 span.little {
	font-size:0.8em;
}
