#dtpContactForm label 
{
	color:#5B5B5B;
}

#dtpContactForm th
{
	text-align: right;
}

#dtpContactForm input, #dtpContactForm textarea,  #dtpContactForm select{
    /*background:transparent url(../images/input.png) repeat 0 0;*/
    border:1px solid #CEBCAB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 250px;
}

#dtpContactForm select{
	/*background: #EADFD9 url(../images/input.png) repeat 0 0;*/
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

#dtpContactForm select option{
	/*background: #EADFD9 url(../images/input.png) repeat 0 0;*/
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

#dtpContactForm form input[type=submit]{
background:transparent url(../images/wyslij.png) no-repeat 0 0;
text-indent:-99999px;
width:70px;
height:27px;
cursor:pointer;
}
#dtpContactForm form input[type=submit]:hover{
background:transparent url(../images/wyslij.png) no-repeat 0 -27px;
}
