.btnfrm1{
	padding: 10px 12px;
	display: inline-block;
	background: #f39c12;
	border: 1px solid #cf850f;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

.btnfrm1:hover{
	background: #e29111;
	color: #fff;
	text-decoration: none;
}