#Forms_1 label {
	padding-top: 7px;
	width: 121px;
	display: block;
	float: left;
}

#Forms_1 input,
#Forms_1 textarea {
	float: left;
	display: block;
	width: 200px;
	padding: 2px 3px;
	background: #ffffff;
	border: 1px #e5e5e5 solid;
}

#Forms_1 input,
#Forms_1 option {
	height: 20px;
} 
#Forms_1 select {
	height: 24px;
	width: 206px;
	background: #ffffff;
	border: 1px #e5e5e5 solid;

}
#Forms_1 div {
	padding: 7px 0px;
	overflow: hidden;
}

button {
	background: #fff;
	border: none;
	width: 206px;
}

.inputlarge {
	width: 421px;
	height: 15px;
	padding: 2px;
	background: url(/htdoc/images/input.xlarge.gif) no-repeat;
	border: 0px;
}
.inputmedium {
	width: 183px;
	height: 15px;
	padding: 2px;
	background: url(/htdoc/images/input.large.gif) no-repeat;
	border: 0px;
}
.inputsmall {
	border: none;
	width: 111px;
	height: 15px;
	padding: 2px;
	background: url(/htdoc/images/input.small.gif) no-repeat;
}

#Forms_2 td.r {
	text-align: right;
}

