@charset "UTF-8";
/* CSS Document */



body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	min-height:100%;
	color: #999999;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
	min-height:100%;
	position:relative;
	width: 100%;
}
#header {
	padding:10px;
	width: 354px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#body {
	padding-bottom:60px;   /* Height of the footer */
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	line-height: 30px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} 

#footer a {
	color: #FF6600;
	text-decoration: none;
}
#footer a.visited {
	color: #FF6600;
	text-decoration: none;
}
#footer a.hover {
	color: #FF6600;
	text-decoration: none;
}
#footer a.active {
	color: #FF6600;
	text-decoration: none;
}
#body  a {
	color: #FF6600;
	text-decoration: none;

}

}
img, div { behavior: url(iepngfix.htc) }
#emailform {
	color: #333333;
}
#emailform input {
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#emailform textarea {
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#log {
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

