/*COPY AND PASTE THIS CSS IN TO: login.css****************************/

body {
	margin-top: 100px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.textbox{
    width: 275px;
	height: 24px;
	border:1px solid #CCCCCC;
}

.loginText{
	font-size: 14px;
	color: #999999;
}

.wrapper{
	height: 500px;
	width: 978px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#tblMain, #tblForgot
{
	margin-top: 95px;
}
/*COPY AND PASTE THIS CSS IN TO: EmailCampagin.css*************************/

.footer
{
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    clear: both;
    height: 20px;
    width: 960px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E97424;
    padding-top: 60px;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
	border: 2px solid #E97424;
}
.footer a
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E97424;
    text-decoration: none;
}
.footer a:active
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E97424;
    text-decoration: none;
}
.footer a:hover
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
