body {
	font: 12px Verdana, Helvetica, sans serif;
	padding: 0px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content {
	margin: 15px;
}

input, textarea, select {
/*	background-color: #e3edf5;
*/	font: 11px Verdana, Helvetica, sans serif;
	color: #000;
}

h1, h2, .text-rot{
	color: #CC0000;
	}
	
h1, h2{
	margin-left: 15px;
	}
	
h1{
	font-size: 1.2em;
	}
	
h2{
	font-size: 1em;
	}

* html {
	margin-bottom: -17px;
}

#contentarea {
	width: 817px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background-image: url(/images/layout/contentarea_bg.gif);
	background-repeat: repeat-y;
}

.clear_both {
	clear: both;
}

#popup #content fieldset label {
	display: block;
}

#popup #content fieldset input, #popup #content fieldset textarea {
	width: 300px;
}


form.grouped_form fieldset,
form.block fieldset {
	margin-bottom: 15px;
	line-height: 2;
}

form.grouped_form fieldset legend {
	color: #CC0000;
	font-weight: bold;
}

* html form.grouped_form fieldset,
* html form.block fieldset {
	padding: 0px 10px 10px 10px;
}

* html form.grouped_form fieldset legend,
* html form.block fieldset legend {
	margin-left: -6px;
}

form.grouped_form fieldset div {
	clear: both;
}

form.grouped_form fieldset label {
	display: block;
	float: left;
	width: 140px;
}

form.grouped_form fieldset input {
	width: 250px;
}

form.grouped_form fieldset textarea {
	width: 250px;
	height: 60px;
}

form.grouped_form fieldset input.half_small {
	width: 77px;
}

form.grouped_form fieldset input.half_big {
	width: 165px;
}

.error {
	font-weight: bold;
	color: #cc0000;
}

.hide {
	display: none;
}

#Header {
  padding: 0;
  background-image: url(/images/header.jpg);
  height: 116px;
  margin-bottom: 20px;
}

#Logo {
  width: 349px;
  padding-left: 20px;
  padding-top: 13px;
}

