/* biały link */
a.linkWhite{
    color:#ffffff !important;
    font-weight: bold;
    text-decoration:none;
}

/* przyciski */
.btnsRow {
	clear:both;
	overflow:hidden;
	width:100%;
}

.btnsRow input, .btnsRow a, .btnsRow button {
	background-image: url('../gfx/btns.png');
	background-repeat:no-repeat;
	border:0px !important;
	color:#FFFFFF !important; 
    cursor: pointer;
	display:block;
	font-size:12px;
	font-family:tahoma, verdana;
	font-weight:bold;
	height:26px !important;
	line-height:26px;
	outline:none;
	text-align:left; 
	text-decoration:none;
	text-indent:12px;
}

.btnsSlimmRow input, .btnsSlimmRow a, .btnsSlimmRow button {
	background-image: url('../gfx/btns.png');
	background-repeat:no-repeat;
	border:0px !important;
	color:#FFFFFF !important; 
	display:block;
	font-size:10px;
	font-family:tahoma, verdana;
	height:16px !important;
	line-height:16px;
	text-align:left; 
	text-decoration:none;
	text-indent:4px;
}

.btnsMedRow input, .btnsMedRow a, .btnsMedRow button {
	background-image: url('../gfx/btns.png');
	background-repeat:no-repeat;
	border:0px !important;
	color:#FFFFFF !important; 
	display:block;
	font-size:10px;
	font-family:tahoma, verdana;
	height:20px !important;
	line-height:16px;
	text-align:left; 
	text-decoration:none;
	text-indent:4px;
}

#photos .btnsMedRow .inputFileDiv input.inputFileText { color:#000000 !important; }

/*
** przyciski normalne 130px
*/

.redBtn    { background-position:-80px 0; width:130px; }
.greenBtn  { background-position:-80px -26px; text-indent:10px !important; width:130px; }
.blueBtn   { background-position:-80px -52px; text-indent:28px !important; width:130px; }
.orangeBtn { background-position:-80px -78px; text-indent:25px !important; width:130px;  }
.grayBtn   { background-position:-80px -104px; text-indent:20px !important; text-indent:25px !important; width:130px;  }
/* Dłuższy */
.greenBtn138  { 	background-image: url('../gfx/btn.green138.png') !important; color:#ffffff; text-indent:7px !important; width:138px; }

/*
** przyciski krótkie 80px
*/

.redBtnSmall    { background-position:0px 0; width:80px; }
.greenBtnSmall  { background-position:0px -26px; width:80px; }
.blueBtnSmall   { background-position:0px -52px; text-indent:28px !important; width:80px; }
.orangeBtnSmall { background-position:0px -78px; text-indent:22px !important; width:80px; }
.grayBtnSmall   { background-position:0px -104px; text-indent:22px !important; width:80px; }


/*
** przyciski długie 180px
*/

.redBtnLong    { background-position:-210px 0; width:180px; }
.greenBtnLong  { background-position:-210px -26px; width:180px; }
.blueBtnLong   { background-position:-210px -52px; text-indent:28px !important; width:180px; }
.orangeBtnLong { background-position:-210px -78px; text-indent:22px !important; width:180px; }
.grayBtnLong   { background-position:-210px -104px; text-indent:22px !important; width:180px; }


/*
** przyciski płaskie - slimm
*/
.redBtnSlimm    { background-position:-460px 0px; width:100px; }
.greenBtnSlimm  { background-position:-460px -26px; width:100px; }
.blueBtnSlimm   { background-position:-460px -52px; width:100px; }
.orangeBtnSlimm { background-position:-460px -78px; text-indent:22px !important; width:100px; }
.grayBtnSlimm   { background-position:-460px -104px; text-indent:22px !important; width:100px; }


/*
** przyciski średnio - płaskie - med
*/

.redBtnMed    { background-position:-390px 0px; width:70px; }
.greenBtnMed  { background-position:-390px -26px; width:70px; }
.blueBtnMed   { background-position:-390px -52px; width:70px; }
.orangeBtnMed { background-position:-390px -78px; text-indent:22px !important; width:70px; }
.grayBtnMed   { background-position:-390px -104px; text-indent:22px !important; width:70px; }




/*
** przyciski rozuwajace formularz kontaktowy
*/


.greenBtnShow {
 	background-image: url('../gfx/btn.green.show.png');
 	background-position:0 0px;
 	color:#ffffff;
 	display:block;
	font-size:14px;
    font-weight:bold;
 	height:23px;
 	line-height:23px;
 	text-decoration:none;
	text-indent:22px;
 	width:261px;
}
.greenBtnShowUp {
	background-image: url('../gfx/btn.green.show.png');
 	background-position: 0px -23px;
 	color:#ffffff;
 	display:block;
	font-size:14px;
	font-weight: bold;
 	height:23px;
 	line-height:23px;
 	text-decoration:none;
	text-indent:22px;
 	width:261px;
}

