/*formularz kontaktowy w portalu*/

table.form_zglos td,table.form_zglos th{
	padding:3px;
}

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


table.form_zglos tr.czesc2 {
	display: none;
}

table.form_zglos tr.czesc3 {
	display: none;
}

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

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

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

div.kontakt_details{
	margin-top: 5px;	
}

div.captcha_obrazek{
	width:400px;
	height:75px;
}

div.captcha_dol{
	padding: 5px;
	border-top: 1px solid silver;
}

input.kontakt{
	width: 400px;
}

select.kontakt{
	width: 400px;
}

textarea.kontakt{
	width: 400px;
	height: 200px;
}

.form_zglos1 input[type="text"], .form_zglos1 input[type="password"]  {
    width: 400px;
}
.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;
}
    