div.niceForm input[type=text], div.niceForm input[type=password], div.niceForm input[type=search], textarea {
    max-width: 490px;
    width: 490px;
    background: #fff;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #DADADA;
    height: 30px;
}

textarea {
    height: 100px;
}

div.niceForm select {
/*    max-width: 450px;*/
/*    width: 450px !important;*/
    background: #fff;
/*    padding: 3px 5px;*/
	height: 25px;
	
/*	-webkit-appearance: menulist-button;*/
/*	-moz-appearance: menulist-button;*/
/*	-appearance: menulist-button;*/
	
    border-radius: 3px;
    border: 1px solid #DADADA;
}

div.niceForm input[type=checkbox] {
    margin-bottom: 3px;
}
