/* @override http://www.skolka-zizkova.cz/css/form/form.css */

.form-box {
	margin: 10px 0;
	position: relative;
	z-index: 25;
}

/* @group forms */

.forms {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
}

.forms h3 {
	margin: 15px 0 5px 0;
	line-height: 14px;
	font-size: 14px;
	color: #242424;
}

.forms .form-box {
	margin: 0;
}

.forms h3 label .input_checkbox {
	cursor: default;
	vertical-align: baseline;
}

.forms .require {
	color: #ff0041;
	font-weight: 900;
	font-size: 12px;
}

.forms .form-row {
	height: 0;
	min-height: 0;
	margin: 2px 0;
}

div[class] .forms .form-row {
	height: auto;
}

.forms .i-text {
	width: auto;
}

.forms textarea.i-text {
	height: auto;
}

.forms .inline {
	display: inline;
}

.forms .small {
	font-size: 11px;
	font-weight: 400;
	color: #515151;
}

.forms .error {
	border: 1px solid #f00;
}

.forms .info-head {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0 0 5px 0;
}

div[class] .forms .info-head {
	height: auto;
}

.forms .info-head br {
	display: none;
}

.forms .cell, .forms .area-cell {
	display: inline-block;
}

.forms .label {
	line-height: 15px;
	font-size: 11px;
	color: #555;
}

.forms .checkbox {
	display: inline-block;
	margin: 0 10px 0 0;
}

.forms .checkbox input {
	vertical-align: middle;
}

.forms .cell .label {
	position: relative;
	left: 0;
	top: 20px;
}

.forms .area-cell .label {
	position: relative;
	left: 0;
	top: 88px;
}

.forms .area-cell textarea.i-text {
	height: 80px;
	position: relative;
	left: 0;
	top: -16px;
}

.forms .cell .i-text, .forms .form-row select {
	display: block;
	position: relative;
	left: 0;
	top: -20px;
}

/* @end */

/* @group file-mail */

.file-mail {
	clear: both;
	margin: 24px 0 0 18px;
	border-top: 1px solid #ffff7f;
	border-right: 1px solid #ecde09;
	border-bottom: 1px solid #ecde09;
	border-left: 1px solid #ffff7f;
	background: #fff342;
}

.file-mail p {
	margin: 0;
}

.file-mail .cell, .file-mail .area-cell {
	width: 100%;
}

.file-mail .cell label, .file-mail .area-cell label {
	line-height: 22px;
}

.file-mail .cell label .label, .file-mail .area-cell label .label {
	top: 22px;
	line-height: 22px;
}

.file-mail .i-text {
	width: 98%;
}

.file-mail .area-cell textarea.i-text {
	height: 60px;
	vertical-align: top;
}

.file-mail .area-cell label .label {
	top: 70px;
}

.file-mail .left-cell, .file-mail .right-cell {
	height: 0;
	min-height: 0;
}

div[class] .file-mail .left-cell, div[class] .file-mail .right-cell {
	height: auto;
}

.file-mail .left-cell {
	width: 60%;
	float: left;
}

.file-mail .left-cell .cell-padd {
	padding: 0 5px 0 0;
}

.file-mail .right-cell {
	width: 40%;
	float: right;
}

.file-mail .right-cell .cell-padd {
	padding: 4px 0 0 5px;
}

.file-mail .right-cell .cell {
	width: 99%;
}

.file-mail fieldset .button {
	color: #037aee;
	text-decoration: underline;
}

.file-mail fieldset .button:hover {
	text-decoration: none;
}

/* @end */