#alertboxcontainer {
	background-image: url(transparent.gif); z-index: 200; position: absolute; top: 0px; left: 0px
}
#aboxtitle {
	text-align: center; background-color: #444444; margin: 2px; color: #ffffff; font-size: 12pt; font-weight: bold
}
#alertbox {
	border-bottom: #222222 2px solid; position: absolute; text-align: center; border-left: #888888 2px solid; background-color: #444444; width: 330px; display: none; height: 285px; color: #000000; border-top: #888888 2px solid; top: 0px; border-right: #222222 2px solid; left: 0px
}
#alertboxtext {
	border-bottom: #000000 1px solid; border-left: #000000 1px solid; padding-bottom: 3px; background-color: #cccccc; margin: 0px 10px 10px; padding-left: 3px; padding-right: 3px; height: 210px; color: black; font-size: 10pt; overflow: auto; border-top: #000000 1px solid; font-weight: bold; border-right: #000000 1px solid; padding-top: 3px
}
#alertbutton {
	border-bottom: black 2px solid; border-left: red 2px solid; padding-bottom: 1px; background-color: #8b0000; padding-left: 15px; padding-right: 15px; color: #ffa500; font-size: 8pt; border-top: red 2px solid; font-weight: bold; border-right: black 2px solid; text-decoration: none; padding-top: 1px
}
#alertbutton:hover {
	color: #ffffff
}

