/*
button {
	
	text-shadow:#000 0 1px 3px;
}*/

* html .blue{
	display:none;
}

.blue, .blue_big, .yellow, .yellow_big, .red, .red_big, .green, .green_big, .green_bigger, .gray {
	border:0;
	cursor:pointer;
	text-align:center;
	font-size:125%;
		
}

.blue, .yellow, .green, .red, .gray{
	width:80px;
	height:15px;
	font-size:10px;
	line-height:15px;

	text-align:center;
	text-decoration:none;
}

a.blue, a.yellow, a.green, a.red, a.gray{
	display:block;
}
.blue_big, .yellow_big, .red_big, .green_big{
	border:0;
	width:121px;
	height:22px;
	font-size:12px;
	padding-bottom:2px;	
}


.blue {
	background:url(../images/button2blue.gif);
	color:#fff;
}
.blue_big{
	background:url(../images/button2blue_big.gif);
	color:#fff;
}

.red{
	background:url(../images/button2red.gif);
	color:#fff;
}
.red_big{
	background:url(../images/button2red_big.gif);
	color:#fff;
}

.yellow{
	background:url(../images/button2yellow.gif);
	color:#000;
}
.yellow_big{
	background:url(../images/button2yellow_big.gif);
	color:#000;
}

.green{
	background:url(../images/button2green.gif);
	color:#fff;
}
.green_big{
	background:url(../images/button2green_big.gif);
	color:#fff;
}
.green_bigger{
	border:0;
	width:200px;
	height:22px;
	font-size:12px;
	padding-bottom:2px;
	background:url(../images/button2green_bigger.gif);
	color:#fff;
}


.gray{
	background:url(../images/button2gray.gif);
	color:#fff;
}
.gray:hover{
	text-decoration:none;
}