/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F1DF00;
	background-image: url(http://www.santacruzskateboards.com/images/backs/back.gif)
}
a {
	text-decoration: underline;
}
#attribute {
	padding-top: 2px;
	padding-bottom: 3px;
}
#form {
	width: 300px;
}
#fine {
	font-size: 10px;
}

a:link {
	color: #FF0000;
}
a:hover {
	color: #CCCCCC;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #CCCCCC;
}
input {
	background-color: #F1DF00;
	color: #000000;
}
select {
	background-color: #F1DF00;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.basictext {
	color:#000000;
}
.errortext {
	color:#FFFF00;
}
