/* CSS Document */
body
{
margin:0px;
padding:0px;
background:#000;

}

a.signuplink{ font: bold 11px tahoma; color: #006666; text-decoration:none;}
a.signuplink:hover{ font: bold 11px tahoma; color: #333; text-decoration:underline;}

.body-content_bg{ background:url(../images/body_bg2.jpg) repeat-y top;}
.content-top-bg{ background:url(../images/content-top-img.jpg) repeat-x top;
	font:bold 16px Arial, Helvetica, sans-serif; color:#5c877e; text-transform:uppercase; padding-top:17px;
}
.content-left-bg{ background:url(../images/content-left-img.jpg) repeat-y top}
.content-right-bg{ background:url(../images/content-right-img.jpg) repeat-y top}
.content-bottom-bg{ background:url(../images/content-bottom-img.jpg) repeat-x top}


.username
{
font: normal 11px Tahoma;
color:#5a5a5a;
}
.inputtext
{
width:164px;
height:18px;
border:1px solid #d7e9e6;
background:#f1f7f6;
}
.norepet
{
background-repeat:no-repeat;
}
.marketingtext
{
font: normal 12px Tahoma;
color:#5a5a5a;
line-height:17px;
}
.copyright
{
color:#a29e9e;
font: normal 10px Tahoma;
padding-left:10px;
}

.headingtxt
{
font: bold 11px Tahoma;
color:#5c877e;
line-height:17px;
}
.headingtxt2
{
font: bold 11px Tahoma;
color:#666666;
line-height:17px;
}
.bodytxt{
font: normal 11px Tahoma;
color:#333333;
line-height:17px;
}

#bottom-fix{
	position:fixed; 
	width:100%; 
	background:#2d575a; 
	color:#cff9f0; 
	margin:0px auto; 
	padding:0px;
	bottom:0px;
	font:normal 11px tahoma;
}
#bottom-fix .input{
	width:164px;
	height:16px;
	border:1px solid #0d272b;
	background:#133439;
	font:normal 11px tahoma;
	color:#cff9f0;
	padding:2px 3px 0px 3px;
}
