form {
	
	margin: 0px 0px 0px 0px;
	cursor: default;
}

input, textarea, select {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.checkbox {
	
	vertical-align: middle;
}

.legend {
	
	color: #999999;
}

.text {

	border: 1px solid #7F9DB9;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 18px;
}

select {
	
	border: 1px solid #7F9DB9;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

textarea {

	border: 1px solid #7F9DB9;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

