#mightybox
{
	position: absolute;
	z-index: 1010;
	width: 100%;
	height: 1px;
	display: none;
	border: 0;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	background: #000000;
}

#mightybox_content
{
	display: none;
	position: absolute;
	z-index: 1011;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 20px;
	color: #000000;
	font-size: 13px;
	overflow: hidden;
}

#mightybox_preload
{
	top: -3000px;
	left: -3000px;
	position: absolute;
	overflow: hidden;
	display: block;
}

#mightybox_head
{
	background: url(../img/mightybox_head_bg.gif);
	width: 320px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	cursor: move;
}

#mightybox_head_title
{
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 7px;
	color: #FFFFFF;
}

#mightybox_head_title_shadow
{
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 9px;
	color: #333333;
}

#mightybox_content a
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

