a {
text-decoration: none 
}
.clearRow {
clear: both;
}

.home, .normal, .subscribe {
height: 4em;
padding: 0em 1.0em;
border-right: 1px solid black;
font-weight: bold;
font-size: 1.1em;
line-height: .9;
margin-left: -.25em;
}
.home {
margin-left: -.5em;
}
.subscribe {
border-right: 0;
}

#subscribeContainer {
 position: absolute; 
 top: 4.2em; 
 left: 1em;
 border: 0px solid red;
}

#subscribeRadio {
margin: 0 0 1em -.5em;
}

.radioSubscribeTop {
margin-bottom: -.5em;
}

.radioSubscribeBottom {
margin-top: -.5em;
}

#sendThisPage {
width: 7.5em; 
height: 8em; 
position: absolute;  
top: -3.5em; 
left: 14em; 
border: none;
}

#subscribeSubmit {
 width: 5em; 
 background: transparent;
 border: 0px solid red; 
 position: absolute; 
 top: 1.6em; 
 left: 5.7em; 
 cursor: pointer;
}
