.MobilePanelStyle {
    width: 100%;
    background-color: white;
}

.TableStyle {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #2d1203;
    font-size: 12pt;
    line-height: 16pt;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
}

.RowStyle {
    height: 25px;
    /*background-color: beige;*/
}

.RowStyle2 {
    height: 50px;
}

.CellStyle {
    text-align: left;
}

.CellStyle2 {
    text-align:left;
}

.CellStyle3 {
    text-align: center;
}

.LabelStyle {
    color: #2d1203;
    text-align: center;
}

.RequiredLabelStyle {
    padding-left: 5px;
    padding-right: 5px;
    background-color: crimson;
    color: white;
    font-size: 12px;
    border-radius: 8px 8px 8px 8px;
}

.AttentionLabelStyle{
    color: white;
    background-color: forestgreen;
}

.TextBoxStyle {
    width: 92%;
    line-height: 2em;
    height: 25px;
}

.TextBoxNameStyle {
    width: 92%;
    line-height:2em;
    height: 25px;
}

.TextBoxMail1Style {
    width: 44%;
    line-height: 2em;
    height: 25px;
}

.TextBoxMail2Style {
    width: 44%;
    line-height: 2em;
    height: 25px;
}

.TextBoxQestionStyle {
    width: 92%;
    height: 200px;
}

.ButtonSendStyle{

}

.ErrorStyle {
    padding-left: 10px;
    padding-right: 10px;
    color: yellow;
    background-color: tomato;
    border-radius: 10px 10px 10px 10px;
}
