body, .rowdata {
	background-color: #FFFFCC;
}

body, td, input, textarea, select {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11;
        color: #000000;
}

.rowdatasel {
	background-color: #CDED88;
}

td {
	vertical-align: top;
}

td.header {
	background-color: #CDED88;
	vertical-align: middle;
}

td.title {
	background-repeat: repeat-x;
	background-image: url(./tablebg.gif);
	font-weight: bold;
	font-size: 13;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

small {
	font-size: 10;
}


a, a:link, a:visited {
	color: #223344;
	text-decoration: none;
}

a:hover, a:active {
	color: #778899;
	text-decoration: none;
}

form#contact{
	width:420px;
	padding-left:60px;
}

form#contact label {
	display:block;
	float:left;
	text-align:left;
	width:100px;
	margin-right:20px;
}

form#contact input, textarea {
	width:220px;
	display:block;
}

form#contact br {
	clear:left;
}

form#contact #submit, #cancel {
	margin-left:120px;
	width:220px;
}
