.dialogBody #newsletterContent form {
    width: 100%;                  
    height:40px;
    display:block;
    position: relative;
}

.dialogBody #newsletterContent form input {
    width: 300px;
    height: 25px;
    padding: 10px 0 10px 5px;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #e0dede;
    background: #fff;       
}

.dialogBody #newsletterContent form:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
} 

.dialogBody #newsletterContent form button {
background-color: #F9A300;
border: none;
height: 45px;
padding: 5px 15px;
color: #ffffff;
font-size: 16px;
font-weight: bold;
margin-left:10px;
text-shadow: none;
}

.dialogBody #newsletterContent form button:hover{ 
cursor: pointer;
    opacity:0.8;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  	filter: alpha(opacity=80);
  	-moz-opacity:0.8;
  	-khtml-opacity: 0.8;
  	opacity: 0.8;   
}

#thankMsg{
  text-align:center; 
  margin-top:40px;         
} 

.dialogBody{
  min-height:170px;                
} 
