input.input_styled {
    width:190px;
    height:40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border:0;
    padding:0;
    margin:0;
    padding-left:4px;
    background-color: #E0E0E0;
    color:black;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(custom_input_checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(custom_input_radio.gif) no-repeat;
}
.select {
    background: url("select.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    font: 14px arial,sans-serif;
    height: auto;
    overflow: hidden;
    padding: 12px 44px 20px 10px;
    position: absolute;
    width: 190px;
}

select.styled {
    opacity: 0;
    position: relative;
    width: 201px;
    z-index: 5;
    cursor: pointer;
    height: auto;
    -webkit-appearance: none; /*safari*/
}

select.styled option {
    background-color: white;
    font-size: 16px !important;
    padding: 8px;
    margin:0;
    padding:0;
    
}
