h1 {
	margin: 0 0 10px 0;
	font-size: 30px;
	border-bottom: 1px solid #CCCCCC;
	color: #B6151B;
}
body.submit h1 {
	margin: 0 0 0 0;
}
body.video h1 {
	font-size: 14px;
	padding: 0;
	margin: 15px 10px 15px 10px;
	border-bottom: none;
}
body.video h1 a.commment {
	font-weight: normal!important;
}
h1 span.reduced {
	font-size: 16px;
	color: #666666;
}
h2 {
	margin: 10px 0 10px 0;
	padding: 20px 10px 0 10px;
	font-size: 20px;
	border-top: 1px solid #CCCCCC;
	color: #B6151B;
}
object {
	display: block;
}
a {
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
a.forgot {
	font-size: 12px;
}
p {
	font-size: 12px;
	color: #B6151B;
	padding: 0 10px 0 10px;
	line-height: 140%;
}
div.large-icon {
	width: 100%;
	background-color: #202020;
	text-align: center;
	padding: 30px 0 30px 0;
}
ul {
	margin: 0 0 0 40px;
	padding: 0;
}
ul li {
	font-size: 12px;
	color: #B6151B;
	line-height: 140%;
	font-weight: bold;
}
table.data_input {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFE5;
}
table.data_input td {
	vertical-align: middle;
	font-size: 12px;
	padding: 5px;
}
table.data_input td.label {
	font-weight: bold;
	text-align: right;
}
table.data_input td.remember {
	font-size: 12px;
	padding: 0;
}
div.control {
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #CCCCCC;
}
div.control input.button {
	/*min-width: 100px;*/
}
span.req {
	color: #9A151B;
}
span.note {
	font-size: 11px;
	color: #666666;
}

body.submit table.data_input tr td textarea {
	height: 230px;
	padding: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; 
}
body.submit table.data_input tr td input#title {
	padding: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; 
}
body.submit table.data_input tr td textarea {
	height: 200px;
	padding: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; 
}
body.message table.data_input tr td textarea {
	height: 200px;
	padding: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; 
}