/* formularze */
.field,.questionContainer {
	width: 70%;
	margin: 10px auto;
	padding: 10px 50px;
	position: relative;
}

.field label {
	width: 36%;
	display: block;
	float: left;
}


.field input,.field textarea,.field select {
	width: 50%;
	display: block;
	float: right;
}

.field textarea {
	height: 150px;
}
.field select {
	width: 51%;
}

.submitField input {
	float: none;
	margin: 0 auto;
	border: 1px solid black;
	background-color: #cccccc;
}

.form_error {
	color: red;
	clear: both;
	width: 500px;
	padding-top: 10px;
	margin-right: 30px;
	text-align: right;
}

/** field dla WYSIWYG **/
.field.richContent {
	width: 100%;
	padding: 0;
}
.field.richContent label {
	width: 100%;
	float: none;
	display: block;
	padding-bottom: 5px;
	text-align: center;
}

.field.richContent textarea {
	width: 100%;
	display: block;
	float: none;
}

.field input.form_file_tiny {
	background: #ffffff url(/images/backend/common/20x20/selectImage.gif) no-repeat 100% center;
	cursor: pointer;
	padding-right: 20px;
	width: 195px;
}

.questionContainer table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

.questionContainer table td {
	width: 50%;
}

.questionContainer input {
	margin: 0;
}

.question {
	padding-bottom: 5px;
}