#paymentForm form label
{
	color:#5B5B5B
}

#paymentForm input, #paymentForm select
{
	background: white;
    border:1px solid #CEBCAB;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
} 

#paymentForm select option
{
	background: white;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}


#paymentForm th
{
	text-align: right;
	width: 160px;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
	color: #5B5B5B;
}

#paymentForm td, #paymentForm p, #paymentForm h1
{
	color:#5B5B5B;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	line-height:1.5;
}

#paymentForm .fieldname
{
	text-align: right;
}

#paymentForm #submitButton, #payment_ready #submitButton
{
	background:transparent url(/images/zaplac_dotpay.png) no-repeat 0 0;
	text-indent:-99999px;
	width:131px;
	height:27px;
	cursor:pointer;
}

#paymentForm #submitButton:hover, #payment_ready #submitButton:hover
{
	background:transparent url(/images/zaplac_dotpay.png) no-repeat 0 -27px;
}

#paymentForm #payment_kwota
{
	width: 97px;
}

#paymentForm #payment_country
{
	width: 153px;
}

#paymentForm
{
	margin-top: 10px;
}
