/* 
    Document   : contactform
    Created on : 16-sep-2009, 20:46:08
    Author     : bart
    Description:
       Seperating the style of the contactform from the main stylesheet, to ease
       modification.

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

root { 
    display: block;
}

#contactform{
    margin:0, auto;
    float:left;
    width:600px;
}
#contentscontactform{
    float:left;
    width:390px;
}
.contactfieldset{
    float:left;
}
