fieldset {
	width:   550px;
	padding: 10px 10px 10px 0px;
	bord/er:  solid 1px #000;
	border: 0px;
}

input, textarea, select, div, label {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

input, select, textarea {
	width: 245px;
	margin: 2px 18px 12px 0px;
	padding-left: 2px;
}

textarea {
	width: 518px;
	height: 83px;
	margin-bottom: 5px;
}

select {
	width: 524px;
	scrollbar-base-color: #0098ff; scrollbar-arrow-color: #006898;
}

label {
	outline: solid 1px transparent;
	color: #345159;
	width: 265px;
	float: left;
	margin: 0px 10px 2px 0px;
	display: block;
}

#mandatory {
	color: #345159;
	margin: 0px 0px 0px 445px;
}

legend {
	background-color: #82B8C4;
	font-weight: bold;
	font-size: 12pt;
	color: #345159;
	margin: 0px 0px 10px 0px;
	padding: 4px 12px;
}

input[type="button"], input[type="submit"]  {
	float: right;
	cursor: pointer;
	width: 65px;
	border: 0px;
	text-align: right;
	color: #345159;
	height:12px;
	margin: 10px 25px 25px 180px;
	background-color: transparent;
	background-image:url(../image/submit.gif);
	background-repeat:no-repeat;
}

input[type="checkbox"]  {
	float: left;
	border: 0px;
	width: 15px;
	margin: 25px 0px;
	background-color: transparent;
}

.inputError {
	outline: solid 1px #d01e1e;
}

#ErrorMessageRegistration, #ErrorMessageLogin, #ErrorMessagePwForgotten {
	height: 18px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	margin: 15px 0px 0px 20px;
}

#SubmitFeedback {
	position: absolute;
	margin: 100px 25px 0px 25px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: #707475;
}
