﻿body {
	background-color: black;
	background-image: url();
	background-repeat: repeat-x;
}

input {height:16px; border:1px solid yellow; font-size:12px; }
input {height:16px; font-size:12px; }

textarea {border:1px solid yellow; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
select {height:16px; border:1px solid yellow; font-size:10px; font-weight:bold;}
option {height:16px; border:1px solid yellow; font-size:10px; font-weight:bold;}


.text {	font-family:Arial, Helvetica, sans-serif; font-size:12px; }



#container {
	margin: 0 auto;
	width: 765px;
	border: 2px #fff solid;
}
#footer {font-family:Arial, Helvetica, sans-serif; font-size:11px;}

#footer li {
	display: inline;
}
#footer a{
	color: #F7BF01;
	text-decoration:none;
}
#footer a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.style1 {border-width: 0px;}

.text-pad{ padding:  0 10px 0 60px;
	
}