﻿body 
{
	margin:0px;
}
body, html 
{
	width:100%;
	height:100%;
	background-color:#141414;
	color:White;
}
.middle 
{
	width:984px;
}
.topbottomlines 
{
	border-top:1px solid #434343;
	border-bottom:1px solid #434343;
}
.top_back 
{
	
	height:93px;
	background-image:url(/images/topback.jpg);
}

a img 
{
	border:none;
}

p, td, th, input, select
{
	font-family:Georgia, Times New Roman;
	color:#141414;
	font-size:12px;
}

h1 
{
	font-size:24px;
	color:#838487;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2 
{
	font-weight:normal;
	font-size:18px;
	color:#141414;
}

.field_normal,
.field_normal_over,
.field_focus,
.field_error,
.field_error_over,
.field_error_focus,
.field_disabled
{
	border:1px solid #CCCCCC;
	padding:4px;
	
}
.field_normal_over 
{
	background-color:#F2F2F2;
	border:1px solid #BBBBBB;
}

.field_focus
{
	border:1px solid #F67900;
}
.field_error
{
	border:1px solid #D90000;
}
.field_error_over
{
	background-color:#F2F2F2;
	border:1px solid #DD0000;
}
.field_error_focus
{
	border:1px solid #FF0000;
}
input
{
	width:300px;
}
label 
{
	
}
table.center 
{
	margin-left:auto;
	margin-right:auto;
}
table.form_table 
{
	margin-left:auto;
	margin-right:auto;
	width:450px;
}
h3 
{
	font-weight:bold;
	color:#F78908;
	font-size:16px;
	background-color:#F2F2F2;
	padding:5px;
	border:1px solid #CCCCCC;
	
}
input.button 
{
	padding:5px;
	text-align:center;
}
p.center 
{
	text-align:center;
}
table.bottom 
{
	width:984px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	margin-top:10px;
}
table.bottom td,
table.bottom td a
{
	color:#555555;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}
table.bottom td a:hover 
{
	color:#777777;
}

a 
{
	color:#B34700;
}
a:hover 
{
	text-decoration:none;
}
