/* (C) 2007 Twórcy.pl Arkusz stylów do SmodCMS v. 3.x dla modułu contact */
#contact {
        width: 480px;
        padding: 20px 50px;
        margin: 10px auto;
        background: #dcd8b2;
        border: 1px solid #531515;
        }
        
#contact textarea {
        width: 480px;
        margin: 0 0 20px 0;
        background: #dcd8b2;
        border: 1px solid #531515;
        }       
        
#contact input{
        width: 150px;
        }
        
#contact select{
        width: 150px;
        }
        
#contact fieldset {
        border: 0;
        }
        
#contact dl dt {
        text-align: right;
        width: 200px;
        font-weight: bold;
        height: 15px;
        font-size: 1em;
        }       
        
#contact dl dd {
        position: relative; 
        top: -1.3em;
        padding-left: 210px;
        height: 10px;
        font-size: 1em;
        } 
        
#divdel {
        background: #fafafa;
        padding: 25px 9px 9px 9px;
        border: 1px solid #cccccc;
        width: 500px;
        }
        
#divdel fieldset {
        border: 0;
        }
        
#divdel dl dt {
        text-align: right;
        width: 230px;
        font-weight: bold;
        height: 15px;
        font-size: 1em;
        }       
        
#divdel dl dd {
        position: relative; 
        top: -1.3em;
        left: 240px;
        height: 10px;
        font-size: 1em;
        } 
        
#divdel input.go {
        width: 50px;
        }

        













        
        
        
