@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(/images/CornerLogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.container {
	min-width: 780px;
	margin: 0 auto;
}
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7cbd5;
}
.header #logo, .header #banner {
	height: 160px;
}
.header #logo {
	width:260px;
	float:left;
}
.header #banner {
	float: right;
	width: 400px;
}
.content {
	padding: 10px 0;
	background-image: url(/images/MainFone1.jpg);
	background-repeat: no-repeat;
	min-height:500px;
}
.flRight {
	float: right;
	margin-left: 8px;
}
.flLeft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainpanel {
	width: 474px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 48px;
	min-height: 288px;
	background-image: url(/images/panel.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#mainpanel div {
	margin-top: 18px;
	margin-right: 18px;
	margin-left: 18px;
}
#mainpanel #formresult {
	margin: 22px;
}
#footer {
	font-size: 11px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0px;
	text-indent: 22px;
	text-align: justify;
}
