form 
	{
	border: 0px; 
	margin: 0;
	padding: 0px;
	}

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	color: #3A569B;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	padding-top: 2px;
	padding-left: 2px;
	margin: 0px;
	margin-bottom: 10px;
}

.label
	{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 10px;
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal;
	color: #000000;
	padding: 5px 0px 0px 10px;
	text-decoration: none;
}

textarea {
	width: 229px;
	background-color: #F3EFE3;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

input {
	width: 229px;
	height: 18px;
	background-color: #F3EFE3;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

