.formTools .system, .formTools .systemerror
{
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	text-align: center;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 5px;
}
.formTools .system
{
	color: #fff;
	border-color: #fff;
	background-color: #333;
}
.formTools .systemerror
{
	color: #e7b2b2;
	border-color: #AF0000;
	background-color: #350000;
}
.formTools
{
	margin-top: 10px;
}

.formTools .formField *
{
	vertical-align: top;
}
.formTools .formField label
{
	width: 140px;
	display: inline-block;
	font-size: 12px;
}

.formTools .formField textarea
{
	width: 330px;
	height: 112px;
	padding: 4px;
	overflow: auto;
}
.formTools .formField select
{
	padding: 1px 1px 1px 1px;
	width: 200px;
}
.formTools a.buttonRefresh
{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(captchaRefresh.png) no-repeat top left;
	text-decoration: none;
	font-size: 1px;
}
.formTools a.buttonRefresh:hover
{
	background-position: right;
	text-decoration: none;
}
.formTools #submitButton
{
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	width:150px;
	background:transparent url(submitButton_bg.gif) repeat-x;
	color: #fff;
	border: 1px solid #666;
}
.formTools #submitButton:hover
{
	text-decoration: none;
	color:#ccc;
	border-color: #AF0000;
}
.formTools.formToolsFormatting .formField input[type="text"], .formTools.formToolsFormatting .formField select, .formTools.formToolsFormatting .formField textarea
{
	float: none;
	width: 195px;
	padding: 2px 0px 2px 4px;
	font: 12px Arial;
	margin: 0;
}
.formTools.formToolsFormatting .formField
{
	margin: 0 0 5px 0;
	line-height: 24px;
	font-size: 11px;
}

.formTools.darkStyle .formField input[type="text"], .formTools.darkStyle .formField select, .formTools.darkStyle .formField textarea
{
	border: 1px solid #666;
	color: #333;
	background: #fff url(input_BG.gif) repeat-x;
}
.formTools.darkStyle .formField label b
{
	color: #fff;
}