/* Default button styling - this applies to all anchors with the .button class */

.column-but{
	right:100%;
	margin-top:20px;
	float:right;
}

.demo-but{
	margin-bottom:30px;
	margin-right:0px;
	margin-left:0x;
}


#contactSubmitBtn{
	margin-top:20px;
	float:right;
}


.button {
	display:inline-block;
	font-size: 12px; 
	text-decoration: none!important; 
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px; 
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	
}
.button:active {
	padding: 8px 12px; 
	box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
}

.button:visited {
	padding: 8px 12px;
	margin-right:20px;
	margin-bottom:30px; 
	box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
}


/* The styles for the grey button */
.grey {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
}
.grey:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
}
.grey:active {	
	padding: 8px 12px; 
	display:block; 
	border: 1px solid #666;
	width:auto;
}

/* The styles for the red button */
.red {
	color: #923c47;
	border: 1px solid #d96d7c;
	background-image: -moz-linear-gradient(#f997b0, #f6677b);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6677b), to(#f997b0));
	background-image: -webkit-linear-gradient(#f997b0, #f6677b);
	background-image: -o-linear-gradient(#f997b0, #f6677b);
	text-shadow: 1px 1px 1px #fdbcc7;
	background-color: #f6677b;
}
.red:hover {
	border: 1px solid #c75964;
	background-image: -moz-linear-gradient(#f6677b, #f997b0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f997b0), to(#f6677b));
	background-image: -webkit-linear-gradient(#f6677b, #f997b0);
	background-image: -o-linear-gradient(#f6677b, #f997b0);
	background-color: #f997b0;
}
.red:active {border: 1px solid #ab3e4b;}

/* The styles for the blue button */
.blue {
	color: #41788c;
	border: 1px solid #6fb1c7;
	background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
	background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
	background-image: -o-linear-gradient(#aae5f7, #73d0f1);
	text-shadow: 1px 1px 1px #bfeafb;
	background-color: #73d0f1;
}
.blue:hover {
	border: 1px solid #4690ad;
	background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
	background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
	background-image: -o-linear-gradient(#73d0f1, #aae5f7);
	background-color: #aae5f7;
}
.blue:active {border: 1px solid #3b778b;}

/* The styles for the green button */
.green {
	color: #5a742d;
	border: 1px solid #95b959;
	background-image: -moz-linear-gradient(#cae387, #a5cb5e);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5cb5e), to(#cae387));
	background-image: -webkit-linear-gradient(#cae387, #a5cb5e);
	background-image: -o-linear-gradient(#cae387, #a5cb5e);
	text-shadow: 1px 1px 1px #dff4bc;
	background-color: #a5cb5e;
}
.green:hover {
	border: 1px solid #687e30;
	background-image: -moz-linear-gradient(#a5cb5e, #cae387);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae387), to(#a5cb5e));
	background-image: -webkit-linear-gradient(#a5cb5e, #cae387);
	background-image: -o-linear-gradient(#a5cb5e, #cae387);
	background-color: #cae387;
}
.green:active {border: 1px solid #506320; width:auto; height:auto;}

/* The styles for the black button */
.black {
	color: #fff;
	border: 1px solid #4d4d4d;
	background-image: -moz-linear-gradient(#656565, #454545);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454545), to(#656565));
	background-image: -webkit-linear-gradient(#656565, #454545);
	background-image: -o-linear-gradient(#656565, #454545);
	text-shadow: 1px 1px 1px #6d6d6d;
	background-color: #454545;
}
.black:hover {
	border: 1px solid #363636;
	background-image: -moz-linear-gradient(#454545, #656565);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#454545));
	background-image: -webkit-linear-gradient(#454545, #656565);
	background-image: -o-linear-gradient(#454545, #656565);
	background-color: #656565;
}
.black:active {border: 1px solid #000;}

/* The styles for the yellow button */
.yellow {
	color: #986a39;
	border: 1px solid #e6b650;
	background-image: -moz-linear-gradient(#ffd974, #febf4d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#febf4d), to(#ffd974));
	background-image: -webkit-linear-gradient(#ffd974, #febf4d);
	background-image: -o-linear-gradient(#ffd974, #febf4d);
	text-shadow: 1px 1px 1px #fbe5ac;
	background-color: #febf4d;
}
.yellow:hover {
	border: 1px solid #c1913d;
	background-image: -moz-linear-gradient(#febf4d, #ffd974);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd974), to(#febf4d));
	background-image: -webkit-linear-gradient(#febf4d, #ffd974);
	background-image: -o-linear-gradient(#febf4d, #ffd974);
	background-color: #ffd974;
}
.yellow:active {border: 1px solid #936b26;}

/* The styles for the purple button */
.purple {
	color: #7e5d7c;
	border: 1px solid #cd93c6;
	background-image: -moz-linear-gradient(#e9c4e3, #d798d1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d798d1), to(#e9c4e3));
	background-image: -webkit-linear-gradient(#e9c4e3, #d798d1);
	background-image: -o-linear-gradient(#e9c4e3, #d798d1);
	text-shadow: 1px 1px 1px #f1ceef;
	background-color: #d798d1;
}
.purple:hover {
	border: 1px solid #886382;
	background-image: -moz-linear-gradient(#d798d1, #e9c4e3);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9c4e3), to(#d798d1));
	background-image: -webkit-linear-gradient(#d798d1, #e9c4e3);
	background-image: -o-linear-gradient(#d798d1, #e9c4e3);
	background-color: #e9c4e3;
}
.purple:active {border: 1px solid #6a4664;}

/* The styles for the greyblue button */
.gblue {
	color: #660000;
	border: 1px solid #660000;
	background-image: -moz-linear-gradient(#bbcbd8, #8ea5b5);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ea5b5), to(#bbcbd8));
	/* [disabled]background-image: -webkit-linear-gradient(#bbcbd8, #8ea5b5); */
	/* [disabled]background-image: -o-linear-gradient(#bbcbd8, #8ea5b5); */
	text-shadow: 1px 1px 1px #c6d4df;
	background-color: #FFFFCC;
}
.gblue:hover {
	border: 1px solid #656f78;
	background-image: -moz-linear-gradient(#8ea5b5, #bbcbd8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbcbd8), to(#8ea5b5));
	/* [disabled]background-image: -webkit-linear-gradient(#8ea5b5, #bbcbd8); */
	/* [disabled]background-image: -o-linear-gradient(#8ea5b5, #bbcbd8); */
	background-color: #FFFFCC;
}
.gblue:active {border: 1px solid #434f5a;}

/* The styles for the button groups */

.left {
	border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-right: 0px;
}
.left:hover {
	border-right: 0px;
}
.middle {
	border-radius: 0px;
	-moz-radius: 0px;
	border-right: 0px;
}
.middle:hover {
	border-right: 0px;
}
.right {
	border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
}

/* Large Styles */

.large {padding: 14px 28px;}


img.round-button-icon{
	padding-left:5px;
}

/* round-button Global Style*/
a.round-button{
	display: inline-block;
	background: rgba(0,0,0,0.08);
	padding: 5px;
	border-radius: 25px;
	text-decoration: none;
}
a.round-button>span{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 20px;

	border: 1px solid #999;
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #ccc, #aaa);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#aaa));
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);
}
a.round-button>span>span{
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	padding: 8px 0 7px 8px;
	margin-left: 6px;
	
	color: #666;
	-webkit-box-shadow:inset 1px 0 0 #ddd, -1px 0 0 #999;
	   -moz-box-shadow:inset 1px 0 0 #ddd, -1px 0 0 #999;
			box-shadow:inset 1px 0 0 #ddd, -1px 0 0 #999;
}
a.round-button:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(255,255,255,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(255,255,255,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(255,255,255,1);
}
a.round-button:active>span{
	background-color: #aaa;
	background-image: -moz-linear-gradient(top, #aaa, #ccc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#aaa), to(#ccc));
}

/* Green round-button */
a.round-button.round-green>span{
	color:#678338;
	border-color: #93af58;
	background-color: #cae286;
	background-image: -moz-linear-gradient(top, #cae286, #9eca56);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#cae286), to(#9eca56));
}
a.round-button.round-green>span>span{
	color: #678338;
	-webkit-box-shadow:inset 1px 0 0 #d4e7a9, -1px 0 0 #9ab45e;
	   -moz-box-shadow:inset 1px 0 0 #d4e7a9, -1px 0 0 #9ab45e;
			box-shadow:inset 1px 0 0 #d4e7a9, -1px 0 0 #9ab45e;
}
a.round-button.round-green:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(103,131,56,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(103,131,56,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(103,131,56,1);
}
a.round-button.round-green:active>span{
	background-color: #9eca56;
	background-image: -moz-linear-gradient(top, #b3d56c, #b9d972);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b3d56c), to(#b9d972));
}

/* Yellow round-button */
a.round-button.round-yellow>span{
	color:#996633;
	border-color: #dda341;
	background-color: #ffd972;
	background-image: -moz-linear-gradient(top, #ffd972, #ffba49);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffd972), to(#ffba49));
}
a.round-button.round-yellow>span>span{
	color: #996633;
	-webkit-box-shadow:inset 1px 0 0 #fee49b, -1px 0 0 #eaaa41;
	   -moz-box-shadow:inset 1px 0 0 #fee49b, -1px 0 0 #eaaa41;
			box-shadow:inset 1px 0 0 #fee49b, -1px 0 0 #eaaa41;
}
a.round-button.round-yellow:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(218,159,60,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(218,159,60,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(218,159,60,1);
}
a.round-button.round-yellow:active>span{
	background-color: #ffba49;
	background-image: -moz-linear-gradient(top, #ffcb5f, #ffcd61);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffcb5f), to(#ffcd61));
}

/* Blue round-button */
a.round-button.round-blue>span{
	color: #42788e;
	border-color: #5cb0cf;
	background-color: #92dbf1;
	background-image: -moz-linear-gradient(top, #92dbf1, #5fbee5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#92dbf1), to(#5fbee5));
}
a.round-button.round-blue>span>span{
	color: #42788e;
	-webkit-box-shadow:inset 1px 0 0 #b1e1f0, -1px 0 0 #64bde0;
	   -moz-box-shadow:inset 1px 0 0 #b1e1f0, -1px 0 0 #64bde0;
			box-shadow:inset 1px 0 0 #b1e1f0, -1px 0 0 #64bde0;
}
a.round-button.round-blue:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(66,120,142,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(66,120,142,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(66,120,142,1);
}
a.round-button.round-blue:active>span{
	background-color: #5fbee5;
	background-image: -moz-linear-gradient(top, #7bceeb, #7ed0ec);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#7bceeb), to(#7ed0ec));
}

/* Red round-button */
a.round-button.round-red>span{
	color: #7a3f47;
	border-color: #d96d7c;
	background-color: #cacaca;
	background-image: -moz-linear-gradient(top, #f993ac, #f6697d);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f993ac), to(#f6697d));
}
a.round-button.round-red>span>span{
	color: #7a3f47;
	-webkit-box-shadow:inset 1px 0 0 #fab2c2, -1px 0 0 #d96d7c;
	   -moz-box-shadow:inset 1px 0 0 #fab2c2, -1px 0 0 #d96d7c;
			box-shadow:inset 1px 0 0 #fab2c2, -1px 0 0 #d96d7c;
}
a.round-button.round-red:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(217,109,123,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(217,109,123,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(217,109,123,1);
}
a.round-button.round-red:active>span{
	background-color: #d96d7c;
	background-image: -moz-linear-gradient(top, #f6697d, #f993ac);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f6697d), to(#f993ac));
}

/* Grey round-button */
a.round-button.round-grey>span{
	color:#6e6e6e;
	border-color: #d0d0d0;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #ececec, #e2e2e2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#e2e2e2));
}
a.round-button.round-grey>span>span{
	color: #6e6e6e;
	-webkit-box-shadow:inset 1px 0 0 #ffffff, -1px 0 0 #cacaca;
	   -moz-box-shadow:inset 1px 0 0 #ffffff, -1px 0 0 #cacaca;
			box-shadow:inset 1px 0 0 #ffffff, -1px 0 0 #cacaca;
}
a.round-button.round-grey:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(89,89,89,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(89,89,89,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(89,89,89,1);
}
a.round-button.round-grey:active>span{
	background-color: #d96d7c;
	background-image: -moz-linear-gradient(top, #e2e2e2, #ececec);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e2e2e2), to(#ececec));
}


/* Black round-button */
a.round-button.round-black>span{
	color:#cacaca;
	border-color: #4d4d4d;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #636363, #484848);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#636363), to(#484848));
}
a.round-button.round-black>span>span{
	color: #cacaca;
	-webkit-box-shadow:inset 1px 0 0 #919191, -1px 0 0 #636363;
	   -moz-box-shadow:inset 1px 0 0 #919191, -1px 0 0 #636363;
			box-shadow:inset 1px 0 0 #919191, -1px 0 0 #636363;
			text-shadow:none;
}
a.round-button.round-black:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(89,89,89,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(89,89,89,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(89,89,89,1);
}
a.round-button.round-black:active>span{
	background-color: #d96d7c;
	background-image: -moz-linear-gradient(top, #484848, #636363);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#484848), to(#636363));
}

/* Purple round-button */
a.round-button.round-purple>span{
	color: #755672;
	border-color: #cd93c6;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #e8c1e2, #d89ad2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e8c1e2), to(#d89ad2));
}
a.round-button.round-purple>span>span{
	color: #755672;
	-webkit-box-shadow:inset 1px 0 0 #f0d8ec, -1px 0 0 #cd93c6;
	   -moz-box-shadow:inset 1px 0 0 #f0d8ec, -1px 0 0 #cd93c6;
			box-shadow:inset 1px 0 0 #f0d8ec, -1px 0 0 #cd93c6;
}
a.round-button.round-purple:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(219,161,213,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(219,161,213,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(219,161,213,1);
}
a.round-button.round-purple:active>span{
	background-color: #d96d7c;
	background-image: -moz-linear-gradient(top, #cd93c6, #f0d8ec);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#cd93c6), to(#f0d8ec));
}

/* Dark Blue round-button */
a.round-button.round-darkblue>span{
	color:#59656e;
	border-color: #929ba2;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #b7c8d5, #92a8b8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b7c8d5), to(#92a8b8));
}
a.round-button.round-darkblue>span>span{
	color: #59656e;
	-webkit-box-shadow:inset 1px 0 0 #b6c5d0, -1px 0 0 #929ba2;
	   -moz-box-shadow:inset 1px 0 0 #b6c5d0, -1px 0 0 #929ba2;
			box-shadow:inset 1px 0 0 #b6c5d0, -1px 0 0 #929ba2;
			text-shadow:none;
}
a.round-button.round-darkblue:hover>span{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(149,171,186,1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(149,171,186,1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(149,171,186,1);
}
a.round-button.round-darkblue:active>span{
	background-color: #d96d7c;
	background-image: -moz-linear-gradient(top, #92a8b8, #b7c8d5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#92a8b8), to(#b7c8d5));
}
