FORM.form
{
	margin:0px
}
INPUT.form
{
	border-right: #606060 1px solid;
	border-left: #606060 1px solid;
	border-top: #606060 1px solid;
	border-bottom: #606060 1px solid;
	font-family: Verdana;
	font-size: 8pt;
	width: 280px;
	height: 16px;
	padding: 2px;
	background-color:#FFFFFF;
	color: #000000
}
SELECT.form
{
	border-right: #606060 1px solid;
	border-left: #606060 1px solid;
	border-top: #606060 1px solid;
	border-bottom: #606060 1px solid;
	font-family: Verdana;
	font-size: 8pt;
	width: 280px;
	height: 18px;
	padding: 2px;
	background-color:#FFFFFF;
	color: #000000	
}
SELECT.formbig
{
	border-right: #606060 1px solid;
	border-left: #606060 1px solid;
	border-top: #606060 1px solid;
	border-bottom: #606060 1px solid;
	font-family: Verdana;
	font-size: 8pt;
	width: 280px;
	height: 80px;
	padding: 2px;
	background-color:#FFFFFF;
	color: #000000	
}
TEXTAREA.form
{
	border-right: #606060 1px solid;
	border-left: #606060 1px solid;
	border-top: #606060 1px solid;
	border-bottom: #606060 1px solid;
	font-family: Verdana;
	font-size: 8pt;
	width: 280px;
	height: 80px;
	padding: 2px;
	background-color:#FFFFFF;
	color: #000000	
}
TEXTAREA.formsmall
{
	border-right: #606060 1px solid;
	border-left: #606060 1px solid;
	border-top: #606060 1px solid;
	border-bottom: #606060 1px solid;
	font-family: Verdana;
	font-size: 8pt;
	width: 280px;
	height: 16px;
	padding: 2px;
	background-color:#FFFFFF;
}
TEXTAREA.formbig
{
	border-right: #606060 1px solid;
	border-left: #606060 1px solid;
	border-top: #606060 1px solid;
	border-bottom: #606060 1px solid;
	font-family: Verdana;
	font-size: 8pt;
	width: 280px;
	height: 180px;
	padding: 2px;
	background-color:#FFFFFF;
}
INPUT.button
{
	font-family: Verdana;
	font-size: 8pt;
	border:0px;
	height:24px;
	background-image: url('../images/slice_22.jpg');
	font-weight:bold
}
TABLE.form
{
	font-family: Verdana;
	padding: 0px
}
TH.form
{
	font-family: Verdana;
	font-size: 8pt;
	text-align:left;
	padding:4px
}
TR.form
{
	height:20px
}
TD.form
{
	font-size: 8pt;
	padding:4px;
	padding-top:8px
}
TD.formleft
{
	text-align:left;
	padding:4px;
	padding-top:8px;
	font-size:8pt;
	font-weight:bold
}
TD.formright
{
	padding:4px;
	font-size:8pt;
	padding-top:8px
}
TABLE.table
{	
	font-family: Verdana;
	font-size: 8pt;
	width:100%;
	background-color:#20718D
}
TR.table
{
	height:20px;
	background-color:#FFFFFF
}
TH.table
{
	background-color:#B2CAE6;
	text-align:center;
	padding:2px
}
TD.table
{
	text-align:left;
	font-size: 8pt;
	padding:2px
}
TR.tableodd
{
	background-color:#E7F2FB;
	height:20px
}
TR.tableeven
{
	background-color:#E0EAF4;
	height:20px
}
TR.tableover
{
	background-color:#FFCC99;	
	height:20px
}
INPUT.table
{
	width:100%
}

SELECT.table
{
	width:100%
}

DIV.message
{
	color: #000000;
	padding:4px;
	font-size: 8pt;
	text-align:center;
	background-color: #F2F8FB;
	border: 1px dashed #3390CF;
	margin-bottom:4px
}
DIV.error
{
	color: #000000;
	padding:4px;
	font-size: 8pt;
	text-align:center;
	background-color: #FFCCCC;
	border: 1px dashed #FF3300;
	margin-bottom:4px
}

DIV.wysiwyg
{
	display:inline
}
A.wysiwyg
{
	font-family: Tahoma;
	font-size: 8pt;
	color:#0000FF;
	text-decoration:none
}
IMG.wysiwyg
{
}
CODE.php
{
	font-family: Courier;
	font-size: 8pt;
	color: gray
}
CODE.javascript
{
	font-family: Courier;
	font-size: 8pt;
	color: orange
}
