@charset "utf-8";

div#zglos_sekcja {
	width: 960px;
	position: relative;
}

div#zglos_tytul {
	background-image:url(../gfx/zgloszenia/tytul.png);
	background-repeat:no-repeat;
	
	width: 358px;
	height: 18px;
	
	position: absolute;
	top: 47px;
	left: 10px;
}

div#formularz_zgloszeniowy,
div#screeny {
	text-align: left;
	padding-bottom: 20px;
}

div#formularz_zgloszeniowy img,
div#screeny img {
    padding-top: 10px;
    padding-bottom: 10px;
}

div#inp_zglos {
	background-image:url(../gfx/zgloszenia/text.gif);
	background-repeat: no-repeat;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	width: 307px;
	height: 29px;
}

input#inp {
	border:0;
	width: 100%;
	background: none;
}

div#txt_zglos {
	background-image:url(../gfx/zgloszenia/area.gif);
	background-repeat:no-repeat;
	
	width: 439px;
	height: 217px;
	
	padding: 5px;
	
}

textarea#txt {
	border:0;
	width: 100%;
	background: none;
	height: 207px;
}

input#submit_zglos {
	background-image:url(../gfx/zgloszenia/zglos_off.gif);
	background-repeat:no-repeat;

    cursor: pointer;
	
	border:0;
	
	width: 324px;
	height: 47px;
    margin-bottom: 20px;
}
input#submit:hover {
 	background-image:url(../gfx/zgloszenia/zglos_on.gif);
	background-repeat:no-repeat;
}

div#zgloszenie_zarejestrowane {
    min-height: 300px;
    vertical-align: middle;
}

div#zgloszenie_zarejestrowane strong {
    font-size: 18px;
    color: #34393e;
}

div#zgloszenie_zarejestrowane img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

div#zgloszenie_zarejestrowane a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

ul#errors {
    border: 1px red dotted;
    color: red;
    font-weight: bold;
    width: 300px;
    display: none;
    text-align: left;
}