
#ContactUs {width:100%;}

#ContactUs fieldset {
	border:0;
	padding: 0;
height: 450px;
width: 100%;
}

.pad-box {
width: 33%;
float: left;
}

#ContactUs label {
padding-bottom: 10px;
overflow: hidden;
display: block;
position: relative;
width: 100%;
}

#ContactUs input[type="text"], #ContactUs input[type=password], #ContactUs textarea, #ContactUs select {
font-family: Arial, Helvetica, sans-serif;
color: #56473c;
font-size: 1em;
vertical-align: middle;
font-weight: normal;
padding: 8px 13px 8px 15px;
margin: 0;
background: #fff;
border: 5px solid #f0f1ea;
outline: none;
width: 241px;
display: inline-block;
}





h6 {font-family: Arial, Helvetica, sans-serif;
color: #56473c;
	font-size: 14px;
	margin: 0 0 29px;
line-height: 1.2em;
color: #463c31;
text-transform: uppercase;}

.orange {
color: #c85609;
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
overflow: hidden;
height: 0;
width: 100%;
}

#ContactUs input[type="button"] {
color: #c85609;
font-size: 11px;
text-transform: uppercase;

-moz-box-shadow: 0px 1px 0px 0px #fff6af;
        -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
        box-shadow: 0px 1px 0px 0px #fff6af;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
        background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
        
        background-color:#ffec64;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #ffaa22;
        
        display:inline-block;
padding:6px 24px;
cursor:pointer;
}




    #ContactUs input[type="button"]:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        
        background-color:#ffab23;
    }
    #ContactUs input[type="button"]:active {
        position:relative;
        top:1px;
    }
	
	.top-text{font: 12px/20px Arial, Helvetica, sans-serif;
color: #56473c;}

#ContactUs textarea {height:80px; }
.break1 { padding-top:80px; margin-top: 10px;}
.btns {padding-top:70px;}