form fieldset {
	border:1px solid #e9e9e9;
	padding:10px 5px;
}
form legend {
	font-weight:bold;
	padding:0px 5px;
	background-color: #FFFFFF;
}
form legend h1 {
	padding:0;
	margin:0;
}
form input {
	background-color:#f7f7f7;
	border:1px solid #e1e1e1;	
	color:#2d3739;
}
form input:focus, form textarea:focus {
	background-color:#ffffcc;
}
form textarea {
	background-color:#f7f7f7;
	border:1px solid #e1e1e1;	
	color:#2d3739;
	width:450px;
}
form select {
	background-color:#f7f7f7;
	border:1px solid #e1e1e1;
	color:#2d3739;
	width:110px;
}

.submit {
	background-color:#f7f7f7;
	border:1px solid #e1e1e1;	
	color:#2d3739;
	padding:1px 5px;
	font-weight:bold;
}
.submit:hover {
	background-color:#ffffcc;
	cursor:pointer;
}
.label_left {
	padding-right:5px;
	text-align:right;
	white-space:nowrap;
	line-height:normal;
}
.label_right {
	padding:0px 5px 0px 15px;
	text-align:right;
	white-space:nowrap;
}