﻿.text-box {
	float:left;
	width:570px;
	background-color:#F9F8F2;
	border: 1px solid #DFDFDF;
	padding:3px;
	margin-bottom:15px;
	overflow:hidden;
}
#form-left {
    text-align:center;
    float: left;
    width: 49%;
    background-color: #F9F8F2;
}
#form-right {
	text-align:center;
    float: right;
    width: 49%;
    background-color: #F9F8F2;
}
.button-container {
	text-align:center;
	float:left;
	width:33%;
	background-color: #F9F8F2;
}
.odd {
	background:#F0F6EF;
}
tr {
	height:50px;
}
.tb-header {
	background:#DFDFDF;
	color:#666666;
	font-weight:bold;
	height:30px;
	font-size:1.2em
}

/* ----------Text Boxes------------*/

.heading-form {font-size: 1.3em; color: #6A6557; background:#DFD5B9; margin-bottom:10px;}
.heading-form a {color: #6A6557; text-decoration:none;}
.heading-form a:hover {text-decoration:underline;}

input {
	width:150px;
	height:30px;
}

.fb2 {
	color:#800000;
}

.fb3 {
	background-color:#FF6633;
}

.fb4 {
    background: #FFBD2B url('images/gradient.png') repeat-x;
    border: 1px solid #bfa277;
}

.fb5 {
	background-color: #db6600;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;	
	color: #ffffff;
	border:1px solid #db6600;
	background-image: url(images/button_bg.jpg);
}
.fb5:hover {
	background-color: #000000;	
	border:1px solid #000000;
	background-image: url(images/button_bg_over.jpg);
}

.fb6 {
	border: 3px double #003DF5;
}

.fb7 {
    background: #EBE3CD url(images/search.png) no-repeat 5px center;
    vertical-align:middle; 
    border: 1px solid #969184;
}

.fb8 {
	background: transparent url(images/buttonround.gif) no-repeat;
	border: none;
	outline: none;
}
.fb8:hover {
	background: transparent url(images/buttonhover.gif) no-repeat;
	border: none;
	outline: none;
}
.fb9 {
	border: 1px solid #3366FF;
	background-color:#B3C6FF;
}
.fb9:hover {
	border: 2px dotted #FF6633;
	color:#FF6600;
	font-weight:bold;
}








