.mailprev,.mailretry{
padding:10px;
margin:15px;
background-color:#F7F7F7;
border: solid 1px #E7E7E7;
font-size:12px;
line-height:1.4;
}

.inputHighlighted{
background-color:#FFFCD3;
border: inset 2px #ffffff;
} 
#mail{
width:520px;
background-color:#F7F7F7;
border: solid 1px #E7E7E7;
overflow : hidden;
position:relative;
top:10px;
left:15px;
}
#mail p{
margin:15px;
}
#mail_button{
width:520px;
height:50px;
text-align:center;
position:relative;
top:20px;
}
#mail input{
border: solid 2px #F1F1F1;
}
#mail textarea{
width: 488px;
height: 200px;
overflow :auto;
border: solid 2px #F1F1F1;
}