/*formularz kontaktowy w portalu*/

#page_content_left {
float:left;
margin:0 0 0px 0px;
width:735px;
}

#page_content_right{
height:633px; 
}

table.form_zglos {
	width: 483px;
}

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: 455px;
}

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

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

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

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

#kontakt_form{
padding-top: 15px;
}

#zgloszenie_adresat{

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

input.kontakt{
	width: 455px;
}

3select.kontakt{
	width: 455px;
}

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

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

	margin:0px;
	width:735px;


}	




input.valid, .valid {
   background-color: #F4FEF7;
   border: 1px solid green;
}

input.valid-err, .valid-err {
   border: 2px solid pink;
   background-color: #FEF5F4;
}

.box_blue {
    width: 98%;
    padding: 5px;
    border: 1px solid green;
    text-align:center;
    margin: 5px auto;
    background-color: #F4FEF7;
}

.box_red {
    width: 98%;
    padding: 5px;
    border: 2px solid pink;
    background-color: #FEF5F4;
    text-align:center;
    margin: 5px auto;
}
