body {
	background: url(images/bgr.jpg) repeat-x #EEEEEE;
	_background: url(images/bgr_ie.jpg) repeat-x #EEEEEE;
	padding: 0;
	color: #333333;
	font-size: 14px;
	font-family: Arial;
	margin: 0;

}
body a {text-decoration: none;}
body a:hover {text-decoration: underline;}

div#main {
	width: 1000px;
	margin: 0 auto;
}
div#invisible {display: none;}

/*=====Web=====*/
/*Header*/
div#line {
	width: 1000px;
	height: 20px;
	float: left;
}

div#line em {
	font-size: 12px;
	float: left;
	text-align: left;
	color: white;
	padding: 2px 0 0 0;
	font-style: normal;
}

div#line span {
	float: right;
	text-align: right;
	color: white;
	padding: 1px 0 0 0;
}

div#line span a {color: white;}
div#line span a.logout {color: #C00;}
div#line span a.web {color: silver;}

a#header {
	background: url(images/logo.jpg) no-repeat;
	width: 165px;
	height: 52px;
	float: left;
	margin: 14px 0 0 20px;
}

img#izirs {
	background: url(images/izirs.jpg) no-repeat;
	width: 297px;
	height: 75px;
	float: right;
	margin: 0;
}
/*Header*/

/*Menu*/
ul#menu {
	width: 1000px;
	height: 40px;
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

ul#menu li {display: inline;}

ul#menu li a {
	float: left;
	height: 16px;
	padding: 15px 10px 7px 10px;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
ul#menu li a:hover {color: #A51218;}

ul#menu li a.activ {
	background: url(images/menu.jpg) repeat-x;
	height: 40px;
	float: left;
	padding: 0 12px;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	line-height: 40px;
}

ul.submenu {
	width: 1000px;
	height: 36px;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}

ul.submenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.submenu li a {
	float: left;
	height: 36px;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 36px;
	font-size: 13px;
	color: #666666;
	margin: 0;
}
ul.submenu li a:hover {color: #1F1F1F;}
ul.submenu li a.underline {
	text-decoration: underline;
	font-weight: bold;
}
/*Menu*/

/*Body*/
div#body {
	background: white;
	border: 1px solid #DADADA;
	width: 1000px;
	height: auto;
	float: left;
	padding: 0 0 20px 0;
	margin: 20px 0;
	display: inline;
}

h1 {
	background: #EBEBEB;
	border-bottom: 1px solid #DADADA;
	width: 990px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 36px;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

div#layout_bar {
	width: 350px;
	margin: 20px 16px 0 0;
	height: auto;
	display: inline;
	float: right;
}

div#layout_pridat {
	width: 600px;
	margin: 20px 0 0 16px;
	height: auto;
	display: inline;
	float: left;
}

div#layout_prohlizet {
	width: 960px;
	padding: 0 20px;
	height: auto;
	float: left;
}

div#texy_help {
	width: 350px;
	margin: 40px 16px 0 0;
	height: auto;
	display: inline;
	float: right;
	clear: right;
	text-align: center;
}

div#texy_help a {
	color: #333;
	text-decoration: underline;
	font-size: 16px;
}
div#texy_help a:hover {text-decoration: none;}

div#another_language {
	width: 300px;
	margin: 40px 30px 0 0;
	height: auto;
	display: inline;
	float: right;
	border: 5px solid #E2E2E2;
	padding: 5px 5px 15px 5px;
}
/*Body*/

/*Navigation*/
fieldset {
	width: 940px;
	height: auto;
	float: left;
	margin: 20px;
	padding: 10px;
	display: inline;
	border: 1px solid #DADADA;
}

fieldset legend {
	color: #CCCCCC;
}

fieldset span{
	float: left;
	color: #333333;
	line-height: 21px;
}
fieldset span.middle{padding: 0 7px;}

fieldset div {float: left;}
fieldset div.nav_view {width: 220px;}
fieldset div.nav_pagging {width: 240px;}
fieldset div.nav_add {width: 140px;}


