.contactus-border-bottom-line
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image:         url("../images/dashed-line.png");
                        
    background-origin: padding-box;
    background-position: -1px bottom;
    background-repeat: repeat-x;
    background-size: auto auto;
}

.contactus-title {
    font-size: 20px;
    color: #999999;
}

.contactus-title-2{
    font-size: 18px;
    color: #404040;
    padding-top: 8px;
}
.contactus-body{
    padding-top: 4px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #333333;
}   