/* it is from public website */
/******************** header ********************/
#header {
	height: 87px;
	position: relative;
  background: #266a99;
}

#header ul {
	position: absolute;
	top: 15px;
	right: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0 9px;
	color: #ffffff;
	font-size: 1.0em;
	line-height: 1.95em;
	border-right: dotted 1px #ffffff;
	margin-right: -1px;
}

#header a {
	color: #ffffff;
}

/******************** clearfix styles ********************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;font-size:0;
}

.clearfix {
	display: inline-block;
}

.form-status {position:fixed;right:10px;top:10px;color:red;background: transparent;
	width:200px;height:20px;line-height: 20px;z-index:100}