* {
  padding: 0px;
  margin: 0px;
}

.clear {
  clear: both;
}

html {
	background-color: #133652;
}

ul.header-nav {
	float: right;
	margin-top: 16px;
}

ul.header-nav li {	
	color: #91C1E4;
	padding: 0;
	margin: 0;
	background-image: none;
	display: inline;
	margin-left: 20px;
}

ul.header-nav li a {
	color: #91C1E4;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #081926;
}

ul.header-nav li a:hover {
	color: #91c1e4;
	padding-bottom: 1px;
	border-bottom: 2px solid #506a7d;
	text-decoration: none;
	text-shadow: 1px 1px 1px #081926;
}

a {
	color: #133652;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

h2 {
	color: #f1f1f1;
	font-size: 20px;
	text-shadow: 0px 1px 1px #00355e;
}

p {
	color: #f1f1f1;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-shadow: 0px 1px 0px #00355e;
}

.wrapper {
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(../images/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.logo {
	width: 220px;
	height: 50px;
	float: left;
}

form {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 25px;
}

fieldset {
	background-image: url('../images/fieldset-bg.jpg');
	background-position: center center;
	border: 1px solid #2a4026;
	padding: 10px;
	vertical-align: middle;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

input.text {
	font-size: 13px;
	color: #959291;
	padding: 10px;
	height: 15px;
	width: 130px;
	border: none;
	float: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

input.text.email {
	width: 185px;
	margin-left: 8px;
}


/*
.submit {
	font-size: 15px;
	color: #fff;
	text-shadow: none;
	padding: 0px 10px;
	height: 37px;
	float: right;
	width: 120px;
	border: 0px;
	background-color: transparent;
	background-image: url(../images/button-orange.png);
}

input.submit:hover {
	background-position: -100px -40px;
}
*/

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
	padding: 0px;
}

.submit { background-image: url('../images/button-orange.png'); padding: 0px; padding-right: 12px; background-repeat: no-repeat; background-position: right -124px; background-attachment: scroll;  font-size: 14px; text-shadow: 0px 1px 2px #000; font-weight: bold; color: #fff;   border: 0; background-color: transparent; height: 35px; text-align: left; *overflow: visible; *width: auto; float: right; }

.submit span { background-image: url('../images/button-orange.png'); background-repeat: no-repeat; background-position: left top; display: block; height: 35px; line-height: 35px; padding: 0px; padding-left: 12px; *overflow: visible; *width: auto; white-space: nowrap; text-align: center; font-weight: bold; text-transform: uppercase; font-family: "Helvetica Neue". Helvetica, Arial, sans-serif; }


.submit:hover { background-position: right -164px; }
.submit:hover span { background-position: left -40px; }
.submit:active { background-position: right -204px; }
.submit:active span { background-position: left -80px; }


.hr {
	background-image: url('../images/hr.png');
	background-position: center top;
	background-repeat: repeat-x;
	height: 3px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.hr hr {
	display: none;
}

.copyright {
	margin-bottom: 25px;
}

.copyright, .copyright a {
	color: #91C1E4;
}

.f-logo {
	position: relative;
	top: 8px;
	margin-right: 6px;
}



p.navigation {text-align:center; font-size:12px;}

p.tandc-inset {margin-left: 40px}
p.tandc-inset:first-line {margin-left: 20px}

p.tandc-inset2 {margin-left: 60px}
p.tandc-inset2:first-line {margin-left: 40px}



.tandc {
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 30px;
	text-align: left;
	text-shadow: none;
	color: #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 10px #003b6b;
	-moz-box-shadow: 0px 0px 10px #003b6b;
	-o-box-shadow: 0px 0px 10px #003b6b;
	box-shadow: 0px 0px 10px #003b6b;
}

.tandc p {
	text-shadow: none;
	color: #000;
}

