﻿*
{
	padding:0;
	margin:0;
}

body 
{
	font-family:Arial;
	line-height:1.5;
	font-size:12px;
	margin:1em;
	background-color:Black;
	color:White;
}
p
{
	margin:1em 0;
}
h1
{
	font-size:18px;
	color:#eeeeee;
}
h2
{
    color:#eeeeee;
    font-size:16px;
}
h3
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
}
fieldset
{
	width:500px;
	border:solid 1px #eeeeee;
	float:left;
	clear:left;
	margin-bottom:20px;
	padding:10px;
}
legend
{
	padding:3px;
	border:solid 1px #eeeeee;
}
a 
{
	text-decoration:none;
	font-weight:bold;
	color:#ffcc00;
}
a:hover
{
	text-decoration:underline;
	font-weight:bold;
}
label
{
	float:left;
	width:130px;
}
select
{
	width:130px;
}
.field
{
	width:200px;
}
.submit
{
	float:right;
	clear:both;
	width:100px;
	border:solid 1px #eeeeee;
	margin-top:10px;
	margin-bottom:10px;
}
.cancel
{
	float:left;
	clear:right;
}

.horizontal_line
{
	width:90%;
	height:10px;
	text-align:center;
	border-bottom:solid 1px #eeeeee;
}

ul
{
	margin-left:3em;
}
