body, html
{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", "Arial", "sans-serif";
	font-size: 15px;
	color: #333;
	height: 100%;
}

p, h1, h2, h3, h4
{
	margin: 0 0 15px 0;
	padding: 0;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4
{
	font-weight: bold;
	text-shadow: #FFF 1px 1px 1px;
}

h1, .h1
{
	font-size: 2.8em;
}

h2, .h2
{
	font-size: 2.2em;
}

h3, .h3
{
	font-size: 1.6em;
}

h4, .h4
{
	font-size: 1.1em;
}

a
{
	font-weight: bold;
	text-decoration: underline;
	color: #397a47;	
	border: 0;
}

a img
{
	border: 0;
}

a:hover
{
	text-decoration: none;
}

input, 
textarea, 
select
{
	padding: 3px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", "Arial", "sans-serif";
	font-size: 15px;	
}

input, 
textarea
{
	border: 1px solid #CCC;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;	
	background-image: url('/img/input_bg.png?hejhejhejhej');
	background-repeat: repeat-x;
	background-position: top;
}

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

input[type="text"],
input[type="password"]
{
	width: 200px;
	padding: 5px 0 5px 5px;	
}

table thead, 
table tfoot
{
	background-color: #CCC;
}

table tfoot td
{
	text-align: center;
}

table td, 
table th
{
	vertical-align: center;
	padding: 6px 15px;	
	text-align: left;
	padding-right: 15px;
}

form table
{
	border: 1px dashed #CCC;
	border-width: 1px 0 1px 0;	
	padding: 20px 0;
	margin-bottom: 20px;
}

form table td, 
form table th
{
	padding-left: 0;
}

label
{
	white-space: nowrap;
}