/* 
    Document   : base
    Created on : 14.3.2010, 18:37:01
    Author     : h.a.w.a.j
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

fieldset {background:#f2f2e6; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px; width:550px;}
fieldset a:hover {
    color: green;
}
input, textarea, select {font:12px/12px 'Arno Pro', Helvetica, sans-serif; padding:0;}
fieldset.action {background:#fff; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}
legend {background:#bfbf30; color:#fff; font:17px/21px Calibri, Arial, Helvetica, sans-serif; padding:0 10px;  font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;}
label {font-size:13px; font-weight:bold; color:#000000;}
label.opt {font-weight:normal;}
dl {clear:both;}
dt {float:left; text-align:right; width:110px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:375px; line-height:25px; margin:0 0 10px 0;}
red {color: red;}

#container {width:700px; margin:0 auto;}
