#nice-form * {
	margin: 0;
	padding: 0;
}

#nice-form {
	/*margin-left: 10px;*/
}

#nice-form label {
	display: block;
}
#nice-form label.small {
	display: inline;
}

#nice-form ol {
	list-style-type: none;
}

#nice-form li {      
	padding-bottom: 10px;
}

#nice-form li.small {   
	float:left;
}

#nice-form li.clear
{
	clear: both;
}
#nice-form li.clear2
{
	clear: both;
	height:0;
}

#nice-form input[type="text"],  #nice-form input[type="password"]{
	height: 24px;
	width: 313px;
	/*background-color: #f9f9f9;
	border: 1px solid #999*/
	border:0;
	background: url('/img/field.jpg') no-repeat;
	padding:3px;
	font-size:11px;
}
#nice-form input.small{
	height: 24px;
	width: 164px;
	border:0;
	background: url('/img/field_small.jpg') no-repeat;
	padding:3px;
	font-size:11px;
}

#nice-form textarea {
	width: 313px;
	/*background-color: #f9f9f9;*/
	border: 1px solid #C0C0C0;
	font-size:11px;
}

#nice-form select {
	width: 320px;
	background-color: #f9f9f9;
	border: 1px solid #999;
}

.nfo
{
	margin-left:20px;
	color:#FFE49D;
	font-size:11px;
}