/*********************** Contact Form Style */

.contact .sub {
	width: 412px !important;
}

.contact .sub iframe {
	width: 412px;
	height: 364px;
	border: none;
	margin: 0;
	padding: 0;
}

/*
fieldset,
frameset,
iframe {
	border-width: 0px;
	border-style: none;
	border-style: hidden;
	border-collapse: collapse;
}
*/

.contactForm {
	position: relative;
	margin: 0 auto;
}

.kontakt .contactForm {
	width: 412px;
}

/*********************** Aux Classes */

.formRow {
	width: 396px;
	position: relative;
	top: 0;
	left: 0;
}

.level1 {
	top: 0px;
}

.level2 {
	top: 50px;
}

.level3 {
	top: 100px;
}

.level4 {
	top: 308px;
}

/*********************** Layout */

.contactForm form label,
.contactForm form input,
.contactForm form textarea {
	font-family: Impact, Charcoal, sans-serif;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	outline: none;
}

.contactForm form input,
.contactForm form textarea {
	background-color: #232323;
	border: 1px solid #545454;
	color: #f7b620;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.3em;
	word-spacing: 0.2em;

	width: 312px;
	right: 0;
	top: 0;
	padding: 4px 6px;
}

.contactForm form label {
	color: #f8f3df;
	font-size: 17px;
	line-height: 25px;

	left: 0;
	top: 0;
}

.contactForm form input {
	height: 17px;
}

.contactForm form textarea {
	resize: none;
	height: 175px;
	overflow: auto;
}

form .level4 input {
	background-color: transparent;
	color: #f8f3df;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: normal;
	word-spacing: normal;

	width: 135px;
	height: 44px;
	padding: 8px 15px 11px;

	cursor: pointer;
}

/*********************** Error Messages */

span.error {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 11px;
	/* color: #f9461c; */
	color: #e17642;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: normal;
	width: 312px;
	position: absolute;
	left: 70px;
}

span.error span.error {
	position: relative;
	left: 0;
}

.level1 span.error,
.level2 span.error {
	top: 15px;
}

.level3 span.error {
	top: 94px;
}

.level4 span.error {
	width: 174px;
	top: 0;
}

/*********************** Email Sent */

.iframe {
	color: #f8f3df;
}

.iframe h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 36px;
	line-height: 44px;
}

.iframe p,
#main .content .odeslano p {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 17px;
	line-height: 25px;
}

.iframe p strong,
#main .content .odeslano p strong {
	font-size: 23px;
	font-weight: normal;
}

/*********************** Page "Email Sent" And "Kontakt" Style */


#main .content .kontakt h1 {
	position: absolute;
	left: -9999em;
}

#main .content .odeslano h1 {
	margin-left: 70px;
}

#main .content .kontakt,
#main .content .odeslano {
	background: transparent url(../images/pero.jpg) no-repeat 532px 40px;
	height: 364px;
}

#main .content .odeslano {
	background-position: 532px 120px;
}


#main .content .odeslano #emailSent {
	width: 412px;
	margin: 42px 0 0 70px;
}

#main .content .kontakt .contactForm {
	left: -200px;
	margin-bottom: 50px;
}

#main .content .kontakt label,
#main .content .kontakt span.error,
#main .content .odeslano p {
	color: #e17642;
}

#main .content .kontakt input,
#main .content .kontakt textarea {
	border: 1px solid #8a7655;
	background-color: #b9a88c;
	color: #736246;
}

