﻿.textInput-long2, .textInput-long, .textInput-medium, .textInput-medium2, .textInput-short,
.textInput-xShort {
    height: 16px;
    line-height: 16px;
    text-indent: 5px;
    font-size: 11px;
    font-family: tahoma;
    color: #FFF;
    border: 1px solid #FFFFFF;
    background: #034262;
}

.textInput-long2 {
    width: 422px;
}

.textInput-long {
    width: 320px;
}

.textInput-medium {
    width: 150px;
}

.textInput-medium2 {
    width: 242px;
}

.textInput-short {
    width: 80px;
}

.textInput-xShort {
    width: 40px;
}

.textInput2-long, .textInput2-medium, .textInput2-medium2, .textInput2-short {
    height: 16px;
    line-height: 16px;
    text-indent: 5px;
    font-size: 11px;
    font-family: tahoma;
    color: #034262;
    border: 1px solid #034262;
    background: #FFFFFF;
}

.textInput2-long {
    width: 320px;
}

.textInput2-medium {
    width: 180px;
}

.textInput2-medium2 {
    width: 242px;
}

.textInput2-short {
    width: 80px;
}

.green {
    background: #89bf40;
}

.error {
    background: #D0D0D0;
}

.error2 {
    background: #990000;
}

.checkbox {
    height: 16px;
    line-height: 16px;
    text-indent: 5px;
    font-size: 11px;
    font-family: tahoma;
    color: #FFF;
    border: 1px solid #5d7095;
    background: #2e4a8c;
    width: 17px;
}

.selectBox-long, .selectBox-medium, .selectBox-short {
    height: 20px;
    line-height: 16px;
    font-size: 11px;
    font-family: tahoma;
    color: #FFF;
    border: 1px solid #fff;
    background: #034262;
}

.selectBox-long {
    width: 320px;
}

.selectBox-medium {
    width: 150px;
}

.selectBox-short {
    width: 80px;
}

.textArea-long, .textArea-register, .textArea-full, .textArea-full2 {
    padding-left: 5px;
    font-size: 11px;
    font-family: tahoma;
    color: #034262;
    border: 1px solid #034262;
    background: #FFFFFF;
}

.textArea-register {
    width: 370px;
    height: 60px;
}

.textArea-long {
    width: 315px;
    height: 60px;
}

.textArea-full {
    width: 489px;
    height: 100px;
}

.textArea-full2 {
    width: 489px;
    height: 50px;
}

.button1 {
    font-size: 11px;
    font-family: tahoma;
    color: #FFF;
    height: 18px;
    border: 1px solid #4b754b;
    background: #457a18 url('../img/bg_button1.gif') left top repeat-x;
}

.message-container {
    color: #034262!important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    border: 1px solid #034262;
    background-color: #FFFFFF;
    text-align: center;
}

.message-container2 {
    color: #034262!important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    border: 1px solid #034262;
    background-color: #FFFFFF;
    text-align: center;
}

.message-container-content {
    color: #FFF!important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    border: 1px solid #FFF;
    background-color: #034262;
    text-align: center;
}