html, body {
		margin: 0px;
		padding: 0px;
}
body{
	background-color: #000;
}
#header{
		text-align: center;
		min-width: 240px;
		margin-right: auto;
		margin-left: auto;
			}
h1{
	font-weight: bold;
	margin-left: 7px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fffeff;
	margin-right: 7px;
	background: #014464;

	border: 1px solid #002232;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;

	padding-left: 7px;
	font-size: 1.3em;
	padding-bottom: 2px;
	padding-top: 1px;
}
h2{
		font-size: 20px; 
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
	color: #00709a;
}
.right{
	float: right;
	width: 50%;
}

.left{
		float: left;
	width: 50%;
}
.pay{
	height: 200px;
			font-size: 16px; 
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
	border: 1px solid #feffff;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	background-color: #feffff;
	position: relative;
}
.link {
    position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
	right: 0;
	padding-top: 5px;
}
.link-blue{
	background-color: #0432ff;
}
.link-orange{
	background-color: #ff9300;
}
.link-green{
	background-color: #008f51;
}
.link-red{
	background-color: #ff2600;
}
a{
	color: #feffff;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.icon{
	float: left;
	margin-right: 10px;
}
.blue{
	border: 5px solid #0432ff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
.orange{
	border: 5px solid #ff9300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;

}
.green{
	border: 5px solid #008f51;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;

}
.red{
	border: 5px solid #ff2600;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;

}

{
	
}