#Forms_1 {

}
#Forms_1 div {
	clear: both;
	overflow: hidden;
	margin: 5px 0;
}
#Forms_1 label {
	width: 155px;
	float: left;
}
#Forms_1 small {
	color: #b90000;
	font-size: 11px;
	font-weight: bold;
}
#Forms_1 input,
#Forms_1 textarea {
	float: left;
	width: 250px;
	padding: 2px 3px;
	background: #ffffff;
	border: 1px #e5e5e5 solid;
}

#Forms_1 .buttons input {
	background: url(/htdoc/images/button.jpg) no-repeat;
	width: 138px;
	height: 28px;
	border: none;
	margin-left: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#Forms_1 input[type=checkbox] {
	width: 25px;
}
#Forms_1 button {
	border: 1px #e5e5e5 solid;
	/*
	cursor: pointer;
	border: none;
	background: none;
	margin-left: 148px;
	*/
}

