.mybutton {
	background: #ebf1f6;
	background: -moz-linear-gradient(top,  #ebf1f6 0%, #edf2f2 13%, #edf8fc 84%, #eaf3f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(13%,#edf2f2), color-stop(84%,#edf8fc), color-stop(100%,#eaf3f9));
	background: -webkit-linear-gradient(top,  #ebf1f6 0%,#edf2f2 13%,#edf8fc 84%,#eaf3f9 100%);
	background: -o-linear-gradient(top,  #ebf1f6 0%,#edf2f2 13%,#edf8fc 84%,#eaf3f9 100%);
	background: -ms-linear-gradient(top,  #ebf1f6 0%,#edf2f2 13%,#edf8fc 84%,#eaf3f9 100%);
	background: linear-gradient(to bottom,  #ebf1f6 0%,#edf2f2 13%,#edf8fc 84%,#eaf3f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#eaf3f9',GradientType=0 );
	border:1px solid #000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.mybutton:hover {
	background: #eaf3f9;
	background: -moz-linear-gradient(top,  #eaf3f9 0%, #e3ecf9 15%, #dcefef 87%, #ebf1f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf3f9), color-stop(15%,#e3ecf9), color-stop(87%,#dcefef), color-stop(100%,#ebf1f6));
	background: -webkit-linear-gradient(top,  #eaf3f9 0%,#e3ecf9 15%,#dcefef 87%,#ebf1f6 100%);
	background: -o-linear-gradient(top,  #eaf3f9 0%,#e3ecf9 15%,#dcefef 87%,#ebf1f6 100%);
	background: -ms-linear-gradient(top,  #eaf3f9 0%,#e3ecf9 15%,#dcefef 87%,#ebf1f6 100%);
	background: linear-gradient(to bottom,  #eaf3f9 0%,#e3ecf9 15%,#dcefef 87%,#ebf1f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf3f9', endColorstr='#ebf1f6',GradientType=0 );
}

a:hover{
	color: #2336A3 !important;
}

.pagelink_hover a:hover {
	color: #F00 !important;
}