.inpButton {
	background-color: #eeeeee;
	border-top: #f9f9f9 1px solid;
	border-left: #f9f9f9 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	font-size: 11px;
	height: 22px;
}

.inpButtonPink {
	background-color: #5e738d;
	border-top: #7D99BC 1px solid;
	border-left: #7D99BC 1px solid;
	border-right: #4B5C71 1px solid;
	border-bottom: #4B5C71 1px solid;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	height: 22px;
	font-weight: bold;
}

INPUT.inpText, TEXTAREA {
	border: #bbbbbb 1px solid;
	padding: 3px;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

INPUT.inpText, SELECT {
	height: 22px;
}

