.entry-btn-default,
.entryFormLiteEditor .entry-btn-default {
	background: #0000ff !important;
	color: #FFF !important;
	font-weight: bold !important;
	line-height: 1.3 !important;
	border: 0 !important;
	display: inline-block !important;
	padding: 6px 15px !important;
	border-radius: 3px !important;
}
.entry-btn-default:hover,
.entry-btn-default:visited,
.entryFormLiteEditor .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-btn-default:focus,
.entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active {
	color: #FFF;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:hover {
	color: #FFF;
	background-color: #0000ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), to(#999));
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
}
.entry-btn-default:active,
.entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus {
	background: #0000cd;
}
.entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
	background: #FF9A00 !important;
	color: #FFF !important;
	font-weight: bold !important;
	line-height: 1.3 !important;
	border: 0 !important;
	display: inline-block !important;
	padding: 6px 15px !important;
	border-radius: 3px !important;
}
.entry-btn-attention:hover,
.entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-btn-attention:focus,
.entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
	color: #FFF;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
	color: #FFF;
	background-color: #FF9A00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDD87D), to(#FF9A00));
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
}
.entry-btn-attention:active,
.entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
	background: #EDA800;
}
.entry-btn-pink,
.entryFormLiteEditor .entry-btn-pink {
 background: #f3c !important;
 color: #FFF !important;
 font-weight: bold !important;
 line-height: 1.3 !important;
 border: 0 !important;
 display: inline-block !important;
 padding: 6px 15px !important;
 border-radius: 3px !important;
}
.entry-btn-pink:hover,
.entry-btn-pink:visited,
.entryFormLiteEditor .entry-btn-pink:hover,
.entryFormLiteEditor .entry-btn-pink:visited {
 color: #FFF;
 text-decoration: none;
}
.entry-btn-pink:focus,
.entry-btn-pink:active,
.entryFormLiteEditor .entry-btn-pink:focus,
.entryFormLiteEditor .entry-btn-pink:active {
 color: #FFF;
 box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-btn-pink:hover,
.entryFormLiteEditor .entry-btn-pink:hover {
 color: #FFF;
 background-color: #FFC2C1;
 background-image: linear-gradient(to bottom, #fa89f2, #f9c);
}
.entry-btn-pink:active,
.entry-btn-pink:focus,
.entryFormLiteEditor .entry-btn-pink:active,
.entryFormLiteEditor .entry-btn-pink:focus {
 background:#fc86bf;
}