﻿
.noformButton
{
    display: none;
}
.formButton
{
    margin-top: 5px;
    background: transparent url( 'images/greenbutton.png' ) no-repeat left;
    height: 27px;
    width: 112px;
    font-size:16px;
    border: none;
    text-align: center;
    color: Black;
    font-weight: bold;
    clear: right;
    overflow: hidden;
    float:  none;
    padding:  0px 5px 0px 5px;
}
.formButton:hover
{
    
    background: transparent url( 'images/greenbutton.png' ) no-repeat right; 
    height: 27px;
    width: 112px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}

.newsletterWrapper .formButton
{
    font-size: 14px;
    margin-top:10px;
    margin-left: 0px;
    float:right;
    margin-bottom: 5px;
    padding-bottom:3px;
    display:  inline;
}
.rotatorWrapper
{
    width: 680px;
    height: 400px;
    position: relative;
    margin: 0px;
}
.rotatorWrapper .formButton
{
    padding: 5px 0px 0px 0px;
    z-index: 5;
    height: 27px;
    position: absolute;
    display: block;
    top: 350px;
    bottom:10px;
    right: 20px;
    width: 154px;
    color:White;
    font-weight:bold;
    background: transparent url( 'images/bluebutton.png' ) no-repeat left;
}
.rotatorWrapper .formButton:hover
{
    background: transparent url( 'images/bluebutton.png' ) no-repeat right;
    cursor: pointer;
}
.loginButton
{
    margin-top: 5px;
    background: transparent url( 'images/loginbutton.png' ) no-repeat left;
    height: 32px;
    width: 136px;
    font: normal 90%/100% Arial, Tahoma;
    border: none;
    text-align: center;
    color: White;
    font-weight: bold;
    position: relative;
    display: none;
}
.loginButton:hover
{
    background: transparent url( 'images/loginbutton.png' ) no-repeat right;
    cursor: pointer;
}
.registerButton
{
    position:absolute;
    top: 40px;
    right:20px;
    background: transparent url( 'images/mydimwit.png' ) no-repeat left;
    height: 32px;
    width: 134px;
    font: normal 90%/100% Arial, Tahoma;
    border: none;
    text-align: center;
    color: White;
    font-weight: bold;
}
.registerButton:hover
{
    background: transparent url( 'images/mydimwit.png' ) no-repeat right;
    cursor: pointer;
}
.closeButton
{
    float: right;
}
.addButton
{
    margin-top:-30px;
    float:right;
}