.required:after{content:' *';} 

.contact-us p{
                padding:4px 0;
                margin:0;
}

.contact-us label {
    display:block;
    padding-bottom:5px;
    margin-top:12px;
}

.contact-us ul{
                margin:0;
                padding:0;
}
.contact-us li {
    list-style:none;
    margin:0;
    padding-bottom: 0 0 20px;

}

.contact-us li input[type="text"] {
    padding:5px 0 0 5px;
    height:27px;
    width: 90%;

}

.contact-us li textarea {
    padding:5px 0 0 5px;
    height:110px;
    width: 98%
}

.contact-us input[type="submit"]{
    cursor:pointer;
    padding:3px 8px;
    margin-top: 12px;
}

.contact-us li br {
	display: none;
}

#captcha {
	margin-top: 12px;
	width:auto;
}




#send{
    cursor: pointer;

    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

    padding: 6px 14px 7px;

    border: 1px solid #ccc;
    border-bottom-color: #bbb;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;

    color: #333;

    font-size: 13px;
    line-height: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#send:hover {
    background-position: 0 -15px;
}