@media all {


#iUImsg, #iUImsg2 {
	width: 500px;
	height: 100px;
	display: block;
	border: 1px #888 solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
			box-shadow: 0px 0px 5px #999;
	background: #fff url('../images/msgs/bgr_field.gif') repeat-x left top;
	cursor: pointer;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9000;
	}

#iUImsg:before {
	width: 10px;
	height: 10px;
	content: " ";
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url('../images/icons/ico_10_close.png') no-repeat center center;
	}

#absUImsg {
	width: 500px;
	height: 100px;
	display: block;
	border: 1px #888 solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
			box-shadow: 0px 0px 5px #999;
	background: #fff url('../images/msgs/bgr_field.gif') repeat-x left top;
	cursor: pointer;
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 9000;
	}

#UImsg.faqMsg {
	width: 500px;
	height: 100px;
	display: block;
	border: 1px #888 solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
			box-shadow: 0px 0px 5px #999;
	background: #fff url('../images/msgs/bgr_field.gif') repeat-x left top;
	cursor: pointer;
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 9000;
	}


.okUImsg, .infoUImsg, .exclUImsg, .errUImsg {
	width: 500px;
	height: 100px;
	color: #555;
	font-weight: bold;
	z-index: 9001;
	}

.okUImsg	{ background: transparent url('../images/msgs/msg_icons_ok.png') no-repeat left 20px; }
.infoUImsg	{ background: transparent url('../images/msgs/msg_icons_info.png') no-repeat left 20px; }
.exclUImsg	{ background: transparent url('../images/msgs/msg_icons_exclam.png') no-repeat left 20px; }
.errUImsg	{ background: transparent url('../images/msgs/msg_icons_err.png') no-repeat left 20px; }

.UImsg-txt {
	position: relative;
	top: 45px;
	left: 0px;
	width: 410px;
	height: 20px;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif', Verdana;
	font-size: 9pt;
	padding-left: 90px;
	-webkit-text-shadow: 1px 1px 1px #ddd;
	   -moz-text-shadow: 1px 1px 1px #ddd;
			text-shadow: 1px 1px 1px #ddd;
	z-index: 9002;
	}

.UIrw1 { top: 42px; }
.UIrw2 { top: 32px; }


.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w650 { width: 650px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w800 { width: 800px; }
.w850 { width: 850px; }
.w900 { width: 900px; }
.w950 { width: 950px; }
.w1000 { width: 1000px; }

.h100 { height: 100px; }
.h150 { height: 150px; }
.h200 { height: 200px; }
.h250 { height: 250px; }
.h300 { height: 300px; }
.h350 { height: 350px; }
.h400 { height: 400px; }
.h450 { height: 450px; }

.errElement {
	border: 1px solid #b00;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(187,0,0,0.3);
	   -moz-box-shadow: 0 0 5px rgba(187,0,0,0.3);
			box-shadow: 0 0 5px rgba(187,0,0,0.3);
	}


#noJSmsg { width: 960px; height: 60px; display: block; margin: 0 0 0 -60px; line-height: 60px; font-size: 14px; border-bottom: 1px #888 solid; background: #fff url('../images/msgs/bgr_field.gif') repeat-x left center; overflow: hidden; }
#noJSmsg .exclUImsg	{ padding-left: 90px; background: transparent url('../images/msgs/msg_icons_exclam.png') no-repeat left top; font-weight: normal; color: #000; }



div.jGrowl { z-index: 9999; color: #333; font-size: 12px; }
div.ie6 { position: absolute; }
div.ie6.top-right { right: auto; bottom: auto; left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
div.ie6.top-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
div.ie6.bottom-right { left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: 	expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
div.ie6.bottom-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: 	expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
div.ie6.center { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: 	expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); width: 	100%; }
div.jGrowl { position: fixed; }
body > div.jGrowl { position: fixed !important; }
div.jGrowl.top-left { left: 0px; top: 0px; }
div.jGrowl.top-right { right: 0px; top: 0px; }
div.jGrowl.bottom-left { left: 0px; bottom: 0px; }
div.jGrowl.bottom-right { right: 0px; bottom: 0px; }
div.jGrowl.center { top: 0px; width: 50%; left: 25%; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	/* plovouci vedle sebe
	float: right;
	margin-left: 10px;
	*/
	position: relative;
	background: #dedede; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-8 */

	opacity: .99; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
	zoom: 1;
	width: 300px;
	padding: 15px 20px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #909090;
	   -moz-box-shadow: 0 1px 3px #909090;
			box-shadow: 0 1px 3px #909090;
	}

div.jGrowl div.jGrowl-notification { min-height: 50px; padding: 15px 20px 15px 90px; }
div.jGrowl div.jGrowl-closer { width: 370px; }
div.jGrowl div.jGrowl-notification div.jGrowl-header { font-weight: normal; font-size: 12px; display: inline-block; padding-bottom: 3px; }
div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index: 99;
	float: right;
	font-size: 1em;
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url('../images/msgs/close.png') no-repeat left top;
	}
div.jGrowl div.jGrowl-notification div.jGrowl-close span { display: none; }
div.jGrowl div.jGrowl-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size: .9em;	font-weight: bold; text-align: center; }


div.jGrowl .okMsg:before {
	content: "";
	width: 70px;
	height: 80px;
	display: block;
	background-image: url('../images/msgs/msg_icons_ok.png');
	position: absolute;
	top: 5px;
	left: 0px;
	}
div.jGrowl .okMsg .jGrowl-message { color: #76ba08; }


div.jGrowl .errMsg:before {
	content: "";
	width: 70px;
	height: 80px;
	display: block;
	background-image: url('../images/msgs/msg_icons_err.png');
	position: absolute;
	top: 5px;
	left: 0px;
	}
div.jGrowl .errMsg .jGrowl-message { color: #b00; }


div.jGrowl .infoMsg:before {
	content: "";
	width: 70px;
	height: 80px;
	display: block;
	background-image: url('../images/msgs/msg_icons_info.png');
	position: absolute;
	top: 5px;
	left: 0px;
	}
div.jGrowl .infoMsg .jGrowl-message { color: #39f; }


div.jGrowl .exclMsg:before {
	content: "";
	width: 70px;
	height: 80px;
	display: block;
	background-image: url('../images/msgs/msg_icons_exclam.png');
	position: absolute;
	top: 5px;
	left: 0px;
	}
div.jGrowl .exclMsg .jGrowl-message { color: #f80; }

div.jGrowl .jGrowl-message { line-height: 18px; }

div.jGrowl .jGrowl-message span.kod {
	display: inline-block;
	margin: 5px auto;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #369;
	background: #fff;
	background: rgba(255,255,255,.8);
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	}

div.center div.jGrowl-notification, div.center div.jGrowl-closer { margin-left: auto; margin-right: auto; }


} /* css document */