/* CSS Document */

h1 {
color: #ae5800;
font-size: 16px;
font-family: Tahoma, Arial, Helvetica;
font-style: normal;
font-weight:bold;
margin: 0px;
}

.submit {
	margin: 5px auto;
	color: #BA5D00;
	font-weight: bold;
	background-color: #FFBE7A;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 14px;
	cursor: pointer;
	border: 2px solid #6A2D01;
	width: 120px;
	height: 30px;
}

.submit:hover {
	background-color: #FFB55B;

}

.txtline,.txtarea {
	background-color: #FDDABA;
	border: 2px solid #5F1700;
	font-family:"MS Shell Dlg";
	font-size:	13.3333px;
}
