.order-online-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #CCC;
	-webkit-box-shadow:inset 0px 1px 0px 0px #CCC;
	box-shadow:inset 0px 1px 0px 0px #CCC;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c73434), color-stop(1, #751d1d) );
	background:-moz-linear-gradient( center top, #c73434 5%, #751d1d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c73434', endColorstr='#751d1d');
	background-color:#c73434;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff !important;
	font-family:Times New Roman;
	font-size:15px;
	font-weight:bold;
	padding:10px 28px;
	text-decoration:none;
	text-shadow:1px 0px 0px #4d0f0f;
	margin-left: 10px;
}
.order-online-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #751d1d), color-stop(1, #c73434) );
	background:-moz-linear-gradient( center top, #751d1d 5%, #c73434 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#751d1d', endColorstr='#c73434');
	background-color:#751d1d;

}
.order-online-btn:active {
	position:relative;
	top:1px;
}
.order-online-btn.smaller {
	padding:4px 10px;
	margin-left: 0;
}