input[type="text"],select {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff, #ffffff 1px, #ffffff 20px) repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 0 0 2px #dddddd;
    padding: 0 7px;
    height: 26px;
	margin-top:5px;margin-bottom: 5px;
}
textarea {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff, #ffffff 1px, #ffffff 20px) repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 0 0 2px #dddddd;
    padding: 7px;
	margin-top:5px;margin-bottom: 5px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    background: #ffde00 !important;
    border-bottom: 3px solid #c3aa00 !important;
    border-radius: 5px !important;
    border:none !important;
    font-weight: bold !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    color: #000 !important;
    height:30px !important;
    padding: 3px !important; 
    display: inline-block !important;
    font-family: arial,helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 4px 10px !important;
    text-decoration: none !important; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:0;   
}


input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { background-color: #ff3c2c !important; border-bottom: 3px solid #c02d21 !important; color: #FFFFFF !important }