fieldset div.nav_pagging a {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 2px;
	display: inline;
}

fieldset div.nav_pagging a.beggin {background: url(images/buttons/beggin.jpg) top;}
fieldset div.nav_pagging a.beggin:hover {background: url(images/buttons/beggin.jpg) bottom;}
fieldset div.nav_pagging a.beggin:active {background: url(images/buttons/beggin.jpg) center;}
fieldset div.nav_pagging a.beggin_off {background: url(images/buttons/beggin_off.jpg); cursor: default;}

fieldset div.nav_pagging a.left {background: url(images/buttons/left.jpg) top;}
fieldset div.nav_pagging a.left:hover {background: url(images/buttons/left.jpg) bottom;}
fieldset div.nav_pagging a.left:active {background: url(images/buttons/left.jpg) center;}
fieldset div.nav_pagging a.left_off {background: url(images/buttons/left_off.jpg); cursor: default;}

fieldset div.nav_pagging a.right {background: url(images/buttons/right.jpg) top;}
fieldset div.nav_pagging a.right:hover {background: url(images/buttons/right.jpg) bottom;}
fieldset div.nav_pagging a.right:active {background: url(images/buttons/right.jpg) center;}
fieldset div.nav_pagging a.right_off {background: url(images/buttons/right_off.jpg); cursor: default;}

fieldset div.nav_pagging a.end {background: url(images/buttons/end.jpg) top;}
fieldset div.nav_pagging a.end:hover {background: url(images/buttons/end.jpg) bottom;}
fieldset div.nav_pagging a.end:active {background: url(images/buttons/end.jpg) center;}
fieldset div.nav_pagging a.end_off {background: url(images/buttons/end_off.jpg); cursor: default;}

fieldset div.nav_add a {
	float: left;
	width: 170px;
	height: 25px;
	display: inline;
	margin: -3px 0 0 40px;
}

fieldset div.nav_add a.article {background: url(images/buttons/article.jpg) top;}
fieldset div.nav_add a.article:hover {background: url(images/buttons/article.jpg) center;}
fieldset div.nav_add a.article:active {background: url(images/buttons/article.jpg) bottom;}

fieldset div.nav_add a.comment {background: url(images/buttons/comment.jpg) top;}
fieldset div.nav_add a.comment:hover {background: url(images/buttons/comment.jpg) center;}
fieldset div.nav_add a.comment:active {background: url(images/buttons/comment.jpg) bottom;}

fieldset div.nav_add a.user {background: url(images/buttons/user.jpg) top;}
fieldset div.nav_add a.user:hover {background: url(images/buttons/user.jpg) center;}
fieldset div.nav_add a.user:active {background: url(images/buttons/user.jpg) bottom;}

fieldset div.nav_add a.picture {background: url(images/buttons/picture.jpg) top;}
fieldset div.nav_add a.picture:hover {background: url(images/buttons/picture.jpg) center;}
fieldset div.nav_add a.picture:active {background: url(images/buttons/picture.jpg) bottom;}

fieldset div.nav_add a.message {background: url(images/buttons/message.jpg) top;}
fieldset div.nav_add a.message:hover {background: url(images/buttons/message.jpg) center;}
fieldset div.nav_add a.message:active {background: url(images/buttons/message.jpg) bottom;}

fieldset div.nav_add a.file {background: url(images/buttons/file.jpg) top;}
fieldset div.nav_add a.file:hover {background: url(images/buttons/file.jpg) center;}
fieldset div.nav_add a.file:active {background: url(images/buttons/file.jpg) bottom;}

fieldset div.nav_add a.categories {background: url(images/buttons/categories.jpg) top;}
fieldset div.nav_add a.categories:hover {background: url(images/buttons/categories.jpg) center;}
fieldset div.nav_add a.categories:active {background: url(images/buttons/categories.jpg) bottom;}

fieldset div.nav_add a.group {background: url(images/buttons/group.jpg) top;}
fieldset div.nav_add a.group:hover {background: url(images/buttons/group.jpg) center;}
fieldset div.nav_add a.group:active {background: url(images/buttons/group.jpg) bottom;}

