button#cmdSend {
    background: #F88C00;
    color: #fff;
    border: 1px solid #F88C00;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
}
button#cmdGetTranscript {

}


#newMessageLabel label,
.infoRow label,
span.infoLabel {
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

input.infoField,
.textareaInfoField textarea {
    display: block;
    min-height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: block;
    width: 100%;
}
#newTextArea {
    display: block;
    min-height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: block;
    width: 95%;
}
div#divInfoParagraph {
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}
.textareaInfoField, .infoField {
    display: block;
}
#chatHeader {
    margin-top: 10%;
    margin-left: 5%;
    font-size: x-large;
    color: #00529B;
}

