/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #464646;
	color: #CCCCCC;
	font-size: 10px;
	padding: 0px 35px 35px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#holder {
	width: 480px;
	background-color: #000000;
	padding: 50px;
}

h1 {
	font-size: 18px;
	color: #FFFF00;
}

a {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.pspimages img {
	border: 1px solid #666666;
	margin-top: 20px;
	background-image: url(../images/loading.gif);
}

.spacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 10px;
	width: 480px;
}

.footer {
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
}

input:file {
	color: #999999;
	padding: 3px;
	margin-bottom: 10px;
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px none #322e2c;
	border-right: 1px none #322e2c;
	border-bottom: 1px dotted #322e2c;
	border-left: 1px none #322e2c;
}


input, textarea {
	color: #999999;
	padding: 3px;
	margin-bottom: 10px;
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px none #322e2c;
	border-right: 1px none #322e2c;
	border-bottom: 1px dotted #322e2c;
	border-left: 1px none #322e2c;
}
	
input:focus, textarea:focus	{
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.fullborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #cdc8bd;
}
