html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	color: #FFFFFF;
	background-color: #300000;
	/*background: #0E0000 url("/images/footer.jpg") left bottom no-repeat;*/
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}

h3, h4, h5 {
	text-transform: uppercase;
}
#main-container {
	background: #300000 url("/images/footer.jpg") left bottom no-repeat;
	padding-bottom: 150px;
}
#main-container-content {
	padding: 0 0 150px 0;
	background: transparent url("/images/header.jpg") left top no-repeat;
}

a.logo {
	text-decoration: none;
}

#logo-a {
	width: 166px;
	height: 127px;
	background: transparent url("/images/logo_tfa.png") left top no-repeat;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/logo_tfa.png');
}

#logo-b {
	width: 160px;
	height: 127px;
	background: transparent url("/images/logo_tfb.png") left top no-repeat;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/logo_tfb.png');
}

#slash{
	width: 31px;
	height: 127px;
	background: transparent url("/images/slash.png") left top no-repeat;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/slash.png');
}

#logo-a, #logo-b, #slash {
	text-indent: 3000px;
	overflow: hidden;
}

#tagline {
	float: right;
	padding-top: 60px;
	font-weight: bold;
	font-size: 18px;
}

#main-content {
	margin-top: 10px;
}

#main-feature {
	text-align: left;
}

#side-feature {
	padding: 2px;
	background-color: #000000;
	text-align: center;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}
#side-feature h3 {
	text-align: center;
}
#side-feature-content {
	background: #000000 url("/images/brown_gradient.gif") left top repeat-x;
	padding: 10px 10px 20px 10px;
}
.error {
	color: #D00000;
}
.success {
	color: #00D000;
}
div.fade {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;
}
#logo-a, #logo-b {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
}

#slash {
	float: left;
}

#logo-a div.fade, #logo-b div.fade {
	background: transparent url("/images/pixel30k.png") left top repeat;
}

#main-form {
	padding: 2px;
	background: #000000 url("/images/bird.gif") right bottom no-repeat;
}
#main-form-content {
	padding: 0 10px 20px 10px;
	background: transparent url("/images/brown_gradient.gif") left top repeat-x;
}
#main-form h1 {
	margin: 0;
	padding: 10px 0;
}
.stepnum {
	display: block;
	float: left;
	font-family: Georgia, TImes, serif;
	font-size: 30px;
	margin-right: 10px;
}
#main-form textarea {
	font-size: 16px;
	margin-bottom: 5px;
}
#captcha {
	float: left;
	margin: 10px 0;
	background-color: #FFFFFF;
}
#form-footer {
	margin-top: 5px;
}
#form-result {
	margin-top: 20px;
	font-weight: bold;
	width: 400px;
}
#charlimitinfo {
	float: right;
	font-family: Georgia, TImes, serif;
	font-size: 21px;
	font-weight: bold;
	color: #999999;
	margin: 8px 8px 0 0;
}

#charlimitinfo .error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

#recaptcha_block, #recaptcha_table {
	background-color: #000000;
}

#main-result {
	padding: 2px;
	background-color: #000000;
}
#main-result-content {
	padding: 0 10px 20px 10px;
	background: transparent url("/images/brown_gradient.gif") left top repeat-x;
}
#main-result-status {
	padding-top: 20px;
	font-style: italic;
}
#main-result-ads {
	padding-bottom: 20px;
	text-align: center;
}
h1.tweet {
	padding: 20px;
}

.button-sm, .button-lg, .button-sm a, .button-lg a, .button-sm input, .button-lg input {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000000;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

.button-sm a:hover, .button-lg a:hover {
	background: transparent url("/images/pixel30k.png") left top repeat;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/pixel30k.png');
}

.hidehover a:hover, .hidehover a:hover {
	background: transparent url("") left top no-repeat;
}

.button-sm a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 15px;
}

.button-lg a {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 15px;
}

.button-sm, .button-lg {
	background: #333333 url("/images/matte.png") left bottom repeat-x;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/matte.png');
}

.button-sm div.fade, .button-lg div.fade {
	background: transparent url("/images/pixel30k.png") left top repeat;
}
#main-footer {
	margin-top: 50px;
}
#footer-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-links ul li {
	display: inline;
	margin: 0;
	padding: 0 6px;
}
#copyright {
	margin-top: 10px;
	padding: 10px 4px;
	border-top: 1px solid #999999;
}
.twitter-container{

}
.twitter-container a{
	color:#0066CC;
	font-weight:bold;
}
.twitter-status{
	background: transparent url("/images/black_gradient.gif") left top repeat-x;
	padding:15px;
	margin-bottom: 8px;
}
.twitter-image{
	float:left; 
	margin-right:14px;
	border:solid 2px #000000;
	width:50px;
	height:50px;
}
.twitter-posted-at{
	font-size:11px;
	padding-top:4px;
	color:#999;
}

.hint {
	font-size: 11px;
	padding: 5px 20px 0 40px;
}

.yui-b {
	text-align: center;
}

/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
