#contact_us p {
	margin: 1px 0px;
}

#contact_us p.info {
	margin: 2px 0px 10px 0px;
}

#contact_us span {
	width: 80px;
	font-weight: bold;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 18px;
}

#contact_us span.secret {
	background: url(/images/icons/key.jpg) top left no-repeat;
}

#contact_us span em {
	color: #AFAFAF;
}

#contact_us select {
	width: 208px;
	padding: 0px 0px 0px 3px;
	border: 1px solid #AFAFAF;
}

#contact_us input {
	width: 200px;
	padding: 0px 3px;
	border: 1px solid #AFAFAF;
}

#contact_us input.checkbox {
	width: auto;
	margin-right: 5px;
}

#contact_us textarea {
	width: 446px;
	height: 200px;
	padding: 3px;
	border: 1px solid #AFAFAF;
	overflow: auto;
}

#secret_code_link {
 outline: none;
}

#secret_contest_code {
	display: none;
	background: #EEE;
	border-top: 2px solid #AFAFAF;
	border-bottom: 2px solid #AFAFAF;
}

.bio_image {
	background: #EEE;
	padding: 4px;
	margin: 4px 10px 2px 0px;
}

.channels {
	border-collapse: collapse;
	width: 100%;
	background: #FFF;
}

.channels .gray {
	background: #EEE;
}

.channels td {
	padding: 3px 8px;
	font-size: 12px;
	white-space: pre;
}

.channels tr:hover {
	/* color: #FFF; */
	/* background: #F9961E; */
}

.channels .header {
	background: #F9961E;
	color: #FFF;
	font-weight: bold;
}
/*
.channels tr.header td {
	font-size: 14px;
}
*/

#contact_us span#bingo_msg {
	display: none;
	width: auto;
	padding-left: 5px;
	float: none;
	font-size: 10px;
}