.myGButton-all{

display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-family:Tahoma;
font-size:11pt;
font-weight:normal;
padding: .5em 2em .55em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
width:200px;
height:20px;
color: #FFFFFF;
border: solid 1px #000000;
background-color: #567EB6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#567EB6), to(#567EB6));
background-image: -webkit-linear-gradient(top, #567EB6, #567EB6);
background-image: -moz-linear-gradient(top, #567EB6, #567EB6);
background-image: -ms-linear-gradient(top, #567EB6, #567EB6);
background-image: -o-linear-gradient(top, #567EB6, #567EB6);
background-image: linear-gradient(to bottom, #567EB6, #567EB6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#567EB6', endColorstr='#567EB6');

}

.myGButton-all:hover {
text-decoration: none;
color: #FFFFFF;
background-color: #567EB6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#567EB6), to(#567EB6));
background-image: -webkit-linear-gradient(top, #567EB6, #567EB6);
background-image: -moz-linear-gradient(top, #567EB6, #567EB6);
background-image: -ms-linear-gradient(top, #567EB6, #567EB6);
background-image: -o-linear-gradient(top, #567EB6, #567EB6);
background-image: linear-gradient(to bottom, #567EB6, #567EB6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#567EB6', endColorstr='#567EB6');
}

.myGButton-all:active {
position: relative;
top: 1px;
}


.myButton-index {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #27a3e6 5%, #1578bf 100%);
	background-color:#27a3e6;
	border-radius:3px;
	border:1px solid #0e6fb0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:7px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton-index:hover {
	background:linear-gradient(to bottom, #1578bf 5%, #27a3e6 100%);
	background-color:#1578bf;
}
.myButton-index:active {
	position:relative;
	top:1px;
}

