div.form input.text, div.form textarea.textarea {
	background-color: #ffffff;
	background-image: url( '/images/input_bg.gif' );
	background-repeat: repeat-x;
	width: 260px;
	border: 1px solid #b4b4b4;
	border-top: 1px solid #727272;
	margin-bottom: 5px;
	padding: 2px;
	float: left;
}

select.select {
	width: 110px;
	float: left;
}

div.form input.left {
	width: 104px;
}

div.form input.mid {
	width: 120px;
}

div.form textarea.textarea {
	height: 70px;
}

div.form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 12px;
	color: #616364;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

div.form label.mid {
	width: 25px;
}

div.form input.button {
	background-color: #4e84c4;
	color: #ffffff;
	border: 1px solid #616364;
}