form {
	font-size: smaller;
	font-weight: bold;
	text-align: right;

}
td.text {
	font-size: smaller;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
form input {
	background: url(../asset/introLogo.gif) no-repeat fixed 0px 0px;
	color: #333;
	background-color: #EEE;
}
#submit:hover {
	background-color: #600;
}
#reset:hover {
	background-color: #900;
}
form textarea{
	background-color: #FBFBFB;
	color: #222;
}