fieldset div.nav_add a.poll {background: url(images/buttons/poll.jpg) top;}
fieldset div.nav_add a.poll:hover {background: url(images/buttons/poll.jpg) center;}
fieldset div.nav_add a.poll:active {background: url(images/buttons/poll.jpg) bottom;}

fieldset div.nav_add a.menu {background: url(images/buttons/menu.jpg) top;}
fieldset div.nav_add a.menu:hover {background: url(images/buttons/menu.jpg) bottom;}
fieldset div.nav_add a.menu:active {background: url(images/buttons/menu.jpg) top;}

fieldset div.nav_add a.logs {background: url(images/buttons/logs.jpg) top;}
fieldset div.nav_add a.logs:hover {background: url(images/buttons/logs.jpg) bottom;}
fieldset div.nav_add a.logs:active {background: url(images/buttons/logs.jpg) top;}

div.nastaveni a{
	float: left;
	width: 170px;
	height: 25px;
	display: inline;
	margin: 10px 0 0 200px;
}

div.nastaveni a.obnovit_databazi {background: url(images/buttons/obnovit_databazi.jpg) top;}
div.nastaveni a.obnovit_databazi:hover {background: url(images/buttons/obnovit_databazi.jpg) bottom;}
div.nastaveni a.obnovit_databazi:active {background: url(images/buttons/obnovit_databazi.jpg) top;}

div.nastaveni a.zalohovat_databazi {background: url(images/buttons/zalohovat_databazi.jpg) top;}
div.nastaveni a.zalohovat_databazi:hover {background: url(images/buttons/zalohovat_databazi.jpg) bottom;}
div.nastaveni a.zalohovat_databazi:active {background: url(images/buttons/zalohovat_databazi.jpg) top;}

div.nastaveni a.optimalizovat_databazi {background: url(images/buttons/optimalizovat_databazi.jpg) top;}
div.nastaveni a.optimalizovat_databazi:hover {background: url(images/buttons/optimalizovat_databazi.jpg) bottom;}
div.nastaveni a.optimalizovat_databazi:active {background: url(images/buttons/optimalizovat_databazi.jpg) top;}

fieldset form {
	float: right;
	display: inline;
	padding: 0;
	margin: -2px 0 0 80px;
}

fieldset form input {
	float: left;
	width: 170px;
	height: 16px;
	background: #F4F4F4;
	border: 1px solid #D7D7D7;
}
/*Navigation*/

/*Layout*/
div#layout_prohlizet table {
	width: 960px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	border-collapse: collapse;
}

div#layout_pridat table {
	width: 600px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	border-collapse: collapse;
}

div#layout_bar table {
	width: 350px;
	height: auto;
	padding: 0;
	margin: 0;
	float: right;
	border-collapse: collapse;
}

div#layout_bar table tr td {text-align: center;}

div#another_language span {
	width: 100%;
	text-align: center;
	float: right;
	font-size: 17px;
	border-bottom: 1px solid #666;
	color: #666;
	margin: 0 0 10px 0;
}

div#another_language a {
	width: 100%;
	text-align: center;
	float: right;
	font-size: 15px;
	color: #999;
	padding: 3px 0;
}

div#another_language a:hover {color: #666;}

table tr {
	width: 100%;
	height: auto;
	text-align: left;
}

