.myButton {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #48b6e9), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-o-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:linear-gradient(to bottom, #48b6e9 5%, #3498db 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#48b6e9', endColorstr='#3498db',GradientType=0);
	background-color:#48b6e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3498db), color-stop(1, #48b6e9));
	background:-moz-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-webkit-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-o-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-ms-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:linear-gradient(to bottom, #3498db 5%, #48b6e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#48b6e9',GradientType=0);
	background-color:#3498db;
}
.myButton:active {
	position:relative;
	top:1px;
}

.invisibleButton {
	-moz-box-shadow:inset 0px -3px 7px 0px #ffffff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #ffffff;
	box-shadow:inset 0px -3px 7px 0px #ffffff;
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	/* padding:9px 23px; */
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	bottom: -15px;
	left: 30px;
	position: relative;
}

/*
.invisibleButton:hover {
	background-color:#ffffff;
}
.invisibleButton:active {
	position:relative;
	top:1px;
}
*/

.myButtonSearch {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #48b6e9), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-o-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:linear-gradient(to bottom, #48b6e9 5%, #3498db 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#48b6e9', endColorstr='#3498db',GradientType=0);
	background-color:#48b6e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	padding:6px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	position: relative;
	top: 3px;
}
.myButtonSearch:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3498db), color-stop(1, #48b6e9));
	background:-moz-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-webkit-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-o-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-ms-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:linear-gradient(to bottom, #3498db 5%, #48b6e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#48b6e9',GradientType=0);
	background-color:#3498db;
}
.myButtonSearch:active {
	position:relative;
	top:1px;
}

.myButtonFloat {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #48b6e9), color-stop(1, #3498db));
	background:-moz-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-webkit-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-o-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:-ms-linear-gradient(top, #48b6e9 5%, #3498db 100%);
	background:linear-gradient(to bottom, #48b6e9 5%, #3498db 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#48b6e9', endColorstr='#3498db',GradientType=0);
	background-color:#48b6e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	float: left;
	position: relative;
	top: 6px;
}
.myButtonFloat:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3498db), color-stop(1, #48b6e9));
	background:-moz-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-webkit-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-o-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:-ms-linear-gradient(top, #3498db 5%, #48b6e9 100%);
	background:linear-gradient(to bottom, #3498db 5%, #48b6e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#48b6e9',GradientType=0);
	background-color:#3498db;
}
.myButtonFloat:active {
	position:relative;
	top:1px;
}