#sorter .sort-buttons{
	font-size:12px;
	color: black;
	cursor: pointer;
	margin-top: -7px;
    margin-left: 5px;
}

#sorter .sort-buttons span.active{
	/*font-size:14px;*/
	color: red;
}

#register input[type=text], #register input[type=password], #reset-pass input[type=text]{
	background: none !important;
	color: #CE700C !important;
	font-weight: bold !important;
}


button#login-submit{
	
	background-color: #289B00 !important;
	background-image: none;
	
}
button#login-submit:hover{
	background-color: #CE700C !important;
	background-image :none;
}
form#reset-pass{
	margin: 24px 122px;
}

