/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('../forms_images/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../forms_images/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../forms_images/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../forms_images/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../forms_images/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../forms_images/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../forms_images/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../forms_images/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../forms_images/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../forms_images/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('../forms_images/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}

dt {
	display:block;
	float:left;
	width:100px;
	font:12px tahoma;
	line-height:20px;
}

dd {
	margin-bottom: 10px;
}

.text-input {
	border:1px solid #C9C9C9;
	padding: 4px;
	width:300px;
}

textarea.text-input {
	width:430px;
}


.submitButton {
	background-image:url(../forms_images/zapitvane_en.jpg);
	background-position:0 0;
	width:185px;
	height:36px;
	display:block;
	cursor:pointer;
}

.submitButton.bg		{background-image:url(../forms_images/zapitvane_bg.jpg)}
.submitButton.en		{background-image:url(../forms_images/zapitvane_en.jpg);width:147px;}
.submitButton.en input	{width:147px;}
.submitButton.de		{background-image:url(../forms_images/zapitvane_en.jpg);width:147px;}
.submitButton.de input	{width:147px;}
.submitButton:hover		{background-position:0 50%;text-decoration:none;}
.submitButton:active	{background-position:0 100%;}

.submitButton input {
	background:transparent none repeat scroll 0 0;
	text-indent:-9999px;
	width:185px;
	height:36px;
	cursor:pointer;
}
.error {
	color:darkred;
	font-size:17px;
	margin-bottom:30px;
}