table tr.row1 {background: #FFF;}
table tr.row2 {background: #F6F6F6;}
table tr td {padding: 8px 10px;}
table tr td.indent2 {padding: 8px 10px 8px 50px;}
table tr td.indent3 {padding: 8px 10px 8px 100px;}

table tr td em {cursor: help;}
table tr td em.green, table tr td a.green {color: green;}
table tr td em.red, table tr td a.red {color: #900;}
table tr td em.gray {color: gray;}
table tr td small {line-height: 23px;}
table tr td.preview img {max-width: 150px; border: 1px solid #333}

div#layout_pridat table tr td input {
	width: 300px;
	height: 18px;
	float: left;
	border: 1px solid #D7D7D7;
	padding: 2px 0 0 2px;
	line-height: 23px;
}
div#layout_pridat table tr td input.short {width: 172px;}
div#layout_pridat table tr td input.px18 {width: 18px;}
div#layout_pridat table tr td input.px36 {width: 36px; margin: 0 20px 0 0;}
div#layout_pridat table tr td input.poll {margin: 5px 0 0 0;}
div#layout_pridat table tr td span.date {
	width: 6px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 20px;
}
div#layout_pridat table tr td a.delete_answer {
	background: url(images/delete_answer.jpg);
	width: 19px;
	height: 19px;
	float: left;
	display: inline;
	margin: 8px 0 0 5px;
}

div#layout_pridat table tr td span {
	float: left;
	padding: 5px 5px 5px 0;
}

div#layout_bar table tr td input {
	float: left;
	width: 250px;
	height: 20px;
	border: 1px solid #D7D7D7;
}

div#layout_bar table tr td select {width: 200px;}

div#layout_pridat table tr td input.checkbox {
	width: 20px;
	border: none;
}

table tr td select {
	float: left;
	width: 302px;
	height: 24px;
	border: 1px solid #D7D7D7;
	margin: 5px 0 0 0;
}

table tr td select.multiple {height: 100px;}

table tr td textarea {
	float: left;
	width: 590px;
	height: 400px;
	border: 1px solid #D7D7D7;
}

table tr td img {
	float: left;
	margin: 0 0 0 5px;
}

table tr td a {color: gray;}

table tr td a.another {
	clear: both;
	float: left;
	color: #090;
	font-size: 11px;
	padding: 3px 0 0 1px;
}

