﻿div.block
{
    line-height: 18px;
    margin-bottom: 20px;
}

.simpleTable
{
    width: 100%;
    color: #333;
}

.simpleTable td.title
{
    font-weight: bold;
}

.simplePager
{
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
}

.right
{
    text-align: right;
}

/** Simple Form */
div.simpleForm
{
}

div.simpleForm .formRow
{
    clear: both;
    padding: 2px 0;
    line-height:20px;
}

div.simpleForm .formRow .title {
    width:120px;
    float:left;
    text-align:right;
    padding-right:5px;
}
div.simpleForm .formRow .field {
    text-align:left;
}

div.simpleForm .formRowCenter {
    text-align:center;
    padding:5px 0;
}

/** Simple Boxes */
div.simpleBox {
    width:200px;
    background-color:#eaebef;
    margin-bottom:20px;
}
div.simpleBox h2 {
    background-color:#5d5d5b;
    color:#eff3f6;
    text-align:center;
    display:block;
    padding:4px 0;
    border:1px solid #a39a8b;
    margin:0;
}
div.simpleBox .body {
    min-height:50px;
    padding:5px;
    border-right:1px solid #a39a8b;
    border-left:1px solid #a39a8b;
}
div.simpleBox .footer {
    height:19px;
    background:url('image/layout/box_btm.jpg') left bottom no-repeat;
}