input[type="text"] {
    border: 1px solid #999;
   /* border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;*/
    background: #ffffff !important;
    outline: none;
    height: auto;
    width: 465px;
    color: #333;
    font-size: 14px;
    /*font-family: Tahoma;*/
    padding: 5px 10px 6px 10px;
    margin-bottom: 10px;
}

select {
    border: 1px solid #999;
   /* border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;*/
    background: #ffffff !important;
    outline: none;
    height: auto;
    width: 465px;
    color: #333;
    font-size: 14px;
    /*font-family: Tahoma;*/
    padding: 7px 10px 8px 10px;
    margin-bottom: 10px;
}

input[type="checkbox"] {
	border: 1px solid #999;
	margin: 0 7.5px 0 0;
}