/* 
    Document   : newsletters
    Created on : 06/08/2009, 13:43:23
    Author     : luan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

div.info-title p{
    margin:10px;
    font-size:11px;
}
div.info-fields div{
    margin:2px 0;
}
div.info-fields {
    height:304px;
    padding-top:40px;
}
div.info-fields input,select{
    border:1px solid #A4A4A4;
    background-color:white;
}
div.info-fields label{
    color:#004F6B;
    display:inline-block;
    text-align:right;
    width:190px;
}
