.rows_form
    {
        background: #BBBBBB url(../ownimages/form_background.jpg) 50% 0 repeat-x;
        border: 1px solid #CCCCCC;
        padding: 5px;
        padding-bottom: 2px;
    }
.rows_input
    {
        padding: 2px 4px;
        height: 13px;
    }
.rows_button
    {
        color: #fc460e;
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 5px;
        height: 24px;
    }


.rows_button_front {
cursor:pointer;
display:inline-block;
margin-right:0.1em;
overflow:visible;
padding:0;
position:relative;
text-align:center;
text-decoration:none !important;
-moz-border-radius:4px 4px 4px 4px;
border:1px solid #168B61;
color:#222222;
font-weight:normal;
font-family:Verdana,Arial,sans-serif;
background:url("css/veldhuizen-theme/images/ui-bg_highlight-soft_75_168b61_1x100.png") repeat-x scroll 50% 50% #168B61;
font-size:1em;
height:24px;
}

.rows_select_small
    {
        font-size : 11px;
        padding: 2px 4px;
        height: 20px;
        width: 220px;
    }
.rows_select_wide
    {
        width: 400px;
    }
.rows_table
    {
        background: #CCCCCC;
        padding: 0px;
    }
.rows_tabel {
        .padding: 0px;
    }
.rows_td {
        background: #FFFFFF;
        padding: 1px 4px 1px 4px;
    }

/*Display pricelist*/

.rows_rcolumn {
        width: 70px;
        text-align: right;
        padding-right:5px;
    }
.rows_mcolumn {
        width:15px;
        text-align: center;
    }
.rows_thead {
        font-weight: normal;
        text-align: left;
        background: transparent;
    }
.rows_footer1 {
        border-top: 1px solid #B4B4B4;
        font-size: 14px;
        margin: 0px;
    }
.rows_footer2 {
        font-style: italic;
        margin: 0px;
    }
.rows_footer3 {
        width: 100%;
        margin: 0px;
        text-align: justify;
        font-size: 30px;
        font-weight: normal;
        line-height:125%;
    }
.rows_picture {
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    padding: 3px;
    font: 11px/1.4em Arial, sans-serif;
}
.rows_picture img {
    border: 1px solid #CCCCCC;
    vertical-align:middle;
    margin-bottom: 3px;
}
