.button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	
	padding: 6px 14px;
	display: inline-block;
	text-decoration: none;
	font-size:17px;
	font-weight:bold;
}

.button:active {
	
	top: 1px;
}

.button:hover {
	text-decoration: none;
	cursor: pointer;
}

.grey_btn {
	color: #363636;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed
		), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',
		endColorstr='#dfdfdf' );
	background-color: #ededed;
	border: 1px solid #cccccc;
	text-shadow: 1px 1px 0px #ffffff;
}



.grey_btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf
		), color-stop(1, #ededed) );
	background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',
		endColorstr='#ededed' );
	background-color: #dfdfdf;
}

.blue_btn {
	color: #fff;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2068e3
		), color-stop(1, #0096ff) );
	background: -moz-linear-gradient(center top, #2068e3 5%, #0096ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2068e3',
		endColorstr='#0096ff' );
	background-color: #2068e3;
	
	text-shadow: 1px 1px 0px #2068e3;
	
	-moz-box-shadow: inset 0px 1px 0px 0px #0096ff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #0096ff;
	box-shadow: inset 0px 1px 0px 0px #0096ff;
	border: 1px solid #2068e3;
	

	
}



.blue_btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0096ff
		), color-stop(1, #2068e3) );
	background: -moz-linear-gradient(center top, #0096ff 5%, #2068e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096ff',
		endColorstr='#2068e3' );
	background-color: #0096ff;
}

/** comment by hirun **/
/** comment by hirun **/
/** comment sanya **/