table {font-family:  verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #800000; text-decoration: none}

.input             {
	border-style : dotted;
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 1px;
	border-color : #21608B;
	font-size : 12px;
	font-family : Trebuchet MS,verdana;
	background : transparent;
}
.textarea             {
	border-style : solid;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-color : #800000;
	font-size : 12px;
	color: #0063A0;
	font-family : Trebuchet MS,verdana;
	background : transparent;
}
.button {
	font-family : Trebuchet MS,verdana;
	font-size : 12px;
	color : #000000;
	background : #D9D9D9;
	border-style : none;
	border-width : 1px;
}

.border             {
	border-style : dashed;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-color :#8b0000;
	color: #0063A0;
	font-family : Trebuchet MS,verdana;
	background : transparent;
}

