﻿/*.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal !important;
	padding:4px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
	cursor: pointer;
}.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background-color:#1e62d0;
}.button1:active {
	position:relative;
	top:1px;
}*/
/* This imageless css button was generated by CSSButtonGenerator.com */
.button1
{
	background:#f07d29;
	padding:4px 16px;
	color:#ffffff !important;
	cursor: pointer;
	border:none;
	font-family:'Open Sans';
	font-weight:bold;
	font-size:14px;
}

.button1:hover
{
	background:#e06d19;		
}

.button1:active {
	position:relative;
	top:1px;
}