/*
 *  Document   : vp.css
 *  Created on : 15.07.2010
 *  Author     : Shade
 *  Version    : 1.0
*/

#statPane {
    width:60%;
    background-color:#ECECF5;
    border:1px solid #C5CCF5;
    padding:2px;
}
#pathTable {
    font-size:10pt;
    padding:0;
    background-color:#FFE4CE;
}
#pathTable td {
    font-weight:normal;
    padding:2px;
}
#status {
    color:red;
}
#formPlace, #formStatus {
    width:100%;
}
#sendBack {
    padding:5px;
}
#textMessage {
    text-indent:20px;
}
#vs-form {
    font-size:1em;
}
#vs-form table {
    border:1px solid #bdc6e0;
    border-collapse:collapse;
    width:100%;
    background-color:#fafafa;
}
#vs-form table td {
    padding:5px;
    vertical-align:top;
}
#vs-form table td input {
    min-width:30em;
    width:90%;
}
#vs-form table td textarea {
    width:90%;
}
#vs-form table td #sbmBtn {
    min-width:0em;
    width:auto;
}
#vs-form .vs-label {
    width:30%;
}