
.button {
	background-image: linear-gradient(#0066CC, #003366);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:3px solid #00CCFF;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #99FFFF), color-stop(1, #99FFFF));
	background:-moz-linear-gradient(top, #0099CC 5%, #99FFFF 100%);
	background:-webkit-linear-gradient(top, #0099CC 5%, #99FFFF 100%);
	background:-o-linear-gradient(top, #0099CC 5%, #99FFFF 100%);
	background:-ms-linear-gradient(top, #0099CC 5%, #99FFFF 100%);
	background:linear-gradient(to bottom, #0099CC 5%, #99FFFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFF', endColorstr='#99FFFF',GradientType=0);
	background-color:#00FFFF;
	color:#000000;
}
.button:active {
	position:relative;
	top:2px;
}



.button2 {

   background-image: linear-gradient(#00CCFF, #3300FF);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #0066CC;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.button2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3300FF), color-stop(1, #00CCFF));
	background:-moz-linear-gradient(top, #3300FF 5%, #00CCFF 100%);
	background:-webkit-linear-gradient(top, #3300FF 5%, #00CCFF 100%);
	background:-o-linear-gradient(top, #3300FF 5%, #00CCFF 100%);
	background:-ms-linear-gradient(top, #3300FF 5%, #00CCFF 100%);
	background:linear-gradient(to bottom, #3300FF 5%, #00CCFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3300FF', endColorstr='#00CCFF',GradientType=0);
	background-color:#00CCFF;
}
.button2:active {
	position:relative;
	top:1px;
}


.button3 {
	background-image: linear-gradient(#00CCFF, #3300FF);
	border:3px solid #0066CC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px gradient #3366FF;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Calibri;
	font-size:12px;
	font-weight:bold;
	padding:4px 16px;
	text-decoration:none;
	
}
.button3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33CCFF), color-stop(1, #33CCFF));
	background:-moz-linear-gradient(top, #33CCFF 5%, #33CCFF 100%);
	background:-webkit-linear-gradient(top, #33CCFF 5%, #33CCFF 100%);
	background:-o-linear-gradient(top, #33CCFF 5%, #33CCFF 100%);
	background:-ms-linear-gradient(top, #33CCFF 5%, #33CCFF 100%);
	background:linear-gradient(to bottom, #33CCFF 5%, #33CCFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33CCFF', endColorstr='#33CCFF',GradientType=0);
	background-color:#00FFFF;
}
.button3:active {
	position:relative;
	top:1px;
}


.button4 {
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	border:3px solid #3300FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 400px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}




