@charset "utf-8";

@import "fonts.css";

/* LOGON */

#background-wrap img 
{
	display: none;
    z-index: -1;
    /*max-height: 100%;*/
    /*min-height: 60em;*/
    width: 100%;
    height: 100%;
    position:fixed;
    padding:0px;
    margin:0px;
}
div.nshow {visibility: hidden;}
div.hide {display: none;}
html,body
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	/*background-color:#f4f4f4;
	background-color:#fff;*/
	background-color: #e5e5e5;
	font-family:'SegoeUI_Regular';
	font-weight:normal;
	font-size:18px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#window
{
	margin:0px;
	padding:0px;
	position:absolute;
	width:560px;
	height:404px;
	border:0px #f00 dashed;
	left:50%;
	top:50%;
	margin-left:-280px;
	margin-top:-250px;
	text-align:center;
	font-family:'SegoeUI_Regular';
}

#window div.logo img
{
	margin-bottom:87px;
}

#window div.logo img.ams
{
	margin-bottom:70px;
}

#window h1
{
	color:#000;
	font-size:18px;
	font-weight:normal;
	font-family: 'SegoeUI_Bold';
	font-weight:bold;
	margin-bottom:20px;
}

#window div.send a {
	color: #006da9;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	margin-bottom: 25px;
	cursor: pointer;
}
#window div.send a:hover {
	text-decoration: underline;
}

#window input
{
	width:244px;
	height:52px;
	line-height:14px;
	font-family:'SegoeUI_Regular';
	font-weight:normal;
	font-size:14px;
	border:0px #c4c4c4 solid;
	
	background-image:url(../img/input_new.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	
	border-radius:2px;
	color:#000;
	padding-left:26px;
	padding-right:26px;
	/*margin-bottom:20px;*/
	background-color:transparent;
	outline:none;
	text-align:center;
}

#secret
{
	/*background-color:#dbdbdc !important;
	color:#000 !important;
	border:1px #dbdbdc solid !important;*/
}

button[type="button"],
#window div.submit
{
	border:0px;
	width:252px;
	height:40px;
	line-height:40px;
	background-image:none;
	border:0px #38685a solid;
	border-radius:2px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	font-size:16px;
	margin:0 auto;
	padding-left:16px;
	padding-right:16px;
	background-color:#00a05d;
	background-color:#20a286;
	border:0px;
	margin-top:4px;
	font-family: 'SegoeUI_Bold';
	font-weight:bold;
}

#footer
{
	position:absolute;
	/*border:1px #f00 dashed;*/
	width:470px;
	height:11px;
	bottom:49px;
	left:50%;
	margin-left:-235px;
	font-size:11px;
	text-align:center;
	font-family:'SegoeUI_Regular';
	color:#8b8b8b;
}


#secret
{
	margin-bottom:25px;
}


input::-webkit-input-placeholder {color:#000; line-height:18px;}
input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
input:-moz-placeholder           {color:#000;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#000;}


div.pop_wrap
{
	width:454px;
	min-height:300px;
	margin:0 auto;
	text-align:center;
	padding:40px;
}

div.pop_wrap h1{
	color: #26465f;
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 23px;
}

div.pop_wrap p {
	text-align: left;
	font-size: 16px;
}

div.pop_wrap center {font-weight: bold;font-style: italic;}

#fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-position:0px 0px;
  background-repeat:no-repeat;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-close.zoom_single_map2{
	width:33px;
	height:33px;
	background-image:url(/img/button_close_map4.png);
	background-position: center center;
	background-color: rgba(0,0,0,0.6);
	right:0px;
	top:0px;
}


