/* Form CSS */



form {
	background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 400px;
	width: 500px;
}
#login.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 100%;
	margin-right: 10px;
}

input.submit {
	margin-left: 10px;
	color: #785A96;
	background: #F7F4FB;
	border: 1px solid #9674BE;
	float: left;
	width: 50px;
}

input.reset {
	margin-left: 10px;
	color: #785A96;
	background: #F7F4FB;
	border: 1px solid #9674BE;
	float: left;
	width: 50px;
}
input {
	color: #333333;
	background: #F5F0F9;
	border: 1px solid #CCCCCC;
	width: 200px;
}

select {
	background-color: #DCDOEA;
	color: #333333;
}

textarea {
	background-color: #F5F0F9;
	color: #333333;
	height: 150px;
	width: 475px;
	clear: both;
	float: left;
}

label {
	width: 225px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	color: #666666;
}

fieldset {
	border: 1px solid #C6B0E1;
	width: 500px;
	height: 400px;
	background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-x;
}

legend {
	color: #fff;
	background: #BBA1D0;
	border: 1px solid #781351;
	padding: 2px 6px
}

.required {
	font-size: 0.85em;
	color:#9D78BC;
}


input.btnhov{
	border-color: #F4DFBB #4A3324 #4A3324 #F4DFBB;
}

.label {
	float: left;
	width: 250px;
	color: #666666;
	font-style: italic;
}

input.radio {
	float: left;
	width: 20px;
	margin-right: 10px;
}

input.checkbox {
	float: left;
	width: 20px;
	margin-right: 10px;
}

.surname {
	visibility: hidden;
}
