/* ################################################ obrazek jako input file ############################## */

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0;
    opacity: 0;
    z-index: 2;
    width:0px;
}


/* ################################################ formularz dodawania nowych ogłoszeń ############################## */
div.addads p {
margin-bottom: 10px;
margin-top: 10px;

}


div.addads p label {
color: #4E5E01;
line-height: 20px; 
height: 20px;
width: 150px;
display: block;
float: left;
}


div.addads p input {
border: #CBCEBB solid 1px;
background-color: #F6F9EA;
line-height: 18px;
height: 18px;
}

div.addads p select {
color: #979E7D;
background-color: #F6F9EA;
border: #CBCEBB solid 1px;
line-height: 18px;
height: 18px;
}


div.addads p textarea {
background-color: #F6F9EA;
border: #CBCEBB solid 1px;
}




div.addads button {
	display: block;
	cursor: pointer;
	width: 95px;
	height: 21px;
	background: none;
}

div.addads button span {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: block;
	height: 21px;
	width: 95px;
	line-height: 21px;
	background-image: url('../images/send.png') ;
	background-repeat: no-repeat;
}


/* ################################################ formularz ogólny ############################## */


div.forms p {
padding: 5px;
}


div.forms p label {
color: #4E5E01;
line-height: 20px; 
height: 20px;
width: 150px;
display: block;
float: left;
}

div.forms div label {
color: #4E5E01;
line-height: 20px; 
height: 20px;
width: 150px;
display: block;
float: left;
padding-left: 9px;
}



div.forms p input {
border: #CBCEBB solid 1px;
background-color: #F6F9EA;
line-height: 18px;
height: 18px;
}


div.forms p select {
color: #979E7D;
background-color: #F6F9EA;
border: #CBCEBB solid 1px;
line-height: 18px;
height: 18px;
}


div.forms p textarea {
background-color: #F6F9EA;
border: #CBCEBB solid 1px;
}




div.forms button {
	display: block;
	cursor: pointer;
	width: 95px;
	height: 21px;
	background: none;
}

div.forms button span {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: block;
	height: 21px;
	width: 95px;
	line-height: 21px;
	background-image: url('../images/send.png') ;
	background-repeat: no-repeat;
}

/* ################################################ formularz log in/out ############################## */


div.forms_log p {
padding-top: 5px;
padding-bottom: 5px;
}


div.forms_log p label {
color: #4E5E01;
line-height: 20px; 
height: 20px;
width: 80px;
display: block;
float: left;
}



div.forms_log p input {
border: #CBCEBB solid 1px;
background-color: #F6F9EA;
line-height: 18px;
height: 18px;
}


div.forms_log button {
	display: block;
	cursor: pointer;
	width: 95px;
	height: 21px;
	background: none;
}

div.forms_log button span {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: block;
	height: 21px;
	width: 95px;
	line-height: 21px;
	background-image: url('../images/send.png') ;
	background-repeat: no-repeat;
}

/* ################################################ sam button submit ############################## */
div.button button {
	display: block;
	cursor: pointer;
	width: 95px;
	height: 21px;
	background: none;
}

div.button button span {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: block;
	height: 21px;
	width: 95px;
	line-height: 21px;
	background-image: url('../images/send.png') ;
	background-repeat: no-repeat;
}

