* {
	margin:0;
	padding:0;
	z-index:0;
	position:relative;
	vertical-align:baseline;
}

.clear {
	clear:both;
}

.body_emergency {
	background:rgba(0,0,0,0.7);
}

#emergency {
	margin:auto;
	width:680px;
	box-shadow:0 10px 25px rgba(0,0,0,0.5);
	margin-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}

#emergencyTop {
  	background:#fff; background:-webkit-linear-gradient(bottom, #eee, #fff 25%); background:linear-gradient(to top, #eee, #fff 25%);
    border-bottom:1px solid #fff;
    padding:10px 10px 0;
    z-index:2;
}

#emergency #title {
	padding:14px 10px 11px;
	font-size:16px;
}

#emergency h1 {
    font-size:16px;
}

#emergency .red {
	color:#b50000;
}

#emergencyTopShadow {
	background:url("/main-res2/pics/dialogs/dialog_sprites.png") no-repeat scroll 10px -13px rgba(0, 0, 0, 0);
	height:13px;
	width:100%;
}

#emergencyContent {
	font-size:12px;
	line-height:18px;
	padding:10px 10px 0;
}

#emergency #logo {
    border:1px solid #d7d7d7;
    float:left;
    height:108px;
    margin:0 20px 0 30px;
    width:108px;
}

#emergency #logo img {
	width:100%;
}

#emergency #text {
	float:left;
	width:500px
}

#emergency hr {
    border:1px solid #d7d7d7;
	border-bottom:0;
	border-left:0;
	border-right:0;
    margin:20px auto 0;
    width:640px;
}

#emergency #company {
	color:#808080;
	padding:14px 10px 15px;
}


#emergencyBotShadow {
	width:680px;
	height:13px;
	background:url('/main-res2/pics/dialogs/dialog_sprites.png') 10px 0px no-repeat;
}

#emergencyBot {
  	background:#fff; background:linear-gradient(to bottom, #eee, #fff 85%);
	border-top:1px solid #fff;
	min-height:44px;
	padding:10px 10px 0;
	z-index:2;
}

#emergencyPhone {
	font-weight:bold;
}

.ui-menu-item .informal {
	float:right;
	color:#666666;
}

#ajaxInformationBar{
	position:fixed;
	bottom:-800px;
	top:auto;
	left:0;
	width:100%;
	transition: bottom 1s;
}
#ajaxInformationBar.active{
	bottom:0px;
}
#ajaxInformationBar #cookieHint{
	background: rgba(0,0,0,0.7);
	color:#FFF;
	padding:1% 5%;

}
#ajaxInformationBar #cookieHintText{
	width:80%;float:left;
}
#ajaxInformationBar #cookieHintButton{
	width:20%;float:left;
}
#ajaxInformationBar #cookieHintButtonText{
	display:block;
	width:80%;
	margin:auto;
	background:#fff;
	color:#000;
	box-shadow:0px 0px 2px 2px rgba(255,255,255,1), inset 0px 0px 2px 4px rgba(0,0,0,0.25);
	padding:3%;
	text-align:center;
	cursor:pointer;
	transition:all 0.5s;

}
#ajaxInformationBar #cookieHintButtonText:hover{
	box-shadow:0px 0px 2px 2px rgba(255,255,255,1), inset 0px 0px 2px 4px rgba(0,0,0,0.55);
}