form#ClientInqueryAddForm div label {
    width: 125px;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 15px 0 0;
    text-align: right;
    font-family: arial;
    color: #333366;
}

form#ClientInqueryAddForm div {
    padding: 5px 0 0 0;
    width: auto;
}

form#ClientInqueryAddForm div.checkbox {
    margin-left: 125px;
}

form#ClientInqueryAddForm div.error-message {
    display: inline;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

div.form.client_inquery {
    margin: 0;
    padding: 10px;
    width: auto;
}

div.form.client_inquery fieldset {
    width: 500px;
}

form#ClientInqueryAddForm div.session_flash_message {
    padding: 0;
    margin: 0;
}

form#ClientInqueryAddForm div.session_flash_message {
    padding: 0;
}

form#ClientInqueryAddForm div.session_flash_message div {
    padding: 0;
}

div.session_flash_message span {
    display: block;
    padding: 10px;
}

div#profile {
    border: solid 1px #ffffff;
    padding: 5px;
    float: right;
    margin: 0 30px 0 15px;
    background: url("/img/backgrounds/black_50.png");
}

div#profile img {
    border: solid 1px #ffffff;
}

/* White Background */
div.roundWhiteBG .t {background:  url('/img/corners/ow_dot.gif') 0 0 repeat-x; }
div.roundWhiteBG .b {background:  url('/img/corners/ow_dot.gif') 0 100% repeat-x}
div.roundWhiteBG .l {background:  url('/img/corners/ow_dot.gif') 0 0 repeat-y}
div.roundWhiteBG .r {background:  url('/img/corners/ow_dot.gif') 100% 0 repeat-y}
div.roundWhiteBG .bl {background: url('/img/corners/ow_bl.gif') 0 100% no-repeat}
div.roundWhiteBG .br {background: url('/img/corners/ow_br.gif') 100% 100% no-repeat}
div.roundWhiteBG .tl {background: url('/img/corners/ow_tl.gif') 0 0 no-repeat}
div.roundWhiteBG .tr {background: url('/img/corners/ow_tr.gif') 100% 0 no-repeat; padding:10px}

/* Color Background */
div.roundOrangeBG {color: #ffffff; margin: 5px 0 15px 0;}
div.roundOrangeBG .bl {background: url('/img/corners/o_bl.gif') 0 100% no-repeat #e68200;}
div.roundOrangeBG .br {background: url('/img/corners/o_br.gif') 100% 100% no-repeat}
div.roundOrangeBG .tl {background: url('/img/corners/o_tl.gif') 0 0 no-repeat}
div.roundOrangeBG .tr {background: url('/img/corners/o_tr.gif') 100% 0 no-repeat; padding:10px}

div.roundRedBG {color: #ffffff; margin: 5px 0 15px 0;}
div.roundRedBG .bl {background: url('/img/corners/red_bl.gif') 0 100% no-repeat #ff0000;}
div.roundRedBG .br {background: url('/img/corners/red_br.gif') 100% 100% no-repeat}
div.roundRedBG .tl {background: url('/img/corners/red_tl.gif') 0 0 no-repeat}
div.roundRedBG .tr {background: url('/img/corners/red_tr.gif') 100% 0 no-repeat; padding:10px}

div.roundOrangeBG .clear {font-size: 1px; height: 1px}

