﻿div.block
{
    line-height: 18px;
    margin-bottom: 20px;
}

table.simpleTable
{
    color: #aaaaaa;
}

table.simpleTable tr td label
{
    float:right;
    width:100px;
    text-align:right;
}

.simpleTable td.title
{
    font-weight: bold;
}

.simplePager
{
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
}

/** 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 .formRowCenter {
    text-align:center;
    padding:5px 0;
}

.colRight {
    text-align:right;
    padding-right:10px;
}

.note {
	padding:3px;
	margin-bottom:10px;
	font-weight:bold;
	border:1px solid #aaa;
	text-align:center;
	background-color:#333;
}