body {
margin: 0;
}

div#LBsignIn {
width: 300px;
height: 400px;
 }
 
div#LBsubscribe {
width: 440px;

}
 
div#LBcontact-container {
width: 380px;
}

div#LBSubscribe-container {
width: 450px;
}
 

div.LB-topBar {
background: #3a655b;
height: 1.6875em;
width: 100%;
border-radius: 1em 1em 0px 0px;
padding: .3125em .625em;
 }
 
div.LB-main {
width: 100%;


padding: 10px 40px;
background: #f4f4ea;
text-align:left;
 }
 
.LB-main h2 {
text-align:center;
font-family: Helvetica, Arial, sans-serif;

}

.LB-container .LB-main h2 {
margin: 5px 0px;
}

.LB-main hr {
	width: 100%;
	margin: 15px 0px;
}

.LB-main p {
color: #3a655b;
line-height: 1.5em;
margin-top: 0;
}
 

.LB-container .LB-main  input {
width: 100%;
height: 25px;

border: 1px solid #3a655b;
border-radius: .5em;
}

.LB-container .LB-main td {
font-family: Helvetica, Arial, sans-serif;
color: #3a655b;
}

#LBsignIn .LB-main  input {
width: 100%;
height: 25px;
margin-bottom: 20px;
border: 1px solid #3a655b;
border-radius: .5em;
}

#LBsubscribe .LB-main  input {
width: 100%;
height: 25px;
margin-bottom: 10px;
border: 1px solid #3a655b;
border-radius: .5em;
}

.LB-main textarea {
width: 100%;
height: 75px;
margin-bottom: 20px;
border: 1px solid #3a655b;
border-radius: .5em;
}


.LB-main input[type="submit"] {
background-color: #3a655b;
color: #f4f4ea;
}



.LB-main a {
display: block;
text-align: center;
color:#0e3e0e;
font-family: Helvetica, Arial, sans-serif;
font-size: .8em;
text-decoration: underline;
}
 
div.LB-bottomBar {
width: 100%;
height: 1.6875em;
background: #f4f4ea;
border-radius: 0px 0px 1em 1em;
 }

.LB-topBar img.icon   {
float:right;
margin-left: .625em;
width: 1.0625em;
height: 1.06265em; 
}

a:link, a:visited, a:hover, a:active  {
text-decoration: none;
}