/**************************************************************/
/*           x3 Internet Solutions - EZ Form Class            */
/*                     V1.0 - 28/10/2009                      */
/*                                                            */
/*              © x3 Internet Solutions LLP 2009              */
/*          Designed and Written by Simon Maxworthy           */
/**************************************************************/

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #95C56F;
}

textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.table_border {
	border: 1px solid black;
	background: #FFFFFF;
}

.heading {
	background: #55021F;
	color: #FFFFFF;
	font-weight: bold;
}

.alt1 {
	background: #C43A52;
	color: #FFFFFF;
	font-weight: bold;
}

.alt2 {
	background: #9D9D9D;
}

.star {
	font-size: 18px;
	font-weight: bold;
	color: red;
}

.error {
	background: #E11E45;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.types {
	font-size: 9px;
}