body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: 10px;
	font-weight: bold;
	color: #E1B516;
	text-decoration: none;
}
input, form {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
li {
	margin: 2px 0;
}
.email-signup {
	width: 114px;
	height:14px;
	font-size: 11px;
	padding:0;
	margin:0;
}
.contact-form {
	color: #E1B516;
	font-size: 11px;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 10px;
}
.textfield {
	padding: 0;
	margin: 0;
	height: 18px;
	font-size: 11px;
}
.selectfield {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.button {
	margin: 0;
	padding: 0;
	height: 14px;
	padding: 0 10px;
	background: #E1B516;
	color: #000;
	border: 0;
	font-size: 11px;
}
.portfolio {
	color: #E1B516;
	font-size: 11px;
}
.portfolio img {
	border: 5px solid #E1B516;
}
#popupbox {
	top: 250px;
	margin-left: 300px;
	width: 300px;; /* For centering it on the screen */
	height: 150px; /* The height of the login box */
	position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	background: #FBFBF0; /* Login Box background color. Change this if desired. */
	border: solid #000000 2px; /* Makes a black border around the login box */
	z-index: 9; /* Makes it on top of everything else */
	visibility: hidden; /* Makes it hidden at first. Very Important.*/
}
.client-logos img {
	margin: 0 10px;
}