@charset "UTF-8";
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #211b1b;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: url(../images/tile.png) center repeat;
}
p {
	color: #333;
	text-align: left;
}
h3, h4 {
	text-decoration: underline;
	color: #000;
	text-align: left;
	padding: 20px 0 0;
}
.oneColFixCtr #container {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 16px;
	/*border: 1px solid #666;
	background-color: #fff;*/
}
.oneColFixCtr #mainContent {
	padding: 0;
}
#logo {
	background: url(../images/botv-logo.png) center no-repeat;
	width: 553px;
	height: 311px;
	margin: 60px 0 60px;
}
.loader {
	background: url(../images/ajax-loader.gif) center no-repeat;
	width: 16px;
	height: 11px;
}
#contact {
	margin: 0 auto;
	width: 317px;
	/*height: auto;
	padding: 16px 12px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
	background-color: #000;*/
}
.input-prompt {
	position: absolute;
	color: #888;
	margin: .75em 0 0 0.75em;
	font-size: 14px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

/* CSS Document */

input.send {
	color: #fff;
	background-color: #cc9966;
	width: auto;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	cursor: pointer;
}

input.textbox, textarea.textbox {
	background-color: #fff;
	border: 1px solid #cc9966;
	color: #481e14;
	cursor: text;
	padding: 5px 0 0 5px;
	font-size: 16px;
	width: 100% !IMPORTANT;
	/*width: 100px;*/
	
}

td.textbox {
	text-align: left;
	padding: 5px 10px 0 0;
	font-size: 13px;
	color: #333;
}

.red {
	color: #F00;
	font-size: 14px;
}

.black {
	color: #242424;
	position: relative;
	float: left;
}

.input-prompt {
	position: absolute;
	font-style: italic;
	color: #481e14;
	margin: 0.5em 0 0 0.5em;
	font-size: 13px
}
.ui-tabs .ui-tabs-hide {
	display: none;
}