
/*body {background:url("../img/bg.jpg") 0 0 repeat-x;}*/

#header {position:relative; width:960px; height:245px; background:url("../img/ghead.png") 0 0 no-repeat; overflow:hidden;}
   
 
        #logo {position:absolute; top:0; right:20px; margin:0; font-size:160%; font-weight:normal; letter-spacing:-1px; }        
        #logo a {display:block; padding:5px 10px 0 10px; text-decoration:none;}
        #logo span {font-weight:bold;}
/*

    #footer-top {clear:both; width:960px; height:15px; background:url("../design/footer-top.png") 0 100% no-repeat; font-size:0; line-height:0;}
    #footer-bottom {clear:both; width:960px; height:15px; background:url("../design/footer-bottom.png") 0 0 no-repeat; font-size:0; line-height:0;}        
    #footer {clear:both; padding:0 15px; font-size:85%;}
    #footer p {margin:0;}
    #footer a {font-weight:bold; text-decoration:none;}
    #footer a:hover {text-decoration:underline;}

*/


div.error_field{
    background: #FEDAFB;
    border: 1px solid #FA74F0;
}

div.errors{
    width: 580px;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid #ccc;
    background: #FDFEC2;
}

div.errors .error{
    color: red;
    font-weight: bold;
    font-size: 12px;
    margin: 5px;
}



