
/*Tabbed Form*/
#container
{
	width: 600px;
	margin: 0 auto;
	padding: 50px 0;
}
#container H2
{
	font: normal normal bold 2em/1.3em Georgia;
	padding: 20px 0;
}
#nav
{
	float: left;
	width: 900px;
	padding-bottom: 12px;
	margin-left:10px;
}
#nav UL
{
	margin: 0;
	padding: 9px 0px 0 0;
	list-style: none;
	position: relative;
	float: left;
	border-bottom: 1px solid #D9DBDD;
}
#nav LI
{
	float: left;
	background: url(../imgs/tableft.png) no-repeat 0 -34px;
	margin: 0;
	padding: 0 3px;
}
#nav A
{
	float: left;
	display: block;
	width: 0.1em;
	background: url(../imgs/tabright.png) no-repeat 100% -34px;
	padding: 5px 15px 4px 13px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #4A4A4A;
}
#nav>UL A
{
	width: auto;
}
/*Commented Backslash Hack hides rule from IE5-Mac \*/
#nav A
{
	float: none;
}
/*End IE5-Mac hack*/
#nav A:hover
{
	color: #FFF;
}
#nav .current
{
	background-position: left top;
	border-width: 0;
}
#nav .current A
{
	background-position: 100% 0;
	color: #FFF;
}
#nav LI:hover, #nav LI:hover A
{
	background-position: left top;
	color: #FFF;
}
#nav LI:hover A
{
	background-position: 100% 0;
}
#nav .current-cat A:link, #nav .current-cat A:visited, #nav .current-cat A:visited, #nav .current-cat A:hover
{
	color: #FFFFFF;
}
/*Form*/
#formWrapper
{
	clear: both;
	width: 680px;
	overflow: hidden;
	margin-left:10px;
}
.form H3.formheading
{
	font: normal normal bold 1.5em/1.3em Georgia;
	padding: 20px 0;
	color: #C9C9C9;
}
#formWrapper UL LI
{
	float: left;
	display: inline;
}
.form
{
	clear: both;
}
.leftBlock
{
	width: 680px;
	float: left;
}
.field
{
	clear: both;
	padding: 10px 0;
}
.field LABEL
{
	clear: both;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 0.9em;
	color: #64829A;
	width: 80%;
}
.textfield
{
	background: url(../imgs/textfield.png) no-repeat;
	border: 0;
	width: 262px;
	height: 16px;
	color: #90AAC0;
	padding: 9px;
}
/*Right Block*/
.rightBlock
{
	float: right;
	width: 380px;
}
.message
{
	clear: both;
	padding: 10px 0;
}
.message LABEL
{
	clear: both;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 0.9em;
	color: #64829A;
	width: 80%;
}
.tArea
{
	background: url(../imgs/textarea.png) no-repeat;
	width: 280px;
	height: 200px;
	color: #90AAC0;
	clear: both;

}
.textarea
{
	border: 0;
	width: 260px;
	background-color: transparent;
	height: 168px;
	margin: 5px 0 0 5px;
	color: #90AAC0;
	padding: 9px 0px 12px 9px;
	overflow: auto;
		resize: none;
/*resize: none*/
}
.submitBtn
{
	padding: 10px 0;
	clear: both;
	width: 580px;
}
