/*form {
	display: inline;
}
*/
input, textarea {
	font-family:Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#073A40;
	padding: 3px;
	text-align:left;
}
input {
	background:url(bg_input.gif) top left no-repeat;
	width:254px;
	height:19px;
}
textarea {
	background:url(bg_textarea.gif) top left no-repeat;
	width:254px;
	height:69px;
	/*overflow: hidden;*/
}
#content fieldset {
	padding: 0;
}

label {
}

form dt {
	margin: 0 0 3px 0;
}

form dd {
	margin: 0 0 7px 0;
}

input.button {
	background:url(btn_send.gif) top left no-repeat;
	width:96px;
	height:31px;
	padding:0;
	margin-left:10px;
	cursor:pointer;
	font-size:1px;
	color:#000;
}
