﻿input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"] {
    border-left: 1px solid rgb(217, 217, 217);
    border-top: 1px solid rgb(192, 192, 192);
    border-bottom: 1px solid rgb(217, 217, 217);
    -moz-appearance: none;
    display: inline-block;
    padding: 0px 8px;
    margin: 0px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-right: 1px solid rgb(217, 217, 217);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    -moz-box-sizing: border-box;
    border-radius: 1px;
    font-size: 14px;
    /*color: rgb(64, 64, 64); */
    color:Black;
    height:28px;
    }

.submit
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
    font-weight: bold;
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    /* display: block; */
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
    background: #f3a16e;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3a16e), color-stop(1, #da7333) );
	background: -moz-linear-gradient( center top, #f3a16e 5%, #da7333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a16e', endColorstr='#da7333');
    cursor: pointer;
    padding: 5px 5px;
    margin: 15px 0;
    width: 315px;
    text-align: center;
    border: 1px solid #de7b3d;
}

.submit:hover {
	background:#da7333;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #da7333), color-stop(1, #f3a16e) );
	background:  -moz-linear-gradient( center top, #da7333 5%, #f3a16e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#da7333', endColorstr='#f3a16e');
}