﻿body {
    background-color: white;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Gentona", "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.66;
    color: rgb(109,110,113);
}

img {
    border: 0px none;
}

a {
    color: #5F8DB1;
    text-decoration: none;
}
a:hover, a:active {
    color: #5F8DB1;
}

h1 {
    margin: 0 0 12px 0;
    font-family: "Gentona", "ff-netto-web",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    color: #5F8DB1;
    text-align: center;
    
    text-transform: uppercase;
}

h2 {
    margin: 0;
    font-family: "Gentona", "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5F8DB1;
    text-transform: uppercase;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
    zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
    zoom: 1;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.loginbutton { 
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 15px;
    border: 2px solid #000;
    display: inline-block;
    font-family: "Gentona","ff-netto-web",sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.loginbutton:hover {
    background: #5e8ab4;
    color: #fff !important;
    border-color: #5e8ab4;
}
.loginLink {
    color: black;
}

.style3
{
	color: black; 
}

input.text
{
	background-color: rgb(255,255,255);
	border : 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
}


//a.button {
//    display: inline-block;
//    margin: 0 0 0 6px;
//    padding: 4px 6px 6px 6px;
//    border: 2px solid rgb(0,175,190);
//    border-radius: 4px;
//    font-family: "ff-netto-web",sans-serif;
//    font-style: normal;
//    font-weight: 400;
//    font-size: 14px;
//    line-height: normal;
//    cursor: pointer;
//}

//a.button:hover, a.button:active {
//    border-color: rgb(109,110,113);
//    color: rgb(109,110,113);
//    text-decoration: none;
//}

a.button {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 15px;
    border: 2px solid #000;
    display: inline-block;
    font-family: "Gentona","ff-netto-web",sans-serif;
    font-size: 13px;
    font-weight: 600;
    //margin: 22px 3px;
    margin: 0 0 0 3px;
    transition: all 0.3s ease;
  }
  a.button:hover {
    background: #5e8ab4;
    color: #fff !important;
    border-color: #5e8ab4;
  }

  //&.big {
  //  padding: 15px 30px;
  //  font-size: 15px;
  //}

  a.button-large {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 15px;
    border: 2px solid #000;
    display: inline-block;
    font-family: "Gentona","ff-netto-web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    //margin: 22px 3px;
    margin: 0 0 0 3px;
    transition: all 0.3s ease;

    width: 200px;
    text-align: center;
  }
  a.button-large:hover {
    background: #5e8ab4;
    color: #fff !important;
    border-color: #5e8ab4;
  }

//a.button-large {
//    display: inline-block;
//    width: 226px;
//    margin: 0;
//    padding: 10px 0 10px 0;
//    border: 2px solid rgb(0,175,190);
//    border-radius: 10px;
//    font-family: "proxima-nova",sans-serif;
//    font-style: normal;
//    font-weight: 600;
//    font-size: 16px;
//    line-height: normal;
//    text-align: center;
//    text-transform: uppercase;
//    cursor: pointer;
//}
//a.button-large:hover, a.button-large:active {
//    border-color: rgb(109,110,113);
//    color: rgb(109,110,113);
//    text-decoration: none;
//}

img.background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
}

#page {
    position: relative;
    z-index: 1;
}

.page-frame {
    width: 960px;
    margin: 0 auto;
}

#header {
    width: 100%;
    background-color: rgb(255,255,255);
    padding: 16px 0 13px 0;
}

#header #logo {
    display: block;
    background: url("../images/20nine/logos/freedompay_logo.png") no-repeat center center;
    width: 212px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
}

#navigation {
    margin: 40px 0 30px 0;
}

#navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#navigation ul li {
    display: inline;
    margin: 0;
    padding: 0 15px;
    list-style-type: none;
}

#navigation ul li a {
    display: inline-block;  padding: 0 0 3px 0;
    font-family: "Gentona","proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgb(255,255,255);
    text-transform: uppercase;

    border-bottom: 4px solid transparent;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a.selected {
    border-bottom: 4px solid rgb(255,255,255);
    text-decoration: none;
}

#content {
    background-color: rgb(255,255,255);
    width: 740px;
    margin: 0 auto;
    padding: 50px 45px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.introduction {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.callout {
    font-family: "Gentona","ff-netto-web",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 33px;
    color: #5e8ab4;
}

.center {
    text-align: center;
}

#content ul
{
    margin: 0 0 20px 0;
    padding: 0 0 0 14px;
}

#content p
{
    margin: 0 0 20px 0;
}

.left-col {
    float: left;
    width: 365px;
    margin: 10px 0 0 0;
}

.right-col {
    float: right;
    width: 250px;
    margin: 10px 0 0 0;
}

ol.steps {
    margin: 0;
    padding: 0;
    text-align: center;
}

ol.steps li {
    display: inline-block;
    width: 205px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}
ol.steps li.narrow {
    width: 180px;
}

ol.steps li .ordinal {
    float: left;
    margin: 7px 10px 0 0;
    font-family: "Gentona","ff-netto-web",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 20px;
    color: rgb(109,110,113);
}

ol.steps li .step {
    float: left;
    font-family: "Gentona","proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #5e8ab4;
    text-align: left;
}

dl.faqs {
    margin: 0;
}

dl.faqs dt .icon {
    float: right;
    display: block;
    background: url("../images/20nine/icons/plus_minus.gif") no-repeat left top;
    width: 19px;
    height: 19px;
    overflow: hidden;
}
dl.faqs dt.open .icon {
    background-position: left -19px;
}

dl.faqs dt {
    margin: 25px 0 5px 0;
    font-family: "Gentona","proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5e8ab4;
    text-transform: uppercase;
    cursor: pointer;
}

dl.faqs dd {
    display: none;
    margin: 0 40px 0 0;
    padding: 0;
}

#footer {
    margin: 40px 0;
    font-family: "Gentona","proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: rgb(255,255,255);
}
#footer a {
    color: rgb(255,255,255);
    font-weight: 600;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}



#login {
	position:absolute;
	left:60%;
	top:26px;
	width:333px;
	height:160px;
	z-index:3;
	overflow: visible;
	font-size: 95%;
	background-color: white; 
	visibility: hidden;
	border: 2px black solid;
}
