.global_header {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

}

.global_nav_button {
	box-shadow:inset 0px 1px 0px 0px #f75170;
	background:linear-gradient(to bottom, #c10657 5%, #a7003b 100%);
	background-color:#c10657;
	border:1px solid #77112f;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

.global_nav_button:hover {
	background:linear-gradient(to bottom, #a7003b 5%, #c1024e 100%);
	background-color:#a7003b;
	color: #ffffff;
}

.input_button {
	box-shadow:inset 0px 1px 0px 0px #f75170;
	background:linear-gradient(to bottom, #c10657 5%, #a7003b 100%);
	background-color:#c10657;
	border:1px solid #77112f;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

.input_button:hover {
	background:linear-gradient(to bottom, #a7003b 5%, #c1024e 100%);
	background-color:#a7003b;
	color: #ffffff;
}