input.text, input.textfocus, textarea.text, textarea.textfocus, select.text, select.textfocus {
	width: 350px;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	height: 21px;
}
textarea.text, textarea.textfocus {
	height: 130px;
}
INPUT.text, textarea.text, select.text {
	border: 1px solid #c0c0c0;
	color: #5b5b5b;
}

input.textfocus, textarea.textfocus, select.textfocus {
	font-size: 12px;
	border: 1px solid #1A60A8;
	width: 350px;
	color: #1A60A8;
}

INPUT.data {
	font-size: 12px;
	border: 1px solid #c0c0c0;
	width: 100px;
}
INPUT.ora {
	font-size: 12px;
	border: 1px solid #c0c0c0;
	width: 50px;
}

.button, input.button, input.submit, input.image, .buttonhover {
	margin: 0px;
	/*margin: 2px;*/
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
	font-weight: Bold;
	cursor: hand;
}
.button, input.button, input.submit, input.image {
	background-color: #ffffff;
	border: solid 1px #6C93EC;
	color: #404040;
}
.buttonhover {
	background-color: #C3D3FD;
	border: solid 1px #6C93EC;
	color: #404040;
}

label {
	font-weight: bold;
}

form.no_border {
	margin: 0px;
	padding: 0px;
}
form.formsmall .button, form.formsmall .buttonhover, form.formsmall .text, form.formsmall .textfocus {
	font-size: 10px;
}

