* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
 margin: 0 auto;
 width: 954px;
}
#header {
 width: 944px;
 color: #333;
 /*padding: 10px;*/
 /*border: 1px solid #ccc;*/
 height: 300px;
 margin: 0px 0px 0px 0px;
 background: transparent url('../img/header2.jpg') no-repeat right top;
 text-align: left;
 color: #FFF;
 font-weight: bold;
 padding: 8px 0 0 10px;
}
#navigation {
 width: 954px;
 height: 45px;
 color: #333;
 /*padding: 10px;*/
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 0px 0px;
 background: transparent url('../img/menu.jpg') no-repeat right top;
}
#expired{
	width: 400px;
	margin: -35px auto 5px auto;
	padding:10px;
	text-align: center;
	font-size: 14px;
	font-variant:small-caps;
	font-weight: bold;
	color: #D82a3c;
	border: 2px solid #882a3c;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#content {
 width: 954px;
 color: #333;
/* border: 1px solid #ccc;
 background: #F2F2E6;*/
 margin: 0px 0px 0px 0px;
 padding: 40px 0 0 0;
 height: 400px;
 background: #f7f7f7 url('../img/content.jpg') no-repeat right top;
}
#footer {
 width: 954px;
 height: 86px;
 color: #333;
 /*border: 1px solid #ccc;
 background: #BD9C8C;*/
 margin: 0px 0px 10px 0px;
 background: #f7f7f7 url('../img/footer.jpg') no-repeat right bottom;
 text-align: center;
 /*: 10px;*/
}

#login_form {
    display: block;
    width: 335px;
    height: 213px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    background: transparent url('../img/login_form.jpg') no-repeat right top;
}

#login_form fieldset{
    width: 380px;
    height: 153px;
    margin: 0;
    padding: 15px 0 15px 0;
    text-align: center;
    border: 0;
}

#login_form fieldset legend {
    width: 335px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 9pt;
}

#login_form fieldset div {
    width: 335px;
    overflow: hidden;
    clear: both;
    padding: 0 0 10px 0;
}

#login_form fieldset div label {
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 9pt;
    line-height: 1.3em;
    padding-right: 5px;
}

#login_form fieldset div input {
    display: block;
    float: left;
    width: 120px;
}

#login_form fieldset div input#submit {
    margin-left: 95px;
    width: 171px;
    height: 36px;
}

#login_form fieldset .komunikat {
    color: #fff;
}

a:link {
    color: #7A293A;
    text-decoration: none;
}

#logout {
    display: block;
    width: 335px;
    height: 213px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    background: transparent url('../img/wylogowanie.jpg') no-repeat right top;
}

div#logout a#zaloguj_ponownie {
    display: block;
    margin-left: 80px;
    margin-top: 100px;
    width: 171px;
    height: 36px;
    text-decoration: none;
}

div#logout a#zaloguj_ponownie img {
    
    border: 0;
    
}
/* Formularz kontaktowy */
#contact_form {
    width: 340px;
    height: 280px;
    margin: 10px auto;
    background: transparent url('../img/contact_form.gif') no-repeat right top;
}
#contact_form div {
    margin-bottom: 5px;
}
#contact_form p {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}
#contact_form div label {
    font-weight: bold;
    float: left;
	clear:left;
    width: 120px;
    color: #fff;
    padding-left: 5px;
}
#contact_form div input {
    width: 90px;
}
#contact_form  div label.error,
label.error {
    color: red;
    margin-left: 120px;
    font-size: 10px;
    vertical-align: top;
	float: none;
}
em {
    color: #FF0000;
}
#refresh {
    color: #f1ff0f;
}