/* Arkusz stylu dla formularza */
/* Autor: Marek Jurkiewicz */

#content .form
        {       clear: both;
                overflow: auto;
                color: #000;
                margin-top: 15px;
        }
#content .form input
        {       border-style: none;
                padding: 3px 0px;
        }
#content .form .formtext
        {       float: left;
        }
#content .form .formtext input
        {       width: 520px;
                margin-bottom: 3px;
                background-color: #FFF;
        }
#content #email input
        {       width: 300px;
        }
#content .form .formtext textarea
        {       width: 520px;
                height: 150px;
                border-style: none;
                background-color: #FFF;
        }
* html #content .form .formtext textarea, .ie7 #content .form .formtext textarea
        {       overflow: hidden;
        }
#content .form .submit
        {       clear: both;
                overflow: hidden;
                position: relative; bottom: 6px; left: 0;
        }
#content .form .submit input
        {       clear: both;
                display: block;
                width: 50px;
                height: 25px;
                font-size: 14px;
                font-family: Abadi, Geneva, Helvetica, Arial, sans-serif;
                font-weight: bold;
                text-align: left;
                color: #FFF;
                background-color: #E8CD53;
                border-style: none;
                margin: 0;
                padding: 0;
        }
* html #content .form .submit input, .ie7 #content .form .submit input
        {       margin-left: 2px;
        }
#content .form .formopis
        {       width: 160px;
                font-size: 14px;
                font-family: Abadi, Geneva, Helvetica, Arial, sans-serif;
                font-weight: bold;
                color: #FFF;
        }
#content .form .formline
        {       clear: both;
                overflow: hidden;
                margin-bottom: 10px;
        }
#content .form .formsend
        {       clear: both;
                overflow: hidden;
        }
        
#newsletter
        {       display: block;
                width: 190px;
                height: 110px;
                background: url(../images/newsletter.gif) no-repeat top left;
                margin: 0;
        }
#newsletter #mailing
        {       display: block;
                width: 170px;
                height: 66px;
                overflow: hidden;
                font-size: 12px;
                font-family: Abadi, Geneva, Helvetica, Arial, sans-serif;
                line-height: 15px;
                text-align: left;
                color: #FFF;
                position: relative; top: 6px; left: 0;
                margin: 0 9px;
                padding: 0;
        }
#newsletter .form
        {       color: #000;
        }
#newsletter .form input
        {       border-style: none;
                padding: 2px 0px;
        }
#newsletter .formline
        {       height: 20px;
                position: relative; top: 13px; left: 10px;
        }
* html #newsletter .formline
        {       height: 18px;
                top: -10px;
        }
.ie7 #newsletter .formline
        {       height: 17px;
                top: -5px;
        }
#newsmail input
        {       width: 170px;
                height: 18px;
                border-style: none;
                position: relative; bottom: 0; left: 0;
        }
* html #newsmail input
        {       bottom: 6px;
        }
#newsletter .form .submit input
        {       overflow: hidden;
                width: 40px;
                height: 25px;
                font-family: Abadi, Geneva, Helvetica, Arial, sans-serif;
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                background-color: transparent;
                color: #3CC;
                border-style: none;
                position: relative; top: 21px; left: 148px;
        }
* html #newsletter .form .submit input
        {       top: 12px;
        }
.ie7 #newsletter .form .submit input
        {       top: 6px;
        }
