/* ==================== SPC Style Sheet For Template TXForm ==================== */

#TXForm #optiona #slideshow {
	visibility: hidden;
}
#TXForm #optionb #slideshow {
	visibility:visible;
	position:absolute;
	left:5px;
	top:135px;
	width:250px;
	height:314px;
	z-index:19;
}
#TXForm #sidemenu {
	visibility: visible;
	position: absolute;
	left: 5px;
	top: 135px;
	width: 250px;
	height: 1050px;
	background-color: rgb(165,36,15); 
/*	background-image: none; */
	z-index: 5;
}
#TXForm #aquote {
	visibility: visible;
	position: absolute;
	color: white;
	left: 5px;
	top: 450px;
	width: 230px;
	height: 100px;
	font-size: 9px;
	font-weight: bold;
	z-index:20;
}
#TXForm #content {
	position:absolute;
	left: 255px;
	top: 135px;
	background-color: rgb(235,231,225);
	color: black;
	width: 660px;
	height: 1030px;
	z-index:5;
	background-image: none;
	padding: 10px 10px 10px 10px;
}

#TXForm #content h1 {
	padding-top: 30px;
/*	padding-bottom: 20px; */
}
#TXForm * #table1 {
	width: 100%;
	border: none;
}
#TXForm .textarea1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 98%;
}
#TXForm .textarea2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
