/* #Buttons
================================================== */

	/* Default Settings */
	a.button,
	button,
	div.button a,
	#page-links div,
	.tags a, 
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;	  
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-transform: capitalize;
   /* text-shadow: 0 1px rgba(49, 49, 49, .75); */
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	
	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
	
	#page-links div{color: #999 !important;}
	#page-links a div{color: #222 !important;}
	#page-links span{font-size: 10px; text-transform: uppercase; font-weight: bold; margin-right: 10px;}
	
	div.button a{margin-bottom: 0;}	
	div.m{float: right;}
	div.p{float: left;}
	
	/* Colors */
	
	/* Default Color */
	a.button,
	button,
	#page-links div,
	div.button a,
	body .tags.gray a, body .tags.gray a:visited,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		color: #444;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.95) 0%, rgba(222,222,222,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.95)), color-stop(100%,rgba(222,222,222,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.95) 0%,rgba(222,222,222,.95) 100%); /* W3C */
		border: 1px solid #dbdbdb;
		border-top: 1px solid #e3e3e3;
		border-left: 1px solid #e3e3e3;
	}

	a.button:hover,
	button:hover,
	div.button a:hover,
	#page-links div,
	body .tags.gray a:hover, body .tags.gray a:active,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(211,211,211,.9) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.9)), color-stop(100%,rgba(211,211,211,.9))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* W3C */
		border: 1px solid #d5d5d5;
		border-top: 1px solid #d5d5d5;
		border-left: 1px solid #d5d5d5; 
		}

  	a.button:active,
  	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #d5d5d5;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(211,211,211,.9) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.9)), color-stop(100%,rgba(211,211,211,.9))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(211,211,211,.9) 100%); /* W3C */
	}


	/* Blue Color */
	a.button.blue,
	button.blue,
	body .tags.blue a, body .tags.blue a:visited,
	input.blue[type="submit"],
	input.blue[type="reset"],
	input.blue[type="button"] {
		color: #FFF;
		background: #F93E1B; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(206,96,79,.95) 0%, rgba(187,41,16,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,96,79,.95)), color-stop(100%,rgba(187,41,16,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(206,96,79,.95) 0%,rgba(187,41,16,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(206,96,79,.95) 0%,rgba(187,41,16,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(206,96,79,.95) 0%,rgba(187,41,16,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(206,96,79,.95) 0%,rgba(187,41,16,.95) 100%); /* W3C */
		border: 1px solid #ba2a10;
		border-top: 1px solid #ba2a10;
		border-left: 1px solid #ba2a10;
	}

	a.button.blue:hover,
	button.blue:hover,
	body .tags.blue a:hover, body .tags.blue a:active,
	input.blue[type="submit"]:hover,
	input.blue[type="reset"]:hover,
	input.blue[type="button"]:hover,
	a.button.blue:active,
  	button.blue:active,
	input.blue[type="submit"]:active,
	input.blue[type="reset"]:active,
	input.blue[type="button"]:active {
		color: #FFF;
		background: #F93E1B; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(187,41,16,.95) 0%, rgba(206,96,79,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,41,16,.95)), color-stop(100%,rgba(206,96,79,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(187,41,16,.95) 0%,rgba(206,96,79,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(187,41,16,.95) 0%,rgba(206,96,79,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(187,41,16,.95) 0%,rgba(206,96,79,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(187,41,16,.95) 0%,rgba(206,96,79,.95) 100%); /* W3C */
		border: 1px solid #ba2a10;
		border-top: 1px solid #ba2a10;
		border-left: 1px solid #ba2a10;
		}
		


	/* Red Color */
	a.button.red,
	button.red,
	body .tags.red a, body .tags.red a:visited,
	input.red[type="submit"],
	input.red[type="reset"],
	input.red[type="button"] {
		color: #92373e;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(250,150,160,.95) 0%, rgba(245,120,130,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,150,160,.95)), color-stop(100%,rgba(245,120,130,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(245,120,130,.95) 100%); /* W3C */
		border: 1px solid #e15560;
		border-top: 1px solid #e15560;
		border-left: 1px solid #e15560;
	}

	a.button.red:hover,
	button.red:hover,
	body .tags.red a:hover, body .tags.red a:active,
	input.red[type="submit"]:hover,
	input.red[type="reset"]:hover,
	input.red[type="button"]:hover,
	a.button.red:active,
  	button.red:active,
	input.red[type="submit"]:active,
	input.red[type="reset"]:active,
	input.red[type="button"]:active {
		color: #6f2b31;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(250,150,160,.95) 0%, rgba(255,130,140,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,150,160,.95)), color-stop(100%,rgba(255,130,140,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(250,150,160,.95) 0%,rgba(255,130,140,.95) 100%); /* W3C */
		border: 1px solid #d53e4a;
		border-top: 1px solid #d53e4a;
		border-left: 1px solid #d53e4a;
		}
		
		
	/* Green Color */
	a.button.green,
	button.green,
	body .tags.green a, body .tags.green a:visited,
	input.green[type="submit"],
	input.green[type="reset"],
	input.green[type="button"] {
		color: #4b7f20;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(170,225,100,.95) 0%, rgba(150,200,90,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,225,100,.95)), color-stop(100%,rgba(150,200,90,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(170,225,100,.95) 0%,rgba(150,200,90,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(170,225,100,.95) 0%,rgba(150,200,90,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(170,225,100,.95) 0%,rgba(150,200,90,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(170,225,100,.95) 0%,rgba(150,200,90,.95) 100%); /* W3C */
		border: 1px solid #78c53a;
		border-top: 1px solid #78c53a;
		border-left: 1px solid #78c53a;
	}

	a.button.green:hover,
	button.green:hover,
	body .tags.green a:hover, body .tags.green a:active,
	input.green[type="submit"]:hover,
	input.green[type="reset"]:hover,
	input.green[type="button"]:hover,
	a.button.green:active,
  	button.green:active,
	input.green[type="submit"]:active,
	input.green[type="reset"]:active,
	input.green[type="button"]:active {
		color: #3b620c;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(190,245,120,.95) 0%, rgba(150,200,90,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,245,120,.95)), color-stop(100%,rgba(150,200,90,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(190,245,120,.95) 0%,rgba(150,200,90,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(190,245,120,.95) 0%,rgba(150,200,90,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(190,245,120,.95) 0%,rgba(150,200,90,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(190,245,120,.95) 0%,rgba(150,200,90,.95) 100%); /* W3C */
		border: 1px solid #63ac28;
		border-top: 1px solid #63ac28;
		border-left: 1px solid #63ac28;
		}
		
	/* Yellow red */
	a.button.yellow,	
	button.yellow,
	body .tags.yellow a, body .tags.yellow a:visited,
	input.yellow[type="submit"],
	input.yellow[type="reset"],
	input.yellow[type="button"] {
		color: #ffffff;
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
			background: #e16f55 url(css/blue.svg) 0 0 no-repeat;
		background: -webkit-gradient(linear, left top, left bottom, from(#e16f55), to(#be3213));
		background: -moz-linear-gradient(top,  #e16f55,  #be3213);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
		-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
		box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
		padding: 1em 1.5em 1em 1.5em;
		-webkit-background-clip: padding-box;
	}

	a.button.yellow:hover,
	button.yellow:hover,
	body .tags.yellow a:hover, body .tags.yellow a:active,
	input.yellow[type="submit"]:hover,
	input.yellow[type="reset"]:hover,
	input.yellow[type="button"]:hover,
	a.button.yellow:active,
  	button.yellow:active,
	input.yellow[type="submit"]:active,
	input.yellow[type="reset"]:active,
	input.yellow[type="button"]:active {
		color: #ffffff;
		border: none;
		background: #be3213 url(css/blue_hover.svg) 0 0 no-repeat;
		background: -webkit-gradient(linear, left top, left bottom, from(#be3213), to(#e16f55));
		background: -moz-linear-gradient(top,  #be3213,  #e16f55);
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
		-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
		box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
		padding: 1em 1.5em 1em 1.5em;
		-webkit-background-clip: padding-box;
		}
		

	/* Purple Color */
	a.button.purple,
	button.purple,
	body .tags.purple a, body .tags.purple a:visited,
	input.purple[type="submit"],
	input.purple[type="reset"],
	input.purple[type="button"] {
		color: #8d1579;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(230,170,220,.95) 0%, rgba(215,160,210,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,170,220,.95)), color-stop(100%,rgba(215,160,210,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(215,160,210,.95) 100%); /* W3C */
		border: 1px solid #c266b3;
		border-top: 1px solid #c266b3;
		border-left: 1px solid #c266b3;
	}

	a.button.purple:hover,
	button.purple:hover,
	body .tags.purple a:hover, body .tags.purple a:active,
	input.purple[type="submit"]:hover,
	input.purple[type="reset"]:hover,
	input.purple[type="button"]:hover,
	a.button.purple:active,
  	button.purple:active,
	input.purple[type="submit"]:active,
	input.purple[type="reset"]:active,
	input.purple[type="button"]:active {
		color: #750b63;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(230,170,220,.95) 0%, rgba(225,170,220,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,170,220,.95)), color-stop(100%,rgba(225,170,220,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(230,170,220,.95) 0%,rgba(225,170,220,.95) 100%); /* W3C */
		border: 1px solid #b955a8;
		border-top: 1px solid #b955a8;
		border-left: 1px solid #b955a8;
		}
		

	/* Black Color */
	a.button.black,
	button.black,
	body .tags.black a, body .tags.black a:visited,
	input.black[type="submit"],
	input.black[type="reset"],
	input.black[type="button"] {
		color: #FCFCFC;
		background: #222; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(60,60,60,.95) 0%, rgba(20,20,20,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,60,.95)), color-stop(100%,rgba(20,20,20,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(20,20,20,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(20,20,20,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(20,20,20,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(60,60,60,.95) 0%,rgba(220,20,20,.95) 100%); /* W3C */
		border: 1px solid #111;
		border-top: 1px solid #111;
		border-left: 1px solid #111;
		
	 -webkit-text-shadow: 1px 0 1px #000;
		-moz-text-shadow: 1px 0 1px #000;
		  -o-text-shadow: 1px 0 1px #000;
			 text-shadow: 1px 0 1px #000;
	}

	a.button.black:hover,
	button.black:hover,
	body .tags.black a:hover, body .tags.black a:active,
	input.black[type="submit"]:hover,
	input.black[type="reset"]:hover,
	input.black[type="button"]:hover,
	a.button.black:active,
  	button.black:active,
	input.black[type="submit"]:active,
	input.black[type="reset"]:active,
	input.black[type="button"]:active {
		color: #FFF;
		background: #222; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(0,50,50,.95) 0%, rgba(20,20,20,.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,.95)), color-stop(100%,rgba(20,20,20,.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(20,20,20,.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(20,20,20,.95) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(20,20,20,.95) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(50,50,50,.95) 0%,rgba(20,20,20,.95) 100%); /* W3C */
		border: 1px solid #111;
		border-top: 1px solid #111;
		border-left: 1px solid #111;
		}
		


/****** button styles 

a.more-link {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	font-size: 14px;
	padding: .4em 1.5em .42em;
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
	}
	
a:hover.more-link {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	padding: .4em 1.5em .42em;
	color:#333;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.9);
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	-webkit-background-clip: padding-box;
	}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
}

.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em 2em 2em 2em;
	font-size: 16px;
}

.bigrounded:hover {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em 2em 2em 2em;
	font-size: 16px;
}

.big {
	font-size: 14px;
	padding: .4em 1.5em .42em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.verysmall {
	font-size: 9px;
	padding: .2em 1em .275em;
}

.button_white_big a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
	font-size: 14px;
	padding: .4em 1.5em .42em;
	}

.button_white_big a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color:#333;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.9);
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	-webkit-background-clip: padding-box;
	}
	
.button_white_medium a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
	font-size: 12px;
	padding: .4em 1.5em .42em;
	}

.button_white_medium a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color:#333;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.9);
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	-webkit-background-clip: padding-box;
	font-size: 12px;
	padding: .4em 1.5em .42em;
	}

.button_white_small a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
	font-size: 11px;
	padding: .2em 1em .275em;
	}

.button_white_small a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color:#333;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.9);
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	-webkit-background-clip: padding-box;
	font-size: 11px;
	padding: .2em 1em .275em;
	}

.button_white_verysmall a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
	font-size: 9px;
	padding: .2em 1em .275em;
	}

.button_white_verysmall a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color:#333;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.9);
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	-webkit-background-clip: padding-box;
	font-size: 9px;
	padding: .2em 1em .275em;
	}

.button_blue_big a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #60C0F0 url(css/blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 14px;
	padding: .4em 1.5em .42em;
	}

.button_blue_big a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	border: none;
	background: #30A0E0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 14px;
	padding: .4em 1.5em .42em;
	}

.button_blue_medium a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #60C0F0 url(css/blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 12px;
	padding: .4em 1.5em .42em;
	}

.button_blue_medium a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	border: none;
	background: #30A0E0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 12px;
	padding: .4em 1.5em .42em;
	}

.button_blue_small a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #60C0F0 url(css/blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 11px;
	padding: .2em 1em .275em;
	}

.button_blue_small a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	border: none;
	background: #30A0E0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 11px;
	padding: .2em 1em .275em;
	}

.button_blue_verysmall a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #60C0F0 url(css/blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 9px;
	padding: .2em 1em .275em;
	}

.button_blue_verysmall a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	border: none;
	background: #30A0E0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 9px;
	padding: .2em 1em .275em;
	}
**/
/* white 
.white {
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
}
.white:hover {
	color:#333;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.9);
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	-webkit-background-clip: padding-box;
}
.white:active {
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(css/white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
}

*/

/* blue
.blue {
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #60C0F0 url(css/blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
}
.blue:hover {
	color: #ffffff;
	border: none;
	background: #30A0E0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
}

 */

/* button background
.buttonbackground {
	background: #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#e4e4e4));
	background: -moz-linear-gradient(top,  #d9d9d9,  #e4e4e4);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	display: inline-block;
	outline: none;
	padding: 9px;
	-webkit-border-radius: 3em; 
	-moz-border-radius: 3em;
	border-radius: 3em 3em 3em 3em;
	margin: 4px 10px 10px 0;
	-webkit-background-clip: padding-box;
}

 */


/* highlight button
.highlight {
	color: #ffffff;
	border: none;
	background: #60C0F0 url(css/blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-background-clip: padding-box;
	padding: .5em 1.5em;
	font-size: 14px;
}
.highlight:hover {
	color:#ffffff;
	background: #30A0E0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	border: none;
	padding: .5em 1.5em;
	font-size: 14px;
	-webkit-background-clip: padding-box;
}
.highlight:active {
	color:#ffffff;
	background: #60C0F0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-background-clip: padding-box;
	border: none;
	padding: .5em 1.5em;
	font-size: 14px;
}

#searchsubmit {
	color: #ffffff;
	border: none;
	background: #60C0F0 url(css/blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-background-clip: padding-box;
	padding: .5em 1.5em;
	font-size: 14px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:QlassikMediumRegular;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
	*float:left;
}
#searchsubmit:hover {
	color:#ffffff;
	background: #30A0E0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	border: none;
	padding: .5em 1.5em;
	font-size: 14px;
	-webkit-background-clip: padding-box;
}
#searchsubmit:active {
	color:#ffffff;
	background: #60C0F0 url(css/blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-background-clip: padding-box;
	border: none;
	padding: .5em 1.5em;
	font-size: 14px;
}

.screen-reader-text {
	height:0;
	font-size:0;
	}
	
	
	 */
	
			
