html,body {
	overflow-x:hidden;
}
body, table {
	font-family:Arial;
	font-size:12px;
}
object {
	outline:none;
}
img {
	border:0;
}
a {
	color:black;
  outline:none;
  text-decoration:none;
}
input.styledinput {
	height:26px;
	line-height:26px;
	background:url(img/input.jpg) repeat-x;
	border:0;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.styledinput_input {
	height:24px;
	line-height:24px;
	border:0;
	border:1px solid #e6e6e6;
  background-color:#fffff3;
}
textarea.styledinput {
	border:1px solid #e6e6e6;
	width:178px;
  font-family:Arial;
	font-size:120%;
  background:url(img/input_text.jpg) ;
}
.styledinput_textarea {
	border:1px solid #e6e6e6;
	width:178px;
  font-family:Arial;
	font-size:120%;
  background-color:#fffff3;
}
.error {
	color:red;
	text-align:center;
}
.top {
	background-color:black;
	color:white;
}
.top a {
	color:white;
  text-decoration:underline;
}

#footer {
	width:100%;
	background-color:black; 
	color:white;
}
#footer #footerinner {
	width:960px;
	margin:0 auto;
	line-height:160%;
}
#footer a {
	color:white;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
