/* 
    Document   : enquire
    Created on : Sep 21, 2009, 2:16:35 PM
    Author     : www
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

#email {

   text-align:right;
}

#email
{
    padding-top:5px;
    text-align:right;
}

.form_name
{

    background:url("/images/layout/enq_head_back.jpg") no-repeat;
}

#form_inputs input {
border:1px solid #8C8066;
color:#666666;
font-family:"Courier New",Courier,monospace;
font-size:11px;
margin:0;
padding:2px;
}

#textarea {
border:1px solid #8C8066;
color:#333333;
font-family:"Courier New",Courier,monospace;
font-size:11px;
margin:0;
padding:2px;
width:200px;
}
