html, body
{
	width:100%;
	height:100%;
}

body
{
	background: url(bg.gif) #FFFFFF;
	font-family: Helvetica,verdana;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration:none;
	outline: none;
}

a:hover
{
	text-decoration:underline;
}

#contentHolder
{
	background: url(content_bg.gif) right repeat-y;
	margin: auto;
	width: 898px;
}

#footer, #content, #mainNav, #head, #top
{
	width: 890px;
	margin-left:1px;
}

#top, #mainNav, #footer 
{
	background: url(stripe_bg.png) #474747;
}

#top
{
	height: 20px;
	text-align: right;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 9px;
}

#footer
{
	text-align: center;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 9px;
}

#top a, #footer a
{
	color: #FFFFFF;
	font-size: 9px;
	font-family: verdana;
	text-decoration: none;
	font-weight:bold;
}

#head
{
	background: url(head_bg.jpg) 1px top no-repeat;
	height: 228px;
	overflow:hidden;
}

#headContent
{
	margin-left:280px;
	height:140px;
	margin-top: 60px;
	text-align:center;
}

#headContent p
{
	font-family:Helvetica,sans-serif;
	font-size: 12px;
}

#head h1
{
	padding:0px;
	margin:0px;
	font-family:sans-serif;
	font-size: 20px;
	font-weight:normal;
}

#mainNav
{
	height: 60px;
}


#mainNav a
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
	font-family:verdana,sans-serif;
	text-decoration: none;
	height:30px;
	width:200px;
	text-align:center;
	vertical-align:center;
	display:block;
	float:left;
	background:url(mainnav_btn.gif) no-repeat center;
	margin-top:10px;
	padding-top:15px;
}

#mainNav a:hover
{
	color: yellow;
}

#content
{
	margin:5px;
	width:880px;
	font-family:Helvetiva,arial,verdana,sans-serif;
	font-size: 12px;
}

#content a
{
	font-weight:bold;
	color:#000000;
}

#content h2
{
	padding:0px;
	margin:0px;
	margin-top:10px;
	font-family:Helvetica,sans-serif;
	font-size: 18px;
	font-weight:normal;
}

.formularLabel
{
	vertical-align:top;
}

.textField
{
	
}

.hint
{
	font-weight:bold;
	color:red;
}


input { border: 1px solid black; margin-bottom: .5em;  }
	input.error { border: 1px solid red; }
	label.error {
		background: url('unchecked.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
		color:red;
	}
	label.valid {
		background: url('checked.gif') no-repeat;
		display: block;
		width: 16px;
		height: 16px;
	}


