/*
Theme Name: Redirect
Description: Just a redirection hack. Add your redirection valid url, or the keyword "Network" for your network's administration page at Settings >> General >> Tagline.
Author: GDM IT Department
Author URI: http://www.gdmhotels.com
*/
body {
	color: midnightblue;
	text-align: center;
}

h2 {
	color: #900;
}

h3 {
	margin-bottom: -10px;
}

ol {
	display: inline-block;
}

ol li{
	text-align: left;
}

ul {
	padding-left: 17px;
}
.button {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 13px 26px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 21px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	margin-top: 20px;
}

.button:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}

.button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}