@charset "utf-8";
.fieldsettable .advice {
        font-size:75%;
}
.fieldsettable {
        width: 100%;
        border: 1px solid #626365;
        border-collapse: collapse;
        border-spacing:1px;        
}
.fieldsettable td {
        text-align:left;
        vertical-align:top;
        padding: 1px 2px;
}
.fieldsettable small {
        font-size: 75%;
        color: red;
}
.fieldsettable em {
        font-size: 75%;
}
/* table head */
td#fnid13 {
        text-align:center;
        padding: 1px 0 2px 0;
        font-size: 120%;
        font-weight:bold;
        background-color: #D5DFFF;
}
/* align submit button centered in order form */
td#fnid17 {
        text-align:center;
        padding: 15px 0 5px 0;
}
td#fnid9, td#fvid9{        
        padding-top: 5px;
}
/* product row */
td#fnid16, td#fvid16{
        font-size: 110%;        
        padding: 10px 0 10px 40px;
        background-color: #D5DFFF;
        border-top: 1px solid #cecabe;
        border-bottom: 1px solid #cecabe;        
}
td#fnid16 {
        text-align:right;
        padding-right: 10px;
}
td#fvid16 {
        padding-left:10px;        
}
/* format hr */
.fieldsettable hr {
        color: #cfcfcf;
        height: 1px;
}
div.fieldsetfail {
        background-color: #fab1b1;
        border: 1px solid #fe0303;
        font-weight:bold;
        margin: 3px 0;
}