.action-button3
{
	position: relative;
	padding: 3px 5px;
    margin: 0px 5px 5px 0px;
    border-radius: 5px;
	color: #000;
	text-decoration: none;	
	border: 1px solid #e6e600;
	background-image: linear-gradient(to bottom, #BEF781,#BEF781);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:16px;
	cursor: pointer;
	cursor: hand;
	
}


.action-button3:active
{
	transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
	border:none;
	background-image: linear-gradient(to bottom, #e6e600, #e6e600);
}

.action-button3:hover
{
	color:#fff;
	background-image: linear-gradient(to bottom, #e6e600, #e6e600);
	-webkit-box-shadow:3px 3px 2px #c0c0c0;
    box-shadow:2px 2px 2px #c0c0c0;
}


.action-button2
{
	position: relative;
	padding: 3px 5px;
    margin: 0px 5px 5px 0px;
    border-radius: 10px;
	color: #000;
	text-decoration: none;	
	border: 2px solid #e6e600;
	background-image: linear-gradient(to bottom, #fff,#fff);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:14px;
	cursor: pointer;
	cursor: hand;
	
}

.action-button3
{
	position: relative;
	padding: 3px 5px;
    margin: 0px 5px 5px 0px;
    border-radius: 10px;
	color: #000;
	text-decoration: none;	
	border: 2px solid #ffff00;
	background-image: linear-gradient(to bottom, #fff,#fff);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:14px;
	cursor: pointer;
	cursor: hand;
	
}

.action-button2:active
{
	transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
	border:none;
	background-image: linear-gradient(to bottom, #e6e600, #e6e600);
}

.action-button2:hover
{
	color:#fff;
	background-image: linear-gradient(to bottom, #e6e600, #e6e600);
	-webkit-box-shadow:3px 3px 2px #c0c0c0;
    box-shadow:2px 2px 2px #c0c0c0;
}

.action-button7
{
	position: relative;
	padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 10px;
	color: #000;
	width:200px;
	height:200px;
	text-decoration: none;	
	border: 1px solid #000;
	background-image: linear-gradient(to bottom, #ffff66,#ffff66);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	
}


.action-button7:active
{
	transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
	border:none;
	background-image: linear-gradient(to bottom, #ffff66,#000);
}

.action-button7:hover
{
	color:#000;
	background-image: linear-gradient(to bottom, #ffff66, #fff);
	-webkit-box-shadow:2px 2px 1px #c0c0c0;
    box-shadow:1px 1px 1px #c0c0c0;
}


.action-button8
{
	position: relative;
	padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 10px;
	color: #000;
	width:200px;
	height:200px;
	text-decoration: none;	
	border: 1px solid #000;
	background-image: linear-gradient(to bottom, #ff0000,#ff0000);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	
}


.action-button8:active
{
	transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
	border:none;
	background-image: linear-gradient(to bottom, #ff0000,#ff0000);
}

.action-button8:hover
{
	color:#000;
	background-image: linear-gradient(to bottom, #ff0000, #fff);
	-webkit-box-shadow:2px 2px 1px #c0c0c0;
    box-shadow:1px 1px 1px #c0c0c0;
}


.action-button9
{
	position: relative;
	padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 10px;
	color: #000;
	text-decoration: none;	
	border: 1px solid #000;
	width:200px;
	height:200px;
	background-image: linear-gradient(to bottom, #fff,#000);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	
}


.action-button9:active
{
	transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
	border:none;
	background-image: linear-gradient(to bottom, #fff,#000);
}

.action-button9:hover
{
	color:#000;
	background-image: linear-gradient(to bottom, #000, #fff);
	-webkit-box-shadow:2px 2px 1px #c0c0c0;
    box-shadow:1px 1px 1px #c0c0c0;
}

