body
{
	background-color: #131313;
	text-align: center;
	margin: 0px;
	padding: 15px;
	font: 70% Helvetica, Verdana;
	color: #4A4A4A;
	overflow: auto;;
}

a
{
	text-decoration: none;
	color: #4A4A4A;
}

div#form_container
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	text-align: left;
}

h1
{
	width: 250px;
	text-align: center;
}

form
{
	float: left;
	width: 300px;
}

input
{
	background: #0E0E0E;
	border: 1px solid #303030;
	font-weight: bold;
	width: 250px;
	height: 20px;
	padding: 5px 0 0 5px;
	color: #6A6A6A;
	float: left;
}

 textarea
{
	background: #0E0E0E;
	border: 1px solid #303030;
	font-weight: bold;
	width: 250px;
	height: 60px;
	padding: 5px 0 0 5px;
	color: #6A6A6A;
	float: left;
}

select
{
	background: #0E0E0E;
	border: 1px solid #303030;
	font-weight: bold;
	width: 257px;
	height: 30px;
	padding: 5px 0 0 5px;
	float: left;
	color: #6A6A6A;
}

input#submit
{
	background: #0E0E0E;
	border: 1px solid #303030;
	font-weight: bold;
	margin-top: 20px;
	width: 100px;
	height: 30px;
	padding: 0px;
	color: #6A6A6A;
	float: left;
}

input:hover, textarea:hover
{
	border: 1px solid #D9BE2C;
}

label
{
	text-align: left;
	display: block;
	float: left;
	width: 240px;
	height: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #D9BE2C;
}

.popup_text
{
	float: left;
	padding-bottom: 3px;
	width: 250px;
	margin: 0px;
	text-align: justify;
	color: #D6D6D6;
}

.popup_text_links
{
	float: left;
	padding-bottom: 3px;
	width: 250px;
	margin: 0px;
	text-align: left;
	color: #D6D6D6;
}

.popup_text_links a
{
	height: 20px;
	line-height: 20px;
}

.popup_text_links img
{
	line-height: 20px;
	height: 16px;
	width: 16px;
	padding-top: 4px;
	padding-right: 3px;
}

.error
{
	color: #FF0000;
}

.successfull
{
	color: #00FF00;
}

.pdf
{
	background: url('/img/pdf.png') top left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}

