
input, select, textarea {
	width: 240px;
	font: 11px helvetica, arial;
}

input.checkbox, input.radio {
	width: 14px;
	margin: 2px 2px 0 2px;
}

input.button {
	width: 100px;
}

.highlightLabel {
	font-weight : bold;
	color: #0066CC;
}
table.calculator {
	font-size: 11px;
	background:#FFF url(/images/BGform.gif) top left repeat-x;
	border:1px solid #666;
}
table.calculator td,table.calculator th{
	padding:6px 15px 0 0;
}
table.calculator th{
	padding-left:15px;
	text-align: left;
}
table.calculator th.smtextb{
	padding-top:10px;
	padding-bottom:10px;
}
table.calculator th.smtextb input{
	width:75px;
}
table.calculator input,table.calculator select{
	width:100px;
}
table.adminform {
	border : 1px solid #444;
	background: #fff;
	margin : 12px;
	font-size: 11px;
	background:#FFF url(/images/BGform.gif) top left repeat-x;
}

table.adminform th {
	padding : 2px 4px 0 8px;
	margin: 0;
	text-align : right;
	font-weight : normal;
	line-height: 1.3em;
	vertical-align: top;
}

table.adminform th.heading {
	padding: 8px 3px 5px 8px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

table.adminform td {
	padding : 2px 4px 0 4px;
	text-align : left;
	line-height: 1.3em;
	vertical-align: top;
	font-size: 10px;
}

table.adminform td.helpbutton {
	padding : 2px 4px 0 0;
}

table.adminform td.fieldcell {

}

table.adminform td.helpcell {
	width: 50px;
}

table.adminform td.spacerrow {
	padding : 4px;
}

table.adminform th.headercell {
	padding : 4px;
	font-weight : bold;
	font-size: 13px;
	text-align : left;
	color: #000;
	background-color: #efefef;
	border-bottom: 1px solid #000099;
}
/*F2EFE48*/
table.adminform th.headercell2 {
	padding : 4px;
	font-weight : bold;
	font-size: 13px;
	text-align : left;
	color: #666;
	background-color: #99cccc;
}

table.adminform td div.inlinehelp {
	padding : 4px;
	margin : 2px;
	background-color: #f8e8c2;
	width: 244px;
}
/*294px*/
table.adminform td div.checkboxlabel {
	padding : 0 8px 0 3px;
	margin : 0;
	display: inline;
}

table.adminform th.leftColumn,table.adminform td.leftColumn {
	padding : 2px 4px 0 8px;
}

table.categories th {
	font-size: 10px;
	padding: 2px 4px 0 4px;
}

.alert {
	font-size : 11px;
	font-weight : bold;
	color: #cc0000;
}

span.alert {
	font-size : 15px;
}

span.errorIcon {
	padding-left: 4px;
	display: none;
}

span.errorIconShow
{
	padding-left: 4px;
	display: inline;
}

div.errorMessage {
	font-weight : bold;
	color: #cc0000;
	padding-bottom: 4px;
	display: none;
}

div.errorMessageShow {
	font-weight : bold;
	color: #cc0000;
	padding-bottom: 4px;
	display: block;
}
