/*
* If the CMS allows additional stylesheets to be added, this one will be loaded when rendering forms in the front end.
* If not allowed by the CMS, you might want to add these classes to the stylesheet of your website template yourself.
*/
table.nbill-profile td
{
    padding: 2px !important;
}
.nbill_control
{
    width: auto;
}
.nbill_checkbox
{
    margin-bottom: auto;
    margin-top: auto;
    width:15px !important;
    height:15px;
    vertical-align: middle;
    margin-left:0px;
}
.nbill_radio
{
    width: 15px !important;
    height: 18px;
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 3px;
    margin-left: 0px;
    vertical-align: middle;
}
.nbill_radio_vertical
{
    /*height: 18px;*/
}
.nbill_label
{
    /*width:200px;*/
}
.nbill_confirm_value
{
    margin-top: 3px;
}
.nbill_value
{
    float: left;
}
.nbill_field
{
    display: inline;
}
.field_in_error
{
    border: solid 2px #ff0000;
}
.field-title
{
    min-width: 30%;
}