/*--- okno hlasky ---*/
.sede_pozadi{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../img/bg_login.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 50;
    cursor: pointer;
}
.obal_login{
	position: absolute;
	left: 0px;
	top: 170px;
	width: 100%;
}
.login_okno_text{
    position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
	padding: 40px 50px 40px 50px;
	background-color: #FFFFFF;
	font-size: 32px;
    line-height: normal;
	z-index: 52;
    text-align: center;
	
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.krizek_login{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../img/atrium_portal/close.png?v=1.1");
}
.cervene{
	color: #D23232;
}
.zelene{
	color: #69A647;
}