@charset "utf-8";


#content{
	width: 700px;
	margin:2px auto;
}
#form{
	width: 650px;
	margin:2px auto;
}
#firmy{
	width: 800px;
	margin:2px auto;
}
table{
margin-top:15px;
width: 650px;	
}



.naglowek{
background-color:none;
font-family: Arial;
font-size: 13px;
font-weight: bold;
width:310px;
height: 25px;
}

.opcja{
color: #008000;
width:310px;
height: 25px;
font-family: Arial;
font-size: 12px;
}

table td{
width:310px;
height: 25px;
font-family: Arial;
font-size: 12px;
background: #eaeaea;
}
.check{
	width:15px;
	vertical-align: middle;
}
table input{
width:255px;	
}


.valE{
margin-left: 4px;
color: red;
visibility: hidden;
}

.val{
margin-left: 4px;
color: red;		
}

.selectOpcja{
	display:none;
}
table select{
width:255px;	
}
table textarea{
      height : 100px;
      width : 255px;	
}

 /* For standards browsers */
    input[type="text"]:focus {
      border: 1px solid #F60;
    }
    
    /* For Internet Explorer */
    input.focus {
      border: 1px solid #F60;
    }
     /* For standards browsers */
    select:focus {
      border: 1px solid #F60;
    }
    
    /* For Internet Explorer */
    select.focus {
      border: 1px solid #F60;
    }
	
	textarea:focus {
      border: 1px solid #F60;
    }
    
    /* For Internet Explorer */
    textarea.focus {
      border: 1px solid #F60;
    }
