/* 
    Document   : style
    Created on : 7 Oct, 2008, 12:45:37 AM
    Author     : sz.quadri
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body,td {
    font-family: arial;
    font-size:small;
    

}


input{
   font-size:medium;
}

div.info{
    padding:10px;
    border: thin gray ;

}


div.acknoledge{
    color:gray;
    font-size:x-small;
}

