input[type="radio"]
{
    border: none;
    width: auto;
    padding: 0px;
    margin: 0px;
}
input[type="checkbox"]
{
    border: none;
    width: auto;
    padding: 0px;
    margin: 0px;
}
input[type="text"], input[type="password"], textarea
{
    width: 300px;
}
select
{
    width: 312px;
    border: 1px solid silver;
    box-shadow: 0 2px 2px 1px #E4E3E3 inset;
    color: #000000;
    outline: medium none;
    padding: 5px;
    transition: all 0.3s ease-out 0s;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
}
.plain td
{
    padding: 10px 25px 10px 25px;
}
.NormalText td strong
{
    padding-right: 5px;
}
.NormalText td
{
    padding: 10px 0px 10px 0px;
}
.blue-header
{
    background-color: #0079C1;
    color: #FFFFFF;
    float: left;
    padding: 30px 20px 32px 20px;
    width: 984px;
    font-size: 45px;
    font-weight: normal;
}
h1
{
    margin: 0px 0px 20px 0px !important;
}
.maincontent-wrapper
{
    background-color: White;
    padding: 20px;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #333333;
}
.maincontent-wrapper a
{
    font-weight: 400 !important;
}
.mainarticle
{
    overflow: hidden;
    clear: both;
}
.button
{
    background: #0079c1 url("btn_submit_icon.png") no-repeat scroll 90% 50%;
    border: none;
    outline: 0 none;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 16px;
    padding: 6px 50px 6px 15px;
}
.button:hover
{
    cursor: pointer;
}
b , strong
{
    font-weight: normal;    
    color: #000000;
}
