#registration {
	float: left;
	width: 690px;
	z-index: 1;
}

#registration label, #registration input, #registration select {
    display: block;
    margin-bottom: 10px;
    float: left;
}

#registration label {
    text-align: right;
    padding-right: 30px;
    width: 150px;
}

#registration input, #registration select {
    border: 1px solid #FFF;
	font-weight: bold;
    color: #000;
    width: 160px;
}

input.formhide {
	border: 0px !important;
    width: 0px !important;
    visibility: hidden !important;
}

#registration input.check {
	width: 30px;
	border: 0px;
}

#registration select.registerwide {
	width: auto;
}

#help, #help2 {
	margin-left: 50px;
	padding: 2px;
	width: 580px;
	background: #4169e1;
	border: 2px solid #FFF;
	font-size: 80%;
	font-weight: bold;
	z-index: 2;
	text-align: center;
}

#help {
	height: 85px;
}

#help2 {
}

#miniphoto {
	float: left;
	z-index: 2;
	margin: 10px;
}

#miniphoto IMG {
	padding: 5px 5px 5px 5px;
	background: #4169e1;
	border: 2px solid #FFF;
	width: 200px;
}


.helptitle {
	font-size: 130%;
	font-weight: bold;
}


/*******************************************************************************/

#formcontainer {
	text-align: left;
}

#formbox, #contactformbox {
	padding: 5px;
	background: #31a105;
	color: #000;
	border: 2px solid #FFF;
	font-weight: bold;
}	

#formbox {
	width: 300px;
	margin: 10px 0px 10px 188px;
}

#contactformbox {
	width: 400px;
	margin: 10px 0px 10px 138px;
}



#formbox label, #formbox input, #contactformbox label, #contactformbox input {
    display: block;
    margin-bottom: 10px;
    float: left;
}

#formbox label, #contactformbox label {
    text-align: right;
    padding-right: 10px;
    width: 120px;
}

#formbox input, #contactformbox input {
    border: 1px solid #FFF;
	font-weight: bold;
    color: #000;
    width: 130px;
}

a.forgotten:link, a.forgotten:visited, a.forgotten:hover, a.forgotten:active {
	font-weight: normal; 
	font-style: italic;
} 