/* Regisztracio */
input.error {
	border: 1px solid #FF0000;
}

#linkContainer {
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}

span.error, #errormsg {
	color: #FF0000;
	font-weight: bold;
}

fieldset {
	width:660px;
	margin:20px;
	padding:10px;
	margin-left:25px;
	text-align: left;
}

fieldset div br {
	display: none;
}

/* Style the legend, labels and the div containing the submit button. */
legend {
	color: #333;
	margin: 0px;
	padding : 0.5em;
	text-transform: uppercase;
}

label {
	width: 160px;
	float: left;
	font-weight: bold;
}

#registrationSubmit {
	clear : both;
	text-align : center;
	width: 155px;
	background: transparent url(../cms/pics/elkuld.gif) no-repeat;
}

fieldset div {
	margin: 4px;
	padding: 0px;
}

fieldset div.fm-optional {
	display: none;
}

fieldset div input {
	width: 250px; /* Width for modern browsers */
	background-color:#F2FFF3;
	border:1px solid gray;
	padding: 1px;
}

fieldset div select {
	width: 200px; /* Width for modern browsers */
	border: 1px solid #CCC;
	padding: 1px;
}

fieldset div label:before {

}

fieldset div.fm-optional label:before {
	content: "";
}

/* Optional fields. */

.fm-optional input {
	border: 1px solid #CCC;
}

fieldset p {
	clear: both;
}

#fm-postcode, #fm-postcode2, #fm-postcode3 {
	width: 45px;
}

#fm-city, #fm-city2, #fm-city3 {
	width:197px;
}

.radio, .checkbox {
	width: auto;
}
