html, body
{
	background					: url(../images/bodybg.jpg) repeat-x #400a0a;

	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10pt;
	color						: #ffffff;

	margin						: 0px;
	padding						: 0px;
	margin-left					: 0px;
	margin-top					: 0px;
	margin-right				: 0px;
	margin-bottom				: 0px;

	text-align					: center;
}

td
{
	font-size:10pt;
}

a
{
	color						: #fff101;
	text-decoration				: none;
}

a:hover
{
	color						: #ff7004;
	text-decoration				: underline;
}

h1, h2, h3
{
	color						: #ff5d00;
	padding-top					: 0px;
	margin-top					: 0px;
}

input[type=text], input[type=submit]
{
	height						: 24px;
	background					: url(../images/inpbg.png) repeat-x;
	border						: none;
	color						: #ffffff;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11pt;
}

input[type=submit]
{
	background					: url(../images/smtbg.png) repeat-x;
	font-weight					: bold;
}

#image_back
{
	z-index						: 199;
	filter						: alpha(opacity=80);
	-moz-opacity				: 0.8;   
	opacity						: 0.8;   
	background-color			: #000000;
	position					: absolute;
	visibility					: hidden;
	left						: 0px;
	top							: 0px;
}

#image
{
	position					: absolute;
	visibility					: hidden;
	z-index						: 200;
	width						: 50px;
	height						: 50px;
	background-color			: #ffffff;
	border						: solid 1px #000000;
	border-right				: solid 3px #000000;
	border-bottom				: solid 3px #000000;
	padding						: 10px;
	text-align					: right;
	color						: #000000;
}

*{ outline : none; }

