@charset "UTF-8";

/* P */
#footerForm p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#footerMsg p {
	padding: 0;
	margin: 0;
}

/* LINKS */
#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a#at:link, a#at:visited, a#at:active, a#at:hover {
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	background: url(../images/at.png) no-repeat center right; 
}

/* DIVS */
div#footer {
	position: absolute;
	bottom: -180px;
	left: 0;
	width: 100%;
	font: bold .9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	z-index: 3;
}
body>div#footer {
	position: fixed;
}
div#footerContent {
	width: 100%;
	height: 210px;
	background: #fff url(../images/sep.gif) repeat-x;
}
div.site {
	float: left;
	position: relative;
	top: 0;
	left: 50%;
	height: 14px;
	width: 174px;
	padding: 8px;
}
div#footerI {
	margin-left: -400px;
}
div#footerB {
	margin-left: -210px;
}
div#footerP {
	margin-left: -20px;
}
div.at {
	background-color: #4d4d4d;
}
div#footerText {
	float: left;
	position: relative;
	top: 0;
	left: 50%;
	height: 14px;
	width: 214px;
	padding: 8px;
	color: #4d4d4d;
	text-align: right;
}
div.footerPos {
	position: absolute;
	top: 27px;
	left: 50%;
	height: 160px;
	width: 620px;
	margin-left: -320px;
	padding: 10px;
}
div#footerForm {
	text-align: left;
}
div#footerSubmit {
	visibility: hidden;
}
div#footerSubmit.overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
div#footerSubmit.loading {
	background: #fff url(../images/ajax-loader.gif) no-repeat center;
	visibility: visible;
}
div#footerSubmit.response {
	background: #fff;
}
div#footerMsg {
	position: relative;
	top: 40px;
	left: 50%;
	width: 280px;
	margin-left: -150px;
	padding: 10px;
	background-color: #ccc;
	border: 1px solid #000;
	text-align: left;
}
div.footerReq {
	float: left;
	width: 470px;
}

/* SPAN */
span.footSpace {
	padding: 0 5px 0 5px;
}
span.normal {
	font-weight: normal;
}
span.legal {
	font-size: .85em;
}

/* IMG */
img.footerMsgClose {
	width: 16px;
	height: 13px;
	padding: 0 0 5px 264px;
}

/* FORM */
#footerForm input, #footerForm textarea {
	font: 1.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4d4d4d;
	background-color: #fff;
}
#footerForm input {
	width: 297px;
	height: 14px;
	padding: 3px;
}
#footerForm textarea {
	width: 612px;
	height: 58px;
	padding: 3px;
	margin: 10px 0 10px 0;
}
#footerForm input.submit {
	width: 150px;
	height: 22px;
	color: #4d4d4d;
	font-weight: bold;
}
#footerForm :focus {
	background-color: #ccc;
}