table tr td a.picture {
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

table tr td a.picture img {
	border: none;
	float: none;
	max-width: 300px;
}

table tr td a.file {
	background: url(images/added_file.jpg);
	width: 128px;
	height: 128px;
	float: left;
	margin: 0 0 0 101px;
}

table tr td a.none_file {
	background: url(images/none_file.jpg);
	width: 128px;
	height: 128px;
	float: left;
	margin: 0 0 0 101px;
}

table tr th {
	padding: 10px;
	background: #EBEBEB;
	border-bottom: 1px solid #D7D7D7;
}

table tr th a {
	color: #333333;
	padding: 0 0 0 13px;
}

table tr th a.order_down {background: url(images/order_down.jpg) no-repeat; color: #666;}
table tr th a.order_down:hover {background: url(images/order_up.jpg) no-repeat;}
table tr th a.order_up {background: url(images/order_up.jpg) no-repeat; color: #666;}
table tr th a.order_up:hover {background: url(images/order_down.jpg) no-repeat;}
table tr th a.order_none, table tr th a.order_none:hover {background: url(images/order_none.jpg) no-repeat; color: #666;}
table tr th a.order_down_activ {background: url(images/order_down_activ.jpg) no-repeat; color: #333;}
table tr th a.order_down_activ:hover {background: url(images/order_up_activ.jpg) no-repeat;}
table tr th a.order_up_activ {background: url(images/order_up_activ.jpg) no-repeat; color: #333;}
table tr th a.order_up_activ:hover {background: url(images/order_down_activ.jpg) no-repeat;}

table tr td a.info {
	background: url(images/info.png) no-repeat top;
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
table tr td a.info:hover {background: url(images/info.png) no-repeat bottom;}
table tr td a.info:active {background: url(images/info.png) no-repeat top;}

table tr td a.edit {
	background: url(images/edit.png) no-repeat top;
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
table tr td a.edit:hover {background: url(images/edit.png) no-repeat bottom;}
table tr td a.edit:active {background: url(images/edit.png) no-repeat top;}

table tr td a.delete {
	background: url(images/delete.png) no-repeat top;
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
table tr td a.delete:hover {background: url(images/delete.png) no-repeat bottom;}
table tr td a.delete:active {background: url(images/delete.png) no-repeat top;}

table tr td a.up {
	background: url(images/up.png) no-repeat top;
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
table tr td a.up:hover {background: url(images/up.png) no-repeat bottom;}
table tr td a.up:active {background: url(images/up.png) no-repeat top;}

table tr td a.down {
	background: url(images/down.png) no-repeat top;
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
table tr td a.down:hover {background: url(images/down.png) no-repeat bottom;}
table tr td a.down:active {background: url(images/down.png) no-repeat top;}

table tr td a.up_off, table tr td a.up_off:hover {
	background: url(images/up_off.png) no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
table tr td a.down_off, table tr td a.down_off:hover {
	background: url(images/down_off.png) no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
/*Layout*/



/*Tlacitka*/
div#layout_pridat table tr td input.cancel {
	background: url(images/buttons/cancel.jpg) top;
	float: left;
	width: 60px;
	height: 20px;
	border: none;
	color: transparent;
	cursor: pointer;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
}
div#layout_pridat table tr td input.cancel:hover {background: url(images/buttons/cancel.jpg) bottom;}

div#layout_pridat table tr td input.ok {
	background: url(images/buttons/save.jpg) top;
	float: left;
	width: 60px;
	height: 20px;
	border: none;
	color: transparent;
	cursor: pointer;
	display: inline;
	margin: 0 0 0 220px;
	padding: 0;
}
div#layout_pridat table tr td input.ok:hover {background: url(images/buttons/save.jpg) bottom;}

input.search {
	background: url(images/buttons/search.jpg) top;
	float: left;
	width: 60px;
	height: 20px;
	border: none;
	display: inline;
	margin: 0 0 0 5px;
	color: transparent;
	cursor: pointer;
	padding: 0;
}
input.search:hover {background: url(images/buttons/search.jpg) bottom;}

div#layout_pridat table tr td input.save {
	background: url(images/buttons/save.jpg) top;
	float: left;
	width: 60px;
	height: 20px;
	border: none;
	display: inline;
	margin: 0 0 0 270px;
	color: transparent;
	cursor: pointer;
	padding: 0;
}
div#layout_pridat table tr td input.save:hover {background: url(images/buttons/save.jpg) bottom;}

div#layout_pridat table tr td input.send {
	background: url(images/buttons/send.jpg) top;
	float: left;
	width: 60px;
	height: 20px;
	border: none;
	display: inline;
	margin: 0 0 0 270px;
	color: transparent;
	cursor: pointer;
	padding: 0;
}
div#layout_pridat table tr td input.send:hover {background: url(images/buttons/send.jpg) bottom;}

div#layout_bar table tr td input.upload {
	background: url(images/buttons/upload.jpg) top;
	float: left;
	width: 60px;
	height: 20px;
	border: none;
	display: inline;
	margin: 0 0 0 135px;
	color: transparent;
	cursor: pointer;
	padding: 0;
}
div#layout_bar table tr td input.upload:hover {background: url(images/buttons/upload.jpg) bottom;}

input.submit3 {margin: 0 0 0 220px;}
/*Tlacitka*/



/*Footer*/
div#footer {
	background: white;
	border-top: 1px solid #DADADA;
	border-bottom: 5px solid #083962;
	width: 100%;
	height: 50px;
	float: left;
	margin: 10px 0 0 0;
	display: inline;
	text-align: center;
}

div#footer span {
	color: #999;
	line-height: 50px;
}
div#footer span a {color: #666;}
/*Footer*/
/*=====Web=====*/



/*=====Windows=====*/
/*Login*/
body.login {
	background: none white;
	margin: 0;
	padding: 0;
	color: white;
}

div.login {
	background: url(images/login_bgr.jpg) no-repeat;
	width: 400px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
}

div.login form {
	width: 200px;
	height: auto;
	float: left;
	border: none;
	display: inline;
	margin: 110px 0px 0px 100px;
}

div.login form label {
	width: 200px;
	height: 18px;
	float: left;
	text-align: center;
	margin: 0;
}

div.login form span {
	width: 200px;
	height: auto;
	float: left;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	color: red;
	font-size: 17px;
}

div.login form input {
	background: url(images/login_input.jpg) repeat-x;
	width: 200px;
	float: left;
	color: #333333;
	display: inline;
	margin: 0 0 10px 0;
	border: 1px solid #BAC7D8;
}

div.login form input.submit {
	width: 100px;
	height: 30px;
	float: left;
	border: none;
	display: inline;
	margin: 20px 0 0 50px;
}

div.login img.connecting {
	width: 162px;
	height: 78px;
	float: left;
	display: inline;
	margin: 50px 0 0 119px;
}
/*Login*/

/*Window*/
div.show_window {
	background: url(images/show_message_bgr.png) repeat;
	z-index: 40;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	display: none;
}

div.show_window div.window {
	background: white;
	z-index: 50;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 1000px;
	height: auto;
	padding: 10px;
	margin: 0 0 0 -500px;
	border: 1px solid #DADADA;
}
/*Window*/

/*JS error & Login & No permission*/
div.js_error {
	background: url(images/js_error.jpg) no-repeat;
	width: 400px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -200px;
}

div.login_error {
	background: url(images/login_error.jpg) no-repeat;
	width: 400px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -200px;
}

div.permission_error {
	background: url(images/permission_error.jpg) no-repeat;
	width: 400px;
	height: 200px;
	float: left;
	display: inline;
	margin: 100px 0 100px 300px;
}
/*JS error & Login & No permission*/

/*Connecting*/
body.connecting {
	background: white;
	margin: 0;
}

body.connecting div.connecting {
	width: 162px;
	height: 78px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -39px 0 0 -81px;
}
/*Connecting*/

/*Loading*/
div.loading {
	width: 1000px;
	padding: 150px 0;
	float: left;
	text-align: center;
}
div.loading img {
	float: none;
	margin: 0;
}
/*Loading*/

/*Error message*/
div.show_message {
	background: url(images/show_message_bgr.png) repeat;
	z-index: 90;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

div.show_message div {
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 200px;
	margin: -100px 0px 0px -175px;
}

div.show_message div.error {background: url(images/error_message.jpg) no-repeat;}
div.show_message div.done {background: url(images/done_message.jpg) no-repeat;}

div.show_message div.error span {
	background: url(images/error_message_button.jpg) left top no-repeat;
	float: left;
	width: 210px;
	height: 62px;
	display: inline;
	margin: 80px 0 0 40px;
	padding: 10px 0 0 60px;
	text-align: center;
}

div.show_message div.done span {
	background: url(images/done_message_button.jpg) left top no-repeat;
	float: left;
	width: 210px;
	height: 62px;
	display: inline;
	margin: 80px 0 0 40px;
	padding: 10px 0 0 60px;
	text-align: center;
}

div.show_message div a {
	background: url(images/buttons/show_message_ok.jpg) top;
	float: left;
	width: 103px;
	height: 42px;
	display: inline;
	margin: 0 0 0 123px;
}
div.show_message div a:hover {background: url(images/buttons/show_message_ok.jpg) center;}
div.show_message div a:active {background: url(images/buttons/show_message_ok.jpg) bottom;}
/*Error message*/

/*IE error*/
div#ie_error {
	background: #900;
	border-bottom: 2px solid #DADADA;
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
}

div#ie_error div {
	margin: 0 auto;
	width: 1000px;
	height: 40px;
	text-align: left;
}

div#ie_error div span {
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	float: left;
	color: white;
	font-size: 16px;
}

div#ie_error div a {
	background: url(images/buttons/download_browser.jpg) top;
	float: right;
	width: 185px;
	height: 22px;
	display: inline;
	margin: 10px 0;
}
div#ie_error div a:hover {background: url(images/buttons/download_browser.jpg) center;}
div#ie_error div a:active {background: url(images/buttons/download_browser.jpg) bottom;}
/*IE error*/
/*=====Windows=====*/
