a {
	text-decoration: none;
}

img {
	behavior:	url("/pngbehavior.htc");
}
html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../../img/page/binary.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#updateNotice {
	color: red;
	/*position: relative;
	top: 35px;
	float: right;
	text-align: right;*/
}

#header {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #D4D4D4;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../img/page/head-gradual.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
}

#header a {
	color: #6C6C6C;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#register {
	clear: none;
	float: left;
	height: 25px;
	width: 400px;
}

#logo {
	background-image: url(../../img/page/head-logo.gif);
	background-repeat: no-repeat;
	clear: none;
	float: left;
	height: 35px;
	width: 155px;
}
#auth {
	color: #333333;
	margin-top: 9px;
	float: right;
	line-height: 17px;
	padding-right: 10px;
	clear: none;
	width: 750px;
}
#auth .icointra {
	background-image: url(../../img/page/ico_intra.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 1px;
}

#auth form {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
}
#auth form input {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: -2px;
}
#auth .ffield {
	border: 1px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 3px;
}
#auth .fbtn {
	height: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	font-size: 10px;
}
#autherror {
	background-color: #E9473A;
	position: absolute;
	height: 28px;
	width: 100%;
	left: 0px;
	top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D82819;
	text-align: right;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D82819;
}
#autherror span {
	margin-top: 6px;
	margin-right: 10px;
	float: right;
}
#autherror a {
	color: #000000;
	text-decoration: none;
}
#autherror a:hover {
	color: #FFFFFF;
}
#footer {
	position: absolute;
	height: 150px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	text-align: right;
}
#contacts {
	float: left;
	width: 345px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
	padding: 12px 12px 12px 0px;
	margin-top: 29px;
	display: inline;
	border-right-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-right-color: #E9E9E9;
	border-top-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-right: -345px;
}
#contacts b {
	color: #D82819;
}
#contacts a {
	color: #6C6C6C;
	text-decoration: none;
}
#contacts a:hover {
	text-decoration: underline;
}


.InfoMessage {
  font-weight:bold;
  color: #21AA2E;
  /*
  background: #21AA2E;
  width:705px;

  padding:.3em;
  margin-bottom:5px;
  margin-top:5px;*/
}
