html {
    margin: 0;
    padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	font-size: 12px;
	line-height: 16px;
}

#container {
	width: 760px;
	margin: 0 auto;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#header {
	width: 728px;
	height: 187px;
	background-image: url(/images/header.jpg);
	margin: 0 auto;
	text-align: left;
}

#menu {
	width: 728px;
	height: 38px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

#content {
	width: 698px;
	padding: 15px;
	margin: 0 15px;
	text-align: left;
}

#footer {
	width: 760px;
	margin: 0 auto;
	background-image: url(/images/footerbg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#search {
    width: 100%;
    padding-top: 3px;
    text-align: right;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;	
}

div#form-wrap {
	width: 600px;
	margin: 20px auto 20px auto;
}

form#registration label {
	display: block;
	width: 100px;
	float: left;
	padding: 2px;
}

form#registration input {
	width: 180px;
}

form#registration input, form#registration select {
	display: block;
	margin-bottom: 20px;
}

div.status-green {
	padding: 10px;
	display: block;
	border: 1px solid #76af32;
	background: #e5ffc7;
	color: #486921;
}

.formError {
		position:absolute;
		top:300px; left:300px;
		width:150px;
		padding-bottom:15px;
		display:block;
		z-index:5000;
}

.formError .formErrorContent {
	width:100%; 
	background:#000;
	color:#fff;
	font-family:tahoma;
	font-size:10px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.formError .formErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;
	
}

.formError .formErrorArrow div{
	box-shadow: 1px 4px 5px #000;
	-moz-box-shadow: 1px 4px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	font-size:0px; 
	
}

.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;}