@import url("user.css");

.helper {
	margin-left: 10px;
	font-weight: bolder;
	cursor: help;
}

.handyButton{
	cursor: pointer;

	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #D6D6D6;
	
	color: #000000;
}