﻿table.style1 tr td
{
    width: 250px;
    text-align: left;
    vertical-align: top;
    font-family: Verdana;
    font-size: 12px;
    color: #555;
    padding: 5px 5px;
}

.style1
{
    width: 100%;
}

.style3
{
    padding:4px;
}

.style2
{
    width: 200px;
    font-weight: bold;
    padding: 5px;
}

.CheckBoxList input
{
    margin: 3px 5px 3px 3px;
    background: none;
}
.checkbox input
{
    border: none;
}

.DemoPageTitle
{
    background-attachment: scroll;
    background-color: #EFEFEF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

