.rndbg_reload {}
#wrapper .suf-widget .rndbgreloader{
	-moz-box-shadow:inset 0px 0px 0px 0px #f2d0f2;
	-webkit-box-shadow:inset 0px 0px 0px 0px #f2d0f2;
	box-shadow:inset 0px 0px 0px 0px #f2d0f2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e63ae6), color-stop(1, #9c0e9c) );
	background:-moz-linear-gradient( center top, #e63ae6 5%, #9c0e9c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63ae6', endColorstr='#9c0e9c');
	background-color:#e63ae6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ebabeb;
	display:inline-block;
	color:#332433;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #f7eff7;
}#wrapper .suf-widget .rndbgreloader:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9c0e9c), color-stop(1, #e63ae6) );
	background:-moz-linear-gradient( center top, #9c0e9c 5%, #e63ae6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c0e9c', endColorstr='#e63ae6');
	background-color:#9c0e9c;
}#wrapper .suf-widget .rndbgreloader:active {
	position:relative;
	top:1px;
}
