
.newsletter_container
{	
	 -moz-border-radius: 7px 7px 7px 7px;
    background-color: #c6dfef;
    border: 1px solid #ebebeb;
    line-height: 1.7em;
    padding: 5px;
   	margin-top: 10px;
	margin-bottom: 5px;
    text-align: center;
    width: 200px;      
    font-family: Verdana,Geneva,sans-serif;   
}

.newletter_container img
{
	
	display: inline;
	
}

.newletter_heading
{
	
	color: #666666;
	display: block;	
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 26px;
    position: relative;
    top: 5px;
    bottom:10px;
    margin-bottom:10px;
	font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;

}
