/*
 @import url(https://fonts.googleapis.com/css?family=Roboto);
*/


.legend
{
    color: #4080F0;
    font-weight: 900;
    font-family: sans-serif;
    font-size: 14pt;
    width: 6em;
    margin-right: 1em;
}

P#error-msg
{
    text-align: left;
    background-color:#ff4040;
    color: white;
    font-size: 12pt;
    font-family: sans-serif;
    margin-left: auto;
    margin-right: auto;
    padding-left: 200pt;
}

#error-msg P
{
    text-align: left;
    padding-bottom: 3pt;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#info_message
{
    text-align: center;
    font-size: 15pt;
    font-family: sans-serif;
    padding-top: 20pt;
    padding-bottom: 30pt;
}

#button_group BUTTON, #button_success
{
    margin-bottom: 20pt;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #102010;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-family: sans-serif;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-style: outset;
    border-width: 2.5pt;
    border-color: #D3D3D3;
    float: right;
    border-radius: 20pt;
    text-shadow: 1px 1px 1px #FFF;
    background-color: rgba(0, 0, 0, 0.02);
    min-width: 12em;
}

#button_group BUTTON:hover, #button_success:hover
{
    border-color:#8fff8f;
    border-color: red;
    background-color: #ffffe0;
    cursor: pointer;

}

.entry
{
    position: relative;
    top: -1.4em;
    left: 6.0em;
    white-space: nowrap;
}

.entry:before
{
    content: ":";
    font-size: 14pt;
    color: black;
    font-weight: 900;
    text-align: right;
    vertical-align: top;
    padding-right: 0.8em;
    white-space: nowrap;
}


#all
{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: 30px;
    border-style:groove;
    border-color: #dcdcec;
    border-width: thick;
    background-color: white;
    color: gray;
    padding: 5pt;
    padding-bottom: 15pt;
    font-family: serif;
    font-size: 12pt;
    width: 950px;
}

#hddr
{
    position: relative;
    top: 0;
    left: 0;
    font-style: normal;
    font-family: cursive;
    font-weight: normal;
    font-size: 45pt;
    text-align: center;
    color: #205888;
    margin-bottom: 45px;
    margin-top: 10px;
    background-color: #f0f0f0;
}

#hint-from
{
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: 100;
    color: black;
    font-style: italic;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
    margin-top: -8px;
    position: relative;
    top: -16px;
    left: 150px;
    opacity: 0.7;
}

#button-group
{
    position: relative;
    top: 5.1em;
    right: 0;
    float: right;
    display: block;
    width: 13em;
    z-index: 20;
}

input, textarea
{
    border-style: inset;
    border-width: 2pt;
    border-color: #B0ADAC;
    width: 45em;
}

#entry-from, #entry-subject
{
    width: 570px;
}

#entry-message
{
    width: 780px;
}

#success_block
{
    display: none;
}

#button_success
{
    text-align: center;
    width: 100%;
    margin-bottom: 10pt;
}
