/*formularz kontaktowy w portalu*/
table#zgloszenie_tresc_tbl {
    width: 100% !important;
}
table.form_zglos td,table.form_zglos th{
	padding:3px;
}

table.form_zglos th{
	text-align: right;
	font-weight: bold;
	width: 15%;
}

div.captcha_zglos{
	border: 1px solid silver;
	width: 100%;
}

div.captcha_zglos input.input{
	width: 268px;
	border: 1px solid silver;
}

div.kontakt_uwagi{
	margin-bottom: 15px;
	margin-top: 15px;	
}

div.kontakt_details{
	margin-top: 5px;
        line-height: 160%;
}

div.captcha_obrazek{
	width:100%;
	height:100px;
}

div.captcha_dol{
	padding: 5px;
	border-top: 1px solid silver;
}
select.kontakt, input.kontakt,
a.form_zglos1 input[type="text"],
.form_zglos1 input[type="password"]

{
	width: 100%;
}

textarea.kontakt{
	width: 100%;
	height: 200px;
}

.form_zglos1 th {
    width: 187px;
    height: 32px;
    text-align: right;
}

.form_zglos1 a {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
	cursor: pointer;
}
.form_zglos1 a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: red;
    cursor: pointer;
}
    