
form {
padding:5px;
margin:0px;
}

.tabWrapper {
float:right;
margin-right:20px;
position:relative;
}
 
 
.subscribeContent {
display:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#233e66;
margin:0 auto;
width:284px;
height:75px;
background:url("../IMGs/BG_gradientB.gif") repeat-x bottom #ffffff;
border-left:1px solid #233e66;
border-right:1px solid #233e66;
}

.tab {
margin:0 auto;
width:285px;
height:30px;
background:url("../IMGs/tabDOWN.gif") no-repeat;
}

.subscribeContent form .label {
text-align:right;
width:55px;
float:left;
margin:10px 0px 0px 0px;
}

.subscribeContent form .field {
float:left;
margin:6px 0px 0px 10px;
}

.subscribeContent form .buttonHolder {
height:20px;
float:right;
margin:8px 10px 0px 0px;
}


.subscribeContent form .buttonHolder .button {
width:55px;
float:left;
margin:0px 0px 0px 10px;
}

.button .btnSend {
font-size:11px;
color:#990000;
}


.clear {
clear:both;
}

