﻿.EMAILMODULE{
	width:190px;
   height: 130px;
	font-family:Arial;
	font-size:11px;

	margin-top: 1px; 
	visibility: hidden; 
	overflow: hidden; 
	z-index: 100; 
	position: absolute;
	 margin-top: 10px;
	background: url(../img/blog/emailPopup.png) no-repeat top center
}

.EMAILMODULE TABLE{
	width:200px;
	border-collapse:collapse;
}




.SUBSCRIBEBUTTON{
background:transparent url(../img/blog/subscribe.png) no-repeat scroll center top;
display:block;
height:23px;
width:110px;
 cursor: pointer;
 	margin-left: 35px;
	margin-top: 5px;
	padding: 1px;
	border: 0px;
	float: left;
}

.SUBSCRIBEBUTTON:hover{
background-position:  0 -23px;
}

.LOGINFIELD{
	width:144px;
	height:24px;
	padding:0px;
	margin:0px;
	background-image:url('../img/loginfield.png');
	background-repeat:no-repeat;
}

.LOGINFIELD INPUT{
	height:20px;
	width:136px;
	padding:0px;
	margin:0px;
	margin-left:15px;
	margin-top:2px;
	border-collapse:collapse;
	border:0;
	color:#666666;
	background-image:url('../img/loginboxback.jpg');
	background-repeat:repeat-x;

}



.XBUTTON{
display:block;
width:15px;
height:15px;
background-color:#00CCFF;
text-align:center;
vertical-align:center;
font-family:Arial;
text-decoration:none;
font-weight:bold;
color: Black;

}

.XBUTTON:hover{
color:#FFFFFF;
text-decoration:none;
}


.emailPopup
{
   clear:both;
   visibility: hidden; 
	overflow: hidden; 
	z-index: 100; 
   width:250px;
   height:116px;
   position: absolute;
   margin: 5px 0 0 -50px;
   background: url(../img/blog/emailPopup.png) no-repeat top left;
 }
.emailPopupTitle
{
   width:100%; float:left; margin:10px 0 0 23px;
	font-size:11px;
   }
.emailPopupInput{width:125px; float:left; margin:5px 0 0 60px;}
.subscribeBtn{width:107px; height:23px; float:left; margin:10px 0 0 20px;}
.subscribeBtn a{width:107px; height:23px; display:block; background:url(img/blog/subscribe.png) no-repeat top center;}
.subscribeBtn a:hover{background-position:0px -23px;}
.emailPopupFeed{width:100%; float:left; margin:7px 0 0 30px; font-size:9px;}