.inputName {
	float: left;
	clear:both;
	font: bold;
	width: 150;
	text-align: right;
	padding-top: 1px;
}
.inputText {
	font-family: Verdana, san-serif;
	border: #369 1px solid;
}
.inputForm {
	background: #FEE;
	border-top: #009 1px dotted;
	border-bottom: #009 1px dotted;
	padding: 10px;
}