﻿.msgForm
{
    width: 350px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6em;
}
.msgForm label
{
    display: block;
    padding-left: 4em;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
.msgForm label span
{
    display: block;
    width: 4em;
    position: absolute;
    left: 0;
    text-align: right;
}
.msgForm label input,
.msgForm label textarea
{
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.msgForm label textarea
{
    height: 5.4em;
}
.msgForm .btn-box
{
    text-align: center;
    padding-left: 4em;
}
.msgForm .btn-box input
{
    width: 6em;
    font-size: 14px;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    font-family: inherit;
}
.msgForm .btn-box input[type=submit]
{
    background-color: #0077c7;
    border: 0;
    color: #fff;
}
.msgForm .btn-box input[type=submit]:hover
{
    background-color: #006bb3;
}