.boldwhite   { color: white; font-weight: bolder; font-size: 12px; font-family: "Trebuchet MS", Verdana ; line-height: 19px; }
.boldred { color: #c00; font-size: 15px; font-family: "Trebuchet MS", Verdana; font-weight: bold; line-height: 19px; }
.introwhite { color: white; font-size: 15px; font-family: "Trebuchet MS", Verdana, arial; line-height: 18px; }
.largered { color: #c00; font-size: 21px; font-family: "Trebuchet MS", Verdana, arial; font-weight: bold; line-height: 25px; }
h1 { color: #fff; font-size: 15px; font-family: "Trebuchet MS", Verdana, arial; font-weight: bold; line-height: 18px; margin: 0.67em 0; }
p { color: #7c7c7c; font-size: 12px; font-family: "Trebuchet MS", Verdana, arial; line-height: 18px; }
body { background-color: black; border-width: 0; }
img { border-width: 0; }
a:link { color: orange;}
a:visited { color: orange;}
a:hover { color: red; text-decoration: underline; }

/* @group FORMS */

form div {
	padding: 5px 15px;
}

form label {
	color: #fff;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 4px;
	font: bold 12px/18px "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

#error {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	font-style: italic;
	color: #ff9900;
}

form label em {
	color: #ff9900;
	background-color: transparent;
	padding: 0;
	line-height: 2em;
	font-size: 10px;
}

form label.checkbox {
	padding-top: 1.8em;
}

form label.checkbox input {
	margin: 10px 6px 10px 0;
}

form span {
	display: block;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #c6c6c6;
	margin: 0;
}

form span textarea,
form span input {
	background: #FFF;
	border: 1px solid #C3C3C3;
}

form span select,
form span textarea,
form span input {
	margin: 0;
	width: 100%;
	line-height: 18px;
	font-style: normal;
}

form span textarea {
	height: 150px;
}

#form-left {
	border: solid 0px;
	float: left;
}

form .form-left label {
	float: left;
	margin-right: 12px;
}

form p {
	margin: 15px 36px 0.6em 2px;
	width: 210px;
}

/* @end */

h2 {
	color: orange;
	font-family: "Trebuchet MS", Verdana, arial; line-height: 18px;
	}
