﻿#contact-us-dialog input.text
{
    width: 300px;
}
#contact-us-dialog textarea
{
    width: 300px;
    height: 50px;
}
.blue-button-75
{
    background: url("../../../resources/common/blue-btn-75x25.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
}

.alt-error {
    display: none;
    color: #f00;
    font-style: italic;
}
