﻿.border_textform
{
	border: #5d3e3c solid 1px;
	padding-top: 3px;
	background-color: #bfa6a5;
}
.border_textform_home
{
	border: #736a63 solid 1px;
	padding-top: 3px;
	background-color: #433832;
	color: #FFFFFF;
}

.border_textform_home SELECT
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.searchButton
{
	font-size: 11px;
	background: url(/src/img/quicksearch/search_bg.gif);
	width: 80px;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 22px;
	border-bottom-style: none;
}

.submitButton
{
	font-size: 11px;
	background: url(/src/img/submit_bg.gif);
	width: 100px;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 22px;
	border-bottom-style: none;
}

.globalForm
{
	border: 0px;
}

.globalForm INPUT TEXT
{
	border: #5d3e3c solid 1px;
	padding-top: 3px;
	background-color: #bfa6a5;
}

.globalFormHeader
{
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0px;
}

.globalForm TABLE TR
{
	vertical-align: top;
	text-align: left;
}

.globalForm TABLE TR TD
{
	padding: 10px 5px;
}