input{
	width:150px;
	background-color:#ececed;
	border: 1px #d9dadb solid;
	height:17px;
	padding:0;
	margin:0;
	font-family: 'Arial', Verdana;
	font-size: 11px;
	color: #515153;
	vertical-align:top;
	}
	
input.submit {
	background-color:#9c9d9f;
	color: #ffffff;
	text-align:center;
	font-weight:bold;
	width:75px;
	border:0;
	height:20px;
}	

fieldset {
	border:0px;
	margin:0;
	padding:0;
}

fieldset label {
	display:block;
	width:60px;
	margin:0;
	padding:0;
	float:left;
}

fieldset input, select, textarea {
	width:233px;
	background-color:#dddddd;
	border: 1px #bfbfbf solid;
	height:12px;
	padding:2px;
	margin:0;
	font-family: 'Arial', Verdana;
	font-size: 11px;
	color: #515153;
	vertical-align:top;
}


fieldset select {
	height:20px;
	width:241px;
	padding:0 0 0 3px;
	}

fieldset textarea {
	height:50px;
}

fieldset input.submit {
	background-color:#808080;
	color: #ffffff;
	text-align:center;
	font-weight:bold;
	width:75px;
	border:0;
	float:right;
	height:20px;
}

div.element {
width:304px;
height:100%;
padding:0 0 10px 0;
margin:0;
}

legend {
display:none;
}

