﻿.onlineServices
{
    padding-top: 20px;
    height: 100px;
    color: #625C51;
    line-height: 1.333em;
    font-family: Arial, Helvetica, sans-serif;
    width: 266px;
}

.onlineServices input[type=text]
{
    border: 1px solid #2A774C;
    background: #FFFFFF;
    width: 260px;
    height: 18px;
    font-size: 1em;
    padding-left: 8px;
    padding-top: 2px;
    color: #625C51;
}

.onlineServices input[type=password]
{
    border: 1px solid #2A774C;
    background: #FFFFFF;
    width: 125px;
    height: 18px;
    font-size: 1em;
    padding-left: 8px;
    padding-top: 2px;
    color: #625C51;
}

.submitSend {
    background: none repeat scroll 0 0 #2A774C;
    border: 1px solid #2A774C;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 0.77em;
    height: 30px;
    line-height: 1.2307em;
    margin-left: 180px;
    margin-top: 29px;
    padding-bottom: 4px;
    text-decoration: none;
    width: 60px;
}
.submitSend:hover
{
    background: #00874B;
}
