﻿ 
 /*This is the main div that is parent of the rest elements in the userControll*/
 #newsLetterWrapper
 {
 float:left;
 width:192px;
 text-align:center;
 color:black;
 font-size: 10px;
 
 }

#newsLetterWrapper span
  {
    position: relative;
  } 
   
#newsLetterWrapper p
{
 margin:0;
 padding:0;
}
 
  
    #newsLetterWrapper   #top_table
    {
    background: url( '/structureIMG/tab_box/top.png' ) no-repeat left top;
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
   }
	
 #newsLetterWrapper	 #top_table span
    {
       top:7px;
       margin-left:0
    }

 #newsLetterWrapper    #bottom_table {
	 background:url('/structureIMG/tab_box/bottom.png') no-repeat left bottom;
     height:33px;
     
      }
    
    /*This is the row that contains the propt part of the message*/
 #newsLetterWrapper    #prompt
{
    text-align: left;
    background: url(   '/structureIMG/tab_box/middle.png' ) repeat-y left top;
    height: auto; /* padding: 3px;*/
    
    padding: 10px 25px;
    color: #000099;
    font-size: 0.9em;
}
	
		
		
    /*This is what  contains the email part of the controll*/
	 #newsLetterWrapper #email
{
    font-weight: bold;
    text-align: center;
    height: 50px; /* padding-top:2px;*/
    background: url( '/structureIMG/tab_box/middleA.png' ) repeat-y left top;
    padding-top: 10px;
   
}