
.phForm .fieldContainer
{
	clear: both;
}

.phForm .fieldField
{
	width: 420px;
	float: right;
}
.phForm .fieldCaption
{
	width: 171px;
	padding: 2px 10px 10px 0;
	text-align: right;
}
.phForm .fieldContainerRequried .fieldCaption
{
	width: 180px;
	padding: 4px 0 10px 0;
}
.phForm .text
{
	width: 400px;
	border: solid 1px #70513d;
	background-color: white;
	padding: 2px 5px;
}
.phForm .textarea
{
	width: 400px;
	height: 200px;
	border: solid 1px #70513d;
	background-color: white;
	padding: 2px 5px;
}
.phForm .select
{
	width: 410px;
	border: solid 1px #70513d;
	background-color: white;
}
.phForm .select option
{
	padding: 2px 5px;
}

.phForm .submit
{
	display: block;
	border: none;
	width: 78px;
	height: 20px;
	text-align: center;
	color: white;
	margin: 10px 0;
	background-color: #351211;
	background-color: #931a1d;
	background-image: url(/fileadmin/template/images/i_dalej.gif);
	background-repeat: no-repeat;
	background-position: 62px 8px;
}

