/* 
    Document   : login
    Created on : 05.06.2013, 17:56:37
    Author     : psal
    Description:
        Purpose of the stylesheet follows.
*/

.giataInputInner {
    background-color: transparent;
    border: 0 none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.giataTextBoxError {
    border-color: #D46464 !important;
    background-color: #FFEBEB !important;
}

.infoBox {
    position: relative;
    margin: 10px auto;
    padding: 10px;
    /*background-color: #7197C2;*/
    background-color: #436A96;
    border-radius: 5px;
    width: 340px;
    color: #FFF;
    font-weight: 600;
}

.infoBox .dijitButton .dijitButtonNode {
    width: 172px;
    margin-right: -2px;
}

.infoBox table {
    width: 100%;
    text-align: right;
}

.infoBox table .halfsizeColumn {
    width: 180px;
}

.infoBox table .maxsizeColumn {
    width: 280px;
}

.infoBox table .maxsizeColumn .dijitTextBox {
    width: 280px;
}

.infoBox table .maxsizeColumn .dijitButton .dijitButtonNode {
    width: 272px;
    margin-right: -2px;
}

.infoBoxPrologue {
    margin-bottom: 10px;
}