﻿
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.4 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; 
	color: #6f6f6f;
	background-color: #e1e1e1;
	behavior:url("csshover3.htc");
	text-align: left; 
}

a {
	color: #305782;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	line-height: 20px;
}

h2 {
	font-size: 18px;
	line-height: 17px;
}

h3 {
	font-size: 14px;
	line-height: 14px;
}

h4 {
	font-size: 13px;
	line-height: 12px;
}

h5 {
	font-size: 12px;
	line-height: 10px;
}

h6 {
	font-size: 11px;
	line-height: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 0px;
}


/* MAIN
----------------------------------------------------------------------------------------------------*/
#wrapper{
	text-align: left; 
	margin: 0 auto;
    background: #fff;
    border-left: 1px solid #7B929C;
    border-right: 1px solid #7B929C;
	box-shadow: 0 0 8px 2px #888;
}

#header{
	margin:0 auto;
}


#main{
	z-index: 10;
}

#main .content{
	padding:5px;
	min-height: 300px;
	height: 100%;
	border: 1px solid #e5e5e5;
	margin-top: 16px;
	margin-bottom: 25px;
}

	
	
	

.formlabel
{
    width: 100px; vertical-align: top; float: left;   
}
.ErrorMessage{  font-size: 11px; color: Red; font-weight: normal;}
