﻿input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #AAA #000 #000 #AAA;
	color: #FFF;
	background-color: #5F5F64;
}

#sub_navigation input[type="button"], #sub_navigation input[type="submit"], #sub_navigation input[type="reset"] {
	color: #000;
	height: 23px;
	line-height: 23px;
	/*border: none;*/
	font-size: 1em;
	padding: 0 0 2px 0;
	font-weight: bold;
	background-color: #DDD;
	/*background: #D7D7D7 url(Images/subNavigation_button_background.gif) no-repeat left center;*/
}

input[type="text"], input[type="password"], textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #AAA #000 #000 #AAA;
}

select {
	border-style: solid;
	border-width: 1px;
	border-color: #AAA #000 #000 #AAA;
}