div#myalert
{
	display: none;
	position: absolute;
	z-index: 100;
}
div#myalert button
{
	cursor: pointer;
	font-weight: bold;
	width: 20%;
}
div#myalert form
{
	margin: 0;
	padding: 0;
}
div#myalert table
{
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
	width: 350px;
}
div#myalert thead tr
{
	cursor: move;
	height: 25px;
	line-height: 25px;
}
div#myalert thead th.lft
{
	background-image: url('hdr_l.png');
}
div#myalert thead th.rgt
{
	background-image: url('hdr_r.png');
}
div#myalert thead th.mid
{
	background-image: url('hdr_m.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #fff;
	text-align: left;
	text-indent: 0.25em;
}
div#myalert thead th.mid img
{
	margin-right: 0.25em;
	vertical-align: sub;
}
div#myalert thead th.lft, div#myalert thead th.rgt
{
	background-position: left top;
}
div#myalert div.content
{
	background-color: #fff;
	border-color: #333;
	border-style: none solid;
	border-width: 0 1px;
	padding: 0 0.5em;
}
div#myalert div.content p
{
	margin: 0 auto;
	padding: 0.5em 0;
}
div#myalert tfoot
{
	font-size: 1px;
	height: 4px;
	line-height: 4px;
}
div#myalert tfoot td.lft
{
	background-image: url('ftr_l.png');
}
div#myalert tfoot td.rgt
{
	background-image: url('ftr_r.png');
}
div#myalert tfoot td.mid
{
	background-image: url('ftr_m.png');
	background-position: bottom;
	background-repeat: repeat-x;
}
div#myalert tfoot td.lft, div#myalert tfoot td.rgt
{
	background-position: left bottom;
}
div#myalert thead th.lft, div#myalert thead th.rgt, div#myalert tfoot td.lft, div#myalert tfoot td.rgt
{
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 1px;
	width: 4px;
}
p#alert_text
{
	text-align: left;
}