/* changes the 'Please enter your details:' text */

.loginText {
        font-family:Verdana, Tahoma, Arial, sans-serif;
        font-size: 16px;
        padding-bottom:20px;
}

/* changes the 'Name, Password etc' text */

.inputLabelText {
        font-family:Tahoma, sans-serif;
        font-size: 12px;
        color:#666666;
}

/* changes the 'login button and >>' text */

.loginButtonText {
        font-family:Tahoma, sans-serif;
        font-size: 14px;
        font-weight:bold;
        text-decoration: none;
}

.loginButtonText:hover {
        text-decoration: none;
}

.loginInputBoxes {
        width: 200px;
/*         background-color: #FFDD00; */
        border: 1px solid #A7C539;
        padding-left:2px;
}

.sendbutton {
    font-family:Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    letter-spacing:-1px;
    border:1px solid #A7C539;
    background-color: #FFDD00;
    color:#666666;
    cursor:pointer;
    cursor:hand;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:5px;
    padding-right:6px;
    text-decoration:none;
}

.sendbutton:hover {
    color:#FFDD00;
    background-color: #A7C539;
    text-decoration:none;
}
