/* Forms */
table.cForm {
	}
	
/* Forms - TR */
table.cForm tr {
/*	background-color: #ffffff;*/
	}
	
table.cForm tr.highlight {
/*	background-color: #fffff0;*/
	}

/* Forms - TD */
table.cForm td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	line-height: 140%;
	}
	
/* Forms - Input Fields / Textarea */
table.cForm input, table.cForm select {
	background-color: #FAFBFC;
	border-color: #A5ACB2;
	border-width: 1;
	border-style: solid;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 3px;
	padding-top: 3px;
	height: 20px;
	}

table.cForm input.radio {
	height: 22px;
	border: none;
	}

table.cForm tr input, table.cForm tr textarea {
	border: #A5ACB2 1px solid;
	}

table.cForm tr.highlight input, table.cForm tr.highlight textarea {
	border: #AA0000 1px solid;
	}
	
/* Forms - Buttons */
table.cForm input.button {
	background-color: #EBECE1;
	border-color: #A5ACB2;
	border-width: 1;
	border-style: solid;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.button {
	background-color: #EBECE1;
	border-color: #A5ACB2;
	border-width: 1;
	border-style: solid;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

table.cForm .info {
	border: #F5BB56 1px solid;
	background-color: #F5F5E9;
	padding: 3px 5px 3px 5px;
	background-image: url(../images/info.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
