#with-js .this {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
}

span.this:hover, span.hovered {
	color: #EA6F02 !important;
	border-color: #EA6F02 !important;
}

/* Buttons */
input[type="button"], 
input[type="submit"], 
input[type="reset"]	{ 
	background-color: #f2f2f2; 
	color: #222222; 
	border: 1px outset #cccccc; 
}
input[type="button"]:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover	{ 
	background-color: #ccccbb; 
}
