.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #2b329e) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #2b329e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#2b329e');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	margin-top:10px;
	cursor:pointer;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b329e), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #2b329e 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b329e', endColorstr='#79bbff');
	background-color:#2b329e;
}.classname:active {
	position:relative;
	top:1px;
}
.submitButton
{
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #2b329e) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #2b329e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#2b329e');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	margin-top:10px;
	cursor:pointer;
}
.submitButton:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b329e), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #2b329e 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b329e', endColorstr='#79bbff');
	background-color:#2b329e;
}
.submitButton:active
{
	position:relative;
	top:1px;
}
.submitInputButton
{
	width:auto !important;
	height:35px !important;
}
.submitNavigateButton
{
	
	float: right;
}