/** ALERT BOX **/
.alertBox_parentDiv{
	/*begin: elleme*/
	position:absolute;
	overflow:auto;
	width:300;
	/*end: elleme*/
	border:2px solid #0000aa;
	background:url(images/back.gif);
}

.alertBox_table{
	width:300px;
	border:1px;
}

.alertBox_header{
	background:url(images/top_back.gif);
	color:#ffffff;
}

.alertBox_messagePart{
}

.alertBox_buttonPart{
	text-align:center;
}
