﻿.text-box {
	float:left;
	width:570px;
	background-color:#F9F8F2;
	border: 1px solid #d1c7ac;
	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:100px;
}
.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;}

.ta1 {
	width:230px;
	height:60px;
}
.ta2 {
	width:230px;
	height:60px;
	background-color:#99FFCC;
	border:1px solid #008800;
}
.ta3 {
	width:230px;
	height:60px;
	border:2px dashed #D1C7AC;
}
.ta4 {
	background-image: url(images/bg.png);
	border: 1px solid #6297BC;
	width: 230px;
	height: 60px;
}
.ta5 {
	background: url(images/roundtext.gif) no-repeat top left;
	height: 60px;
	width: 230px;
}
.ta5a{
	border: 0;
	width: 220px;
	height:55px;
	margin-top: 3px;
}
.ta6 {
	border: 3px double #CCCCCC;
	width: 230px;
	height: 60px;
}
.ta8 {
	width: 230px;
	height:60px;
	border:1px solid #3366FF;
	border-left: 4px solid #3366FF;
}
.ta10 {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	height: 60px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;

}
.ta11 {
	background:#FFFFFF url(images/searchtext.png) no-repeat 85px 8px;
	border: 1px solid #CCCCCC;
	width: 230px;
	height: 80px;
}

