body,form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 10px;
}

a {
	color: #65A5E6;
}

.contentbox {
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 10px;
}
.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	padding: 10px;
	color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}
.textblue {
    color: #224488;
}
.textgreen {
	color: #779500;
}
.textgrey {
	color: #888888;
}
.textgold {
    color: #ffbb55;
}
.textorange {
	color: #ff6600;
}
.textred {
	color: #cc0000;
}

table.form {
	background-color: #cccccc;
}
table.form td.fieldlabel {
	background-color: #efefef;
}
table.form td.fieldarea {
	background-color: #ffffff;
}
