
.contactMessage
{
    width:400px;
    height:100px;
}

.infoMessage
{
    float:left;
    font-family:Helvetica, Helvetica Neue, Verdana;
    font-size:13px;
    font-weight:400;
    padding:10px;
    margin-bottom:20px;

    background-color:#119FE1;
    color:white;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
}

.messageBox
{
    width:800px;
    padding:30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica;
    background-color: #FFF;
    background-image: linear-gradient(to top, #FFFFFF 0%, #FDFDFD 70%, #F9F9F9 100%);
    color: #3C3C3C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
}
.messageText
{
    width:500px;
    height:150px;
}
