/* MAIN STYLING */
body
{
	font-family: Verdana;
	font-size: 10px;
	color: white;
}



/* REST OF MAIN STYLING */
h1
{
	color: #C4C4C4;
	font-size:20px;
	text-transform:uppercase;
	margin-top:0;
}

h2
{
	font-weight:bold;
	margin:0;
}

h3
{
	font-size:10px;
	font-weight:bold;
	margin:0;
}

img
{
	border: none;
}

p
{
	margin-top:0;
}

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

a:hover
{
	text-decoration: none;
	color: #A2A2A2;
}

a img
{
	border: none;
	margin-left: 5px;
	margin-top:2px;
}

a.lFloat
{
	float:left;
	height:18px;
	margin-left:5px;
}

a.rFloat
{
	float:right;
	height:18px;
	margin-right:5px;
}

form
{
	display: block;
	margin-top: 10px;
	overflow: hidden;
	float:left;
}

li.selected
{
	border-bottom:1px solid #C4C4C4;
}

label
{
	display: block;
	overflow: hidden;
	float: left;
	width: 100px;
	text-align: right;
	line-height: 22px;
	height: 22px;
	font-size: 100%;
	clear:left;
	font-weight: bold;
	padding: 0px 25px 0px 0px;
}

input
{
	/* TRANSPARENCY */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	border:1px solid black;
	color: black;
	float:left;
	font-size:12px;
	height:18px;
	margin-bottom:5px;
	padding:1px 0 0 3px;
	width:90px;
}

input.large
{
	width:180px;
}

select
{
	/* TRANSPARENCY */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	color: black;
	height: 21px;
	margin-bottom: 5px;
	border: 1px solid black;
	float: left;
	width: 185px;
	font-size: 90%;
}

textarea
{
	/* TRANSPARENCY */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	border:1px solid black;
	clear:right;
	color:black;
	float:left;
	font-family:Trebuchet MS !important;
	font-size:13px;
	margin-bottom:5px;
	padding:3px;
}

iframe
{
	border: none;
	overflow: auto;
	display: block;
}

span.alert
{
	color: red;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}