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

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

#nice-form label {
	display: block;
}

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

#nice-form li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 10px;
}

#nice-form input[type="text"],  #nice-form input[type="password"]{
	height: 21px;
	width: 320px;
	background-color: #f9f9f9;
	border: 1px solid #999;
}

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

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