@import 'fonts/stylesheet.css';
/* style css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* begin body */

body{
	margin:0px;
	padding:0px;
	background:url('images/bg_body.png') repeat;
}
.warp{
	background:url('images/inner-glow.png') top center;
	height:614px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	margin-bottom:30px;

}
.middle{
	width:980px;
	display:block;
	margin:0px auto;
	position:relative;
}
.mid-mid{
	width:940px;
	display:block;
	margin:0px auto;
	top:55px;
	position:absolute;
}
.left{
	width:320px;
	float:left;
}
.left .logo{
	float: left;
	position:relative;
	top:-14px;
	margin-bottom:32px;
}
.left h1{
	font-weight: normal;
	font-size:63px;
	color:#4cb4db;
	text-transform: uppercase;
	font-family: 'franchisebold', Helvetica, Arial, sans-serif;
	padding-top:0px;
	margin-top:0px;
	float:left;
	width:100%;
	line-height: 56px;
	letter-spacing: 0px;
	margin-bottom: 22px;
	margin-left:10px;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-moz-text-shadow:    1px 1px 2px rgba(0, 0, 0, 1);
	text-shadow:         1px 1px 2px rgba(0, 0, 0, 1);
}
.left .line{
	background:url('images/line_bg.png') repeat-x;
	float:left;
	height: 8px;
	width:269px;
	margin-bottom: 20px;
	margin-left:12px;
}
.left p{
	float:left;
	font-size:27px;
	color:#f1f0ea;
	font-family: 'Archer-Light', Helvetica, Arial, sans-serif;
	margin-left:10px;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-moz-text-shadow:    1px 1px 2px rgba(0, 0, 0, 1);
	text-shadow:         1px 1px 2px rgba(0, 0, 0, 1);
	margin-bottom:30px;
}
a.apple_icon{
	margin:0px 0px 0px 10px;
	padding:0px;
	display:block;
	float:left;
}

/* Right side */
.right{
	width:620px;
	float:left;
	position:relative;
}
.right .ipad{
	float:right;
	background:url('images/ipad.png') no-repeat;
	width:535px;
	height:685px;
	position:relative;
	top:-14px;
	left:13px;
}

/* Ipad Slide */
#ipad-slide{
	width:412px;
	height: 539px;
	position: relative;
	left: 62px;
	top: 79px;
	overflow: hidden;
	display: none;
}
.slidesjs-container{
	height: 539px !important;
}
#ipad-slide .slidesjs-previous{
	position: absolute;
	bottom: 25px;
	left: 160px;
	background: url('images/ipad-prev.png') no-repeat;
	width: 45px;
	z-index: 999;
	height:45px;
	text-indent: -99999px;
	display:none;
}
#ipad-slide .slidesjs-next{
	position: absolute;
	bottom: 25px;
	right: 160px;
	background: url('images/ipad-next.png') no-repeat;
	height: 45px;
	z-index:999;
	width: 45px;
	text-indent: -99999px;
	display:none;
}
.right .iphone{
	width:190px;
	height: 408px;
	background:url('images/iphone.png') no-repeat;
	position: absolute;
	z-index: 9999;
	bottom: 5px;
}
#iphone-slide{
	width:158px;
	height: 272px;
	position: relative;
	left: 17px;
	top: 69px;
	overflow: hidden;
	display: none;
}
#iphone-slide .slidesjs-container{
	width:158px;
	height: 272px !important;
}
#iphone-slide .slidesjs-previous{
	background:url('images/iphone-prev.png') no-repeat !important;
	text-indent: -9999px;
	z-index: 999;
	width:31px;
	height: 31px;
	position: absolute;
	bottom: 30px;
	left:48px;
	display: none;
}
#iphone-slide .slidesjs-next{
	text-indent: -9999px;
	z-index: 999;
	background:url('images/iphone-next.png') no-repeat !important;
	width:31px;
	height: 31px;
	position: absolute;
	bottom: 30px;
	right:48px;
	display: none;
}

/* Custom Footer */
.footer{
	float:left;
	width:100%;
	background:url('images/bg-bottom3.jpg') repeat;
	z-index: 9999;
	height:680px;
	position: relative;
    bottom: 0;
    overflow:none;
   /*-moz-transition:all 0.5s ease-in-out;
   -o-transition:all 0.5s ease-in-out;
   transition:all 0.5s ease-in-out;
   -webkit-transition:all 0.5s ease-in-out; */
   -moz-box-shadow: 0px -5px 17px #000;
	-webkit-box-shadow: 0px -5px 17px #000;
	box-shadow: 0px -5px 17px #000;
  border-top:1px solid #272727;
}
.footer.show
{
    height: 462px;   
   -moz-transition:all 0.5s ease-in-out;
   -o-transition:all 0.5s ease-in-out;
   transition:all 0.5s ease-in-out;
   -webkit-transition:all 0.5s ease-in-out;
}
.footer .mid-mid{
	top:25px;
	left:10px;
}
.footer a{
	color:#acacac;
   	text-decoration:underline;
}
/* boxes */
.box{
	width:300px;
	float:left;
	margin-bottom: 20px;
        margin-left:13px;
}
.box.first{
    margin-left: 0px;
}
.box h1{
	font-weight: normal;
	font-size:36px;
	color:#acacac;
	text-transform: uppercase;
	font-family: 'franchisebold', Helvetica, Arial, sans-serif;
	padding-top:0px;
	margin-top:5px;
	float:left;
	width:300px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 18px;
	margin-left:0px;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-moz-text-shadow:    1px 1px 2px rgba(0, 0, 0, 1);
	text-shadow:         1px 1px 2px rgba(0, 0, 0, 1);

}
.box p{
	margin-left:0px;
	font-size: 18px;
	color:#acacac;
	font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
	line-height: 22px;
        width:290px;
}
.box.last{
    float:right;
}
.last-box{
	width:170px;
	float: left;
	margin-bottom: 33px;
	margin-right:55px;
}
.last-box h1{
	color:#acacac;
	font-size: 36px;
	font-family: 'franchisebold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-top:0px;
	margin-top:5px;
	float:left;
	width:100%;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 18px;
	margin-left:10px;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-moz-text-shadow:    1px 1px 2px rgba(0, 0, 0, 1);
	text-shadow:         1px 1px 2px rgba(0, 0, 0, 1);
	text-align: left;
}
ul.list{
	margin-left: 30px;
	float: left;
	width: 170px;
}
ul.list li{
	font-size: 18px;
	color:#acacac;
	font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
	line-height: 22px;
	list-style: disc;
}
.row{
    float:left;
    width: 100%;
    margin-bottom: 30px;
}
.line-boxes{
	background: url('images/line_bg.png') repeat-x;
	float: left;
	height: 8px;
	width:940px;
	margin-left:0px;
}
.sub-footer{
	float:left;
	width:100%;
	height: 120px;
	margin-left: 0px;
	background:url('images/one-line.jpg') repeat-x bottom;
}
.sub-footer h1{
	color:#acacac;
	font-size: 24px;
	font-family: 'franchisebold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-top:0px;
	margin-top:30px;
	float:left;
	width:100%;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 12px;
	margin-left:0px;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-moz-text-shadow:    1px 1px 2px rgba(0, 0, 0, 1);
	text-shadow:         1px 1px 2px rgba(0, 0, 0, 1);
	text-align: left;
}
.sub-footer p{
	font-size: 18px;
	color:#acacac;
	font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
	float:left;
	width:100%;
	margin-left: 0px;
}
.bottom-footer{
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-top: 35px;
}
.bottom-footer p{
	font-size: 18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float:left;
}

/* Horizontal scroll style */
.horizontal-only
{
	height: auto;
	max-height: 240px;
}
/*scrollpane custom CSS*/
.jspVerticalBar {
    width: 8px;
    background: transparent;
    right:10px;
}
 
.jspHorizontalBar {
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: transparent;
}
.jspTrack {
    background: transparent;
}
 
.jspDrag {
    background: url(images/transparent-black.png) repeat;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
	display:none;
}
 
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
 
.jspCorner {
    display:none
}

/* ========= Change Password ============= */
.change-password{
	width:430px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:340px;
	display:block;
	margin:0px auto;
}
.pass-center h1{
	font-size:18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	margin-bottom:30px;
}
#forgot-password .inner{
	background:url('images/inner-form.jpg') repeat;
	height:225px;
	width:100%;
	border:1px solid #b7b5ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.inner input[type=text]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.inner input[type=password]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}
#btn{
	margin-top:30px;
	width:100%;
	height:34px;
	border-top:1px solid #4b98ae;
	border-bottom:1px solid #fff;
	border-left:0px;
	border-right:0px;
	color: #000000;
	font-size:14px;
	background: #51bae1;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#40abdb));
	background: -moz-linear-gradient(top,  #62c9e7,  #40abdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#40abdb');
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#btn:hover{
	background: #4cafd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#62c9e7));
	background: -moz-linear-gradient(top,  #62c9e7,  #62c9e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#62c9e7');
}
#btn2{
	background:none transparent;
	margin-top:10px;
	width:100%;
	height:34px;
	font-size:12px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
}
#btn2:hover{
	text-decoration:underline;
}
/* Footer navigation */
ul.right-nav{
    float: right;
    margin: 0px;
    padding: 0px;   
}
ul.right-nav li{
    float:left;
    list-style:none;
    margin-left:11px;
    background:url('images/bullet-nav.png') no-repeat left;
    padding-left:20px;
}
ul.right-nav li:first-child{
    background:none;
    margin-left:0px;
    padding-left:0px;
}
ul.right-nav li a{
    text-decoration:none;
    font-size:18px;
    color:#ffffff;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, sans-serif;
}
ul.right-nav li a:hover{
    color:#acacac;   
}
.clear{
    clear:both;   
}

/* Terms of Service Page */
body.page{
    background:url('images/bg-page2.png') repeat-y;
    width:100%;
    margin-bottom:0px;
}
.logo-page{
    background:url('images/logo-page.png') no-repeat;
    width:220px;
    height:81px;
    float:left;
    margin-left: -7px;
    margin-bottom: 50px;
}
body.page .mid-mid{
    top: 27px;
    position:relative;
}
body.page h1{
    font-weight:normal;
    font-size:30px;
    color:#010101;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    float:left;
    width:100%;
    margin-bottom: 45px;
}
body.page h3{
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    color:#010101;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
body.page p{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    margin-bottom: 27px;
}
body.page p a{
    color:#000;
    text-decoration:underline;
}
body.page .sub-footer h1 {
    color: #acacac;
    font-size: 24px;
    font-family: 'franchisebold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-align: left;
}
body.page .sub-footer p {
    font-size: 18px;
    color: #acacac;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    margin-left: 0px;
}
body.page .sub-footer a{
    color:#acacac;
    text-decoration:underline;
}
body.page .bottom-footer p {
    font-size: 18px;
    color: #60bee1;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 32%;
}
body.page .footer{
    height:235px;
    box-shadow: -2px -4px 13px #000;
}
body.page .page-spacer{
    float: left;
    width: 100%;
    margin-bottom: 130px;   
}
body.page p.intro{
    font-size:13px;
    color:#8a8a8a;
}
body.page p strong{
    font-weight:normal;
    color:#000000;
    font-size:13px;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact{
    width:250px;
    display:block;
    margin:0px auto;
    margin-bottom:27px;
}
.contact span{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    text-align:center;
}
.contact span b{
    font-weight:normal;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact span b a{
    color:#000000;
}
body.page p span{
    margin-left:35px;   
}
body.page p strong.up{
    font-size:17px;   
}

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
	.change-password{
	width:300px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:260px;
	display:block;
	margin:0px auto;
}
/* Terms of Service Page */
body.page{
    background:url('images/bg-page2.png') repeat-y;
    width:95%;
    margin-bottom:0px;
}
.logo-page{
    background:url('images/logo-page.png') no-repeat;
    width:220px;
    height:81px;
    float:none;
	margin:0px auto 50px;
	display:block;
}
body.page .mid-mid{
    top: 27px;
    position:relative;
	width:90%;
}
.bottom-footer {
	width: 75%;
	margin-top:10px;
}
body.page h1{
    font-weight:normal;
    font-size:30px;
    color:#010101;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    float:left;
    width:100%;
    margin-bottom: 45px;
}
body.page h3{
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    color:#010101;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
body.page p{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    margin-bottom: 27px;
}
body.page p a{
    color:#000;
    text-decoration:underline;
}
body.page .sub-footer h1 {
    color: #acacac;
    font-size: 18px;
    font-family: 'franchisebold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-align: left;
}
.middle.fot {
	width:90%;
}
body.page .sub-footer p {
    font-size: 16px;
    color: #acacac;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    margin-left: 0px;
}
ul.right-nav li a{
	font-size:16px;
}
body.page .bottom-footer p {
    font-size: 16px;
    color: #60bee1;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
	margin-bottom: 20px;
}
ul.right-nav {
	float:left;
}
body.page .footer{
    height:235px;
    box-shadow: -2px -4px 13px #000;
	overflow:hidden;
}
body.page .page-spacer{
    float: left;
    width: 97%;
    margin-bottom: 130px;
	margin-left:30px;
}
body.page p.intro{
    font-size:13px;
    color:#8a8a8a;
}
body.page p strong{
    font-weight:normal;
    color:#000000;
    font-size:13px;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact{
    width:250px;
    display:block;
    margin:0px auto;
    margin-bottom:27px;
}
.contact span{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    text-align:center;
}

.contact span b{
    font-weight:normal;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact span b a{
    color:#000000;
}
body.page p span{
    margin-left:35px;   
}
body.page p strong.up{
    font-size:17px;   
}
}

@media only screen and (min-width: 480px) {
	.change-password{
	width:430px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:340px;
	display:block;
	margin:0px auto;
}
.pass-center h1{
	font-size:18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	margin-bottom:30px;
}
#forgot-password .inner{
	background:url('images/inner-form.jpg') repeat;
	height:225px;
	width:100%;
	border:1px solid #b7b5ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.inner input[type=text]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.inner input[type=password]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}
#btn{
	margin-top:30px;
	width:100%;
	height:34px;
	border-top:1px solid #4b98ae;
	border-bottom:1px solid #fff;
	border-left:0px;
	border-right:0px;
	color: #000000;
	font-size:14px;
	background: #51bae1;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#40abdb));
	background: -moz-linear-gradient(top,  #62c9e7,  #40abdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#40abdb');
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#btn:hover{
	background: #4cafd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#62c9e7));
	background: -moz-linear-gradient(top,  #62c9e7,  #62c9e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#62c9e7');
}
#btn2{
	background:none transparent;
	margin-top:10px;
	width:100%;
	height:34px;
	font-size:12px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
}
#btn2:hover{
	text-decoration:underline;
}

/* Terms of Service Page */
body.page{
    background:url('images/bg-page2.png') repeat-y;
    width:100%;
    margin-bottom:0px;
}
.logo-page{
    background:url('images/logo-page.png') no-repeat;
    width:220px;
    height:81px;
    float:none;
	margin:0px auto 50px;
	display:block;
}
body.page .mid-mid{
    top: 27px;
    position:relative;
	width:90%;
}
.bottom-footer {
	width: 75%;
	margin-top:10px;
}
body.page h1{
    font-weight:normal;
    font-size:30px;
    color:#010101;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    float:left;
    width:100%;
    margin-bottom: 45px;
}
body.page h3{
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    color:#010101;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
body.page p{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    margin-bottom: 27px;
}
body.page p a{
    color:#000;
    text-decoration:underline;
}
body.page .sub-footer h1 {
    color: #acacac;
    font-size: 22px;
    font-family: 'franchisebold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-align: left;
}
body.page .sub-footer p {
    font-size: 16px;
    color: #acacac;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    margin-left: 0px;
}
ul.right-nav li a{
	font-size:16px;
}
body.page .bottom-footer p {
    font-size: 16px;
    color: #60bee1;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
	margin-bottom: 20px;
}
ul.right-nav {
	float:left;
}
body.page .footer{
    height:235px;
    box-shadow: -2px -4px 13px #000;
	overflow:hidden;
}
body.page .page-spacer{
    float: left;
    width: 97%;
    margin-bottom: 130px;
	margin-left:30px;
}
body.page p.intro{
    font-size:13px;
    color:#8a8a8a;
}
body.page p strong{
    font-weight:normal;
    color:#000000;
    font-size:13px;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact{
    width:250px;
    display:block;
    margin:0px auto;
    margin-bottom:27px;
}
.contact span{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    text-align:center;
}

.contact span b{
    font-weight:normal;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact span b a{
    color:#000000;
}
body.page p span{
    margin-left:35px;   
}
body.page p strong.up{
    font-size:17px;   
}
}
/* SMALL TABLET */
@media only screen and (min-width: 600px) {
	.change-password{
	width:430px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:340px;
	display:block;
	margin:0px auto;
}
.pass-center h1{
	font-size:18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	margin-bottom:30px;
}
#forgot-password .inner{
	background:url('images/inner-form.jpg') repeat;
	height:225px;
	width:100%;
	border:1px solid #b7b5ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.inner input[type=text]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.inner input[type=password]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}
#btn{
	margin-top:30px;
	width:100%;
	height:34px;
	border-top:1px solid #4b98ae;
	border-bottom:1px solid #fff;
	border-left:0px;
	border-right:0px;
	color: #000000;
	font-size:14px;
	background: #51bae1;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#40abdb));
	background: -moz-linear-gradient(top,  #62c9e7,  #40abdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#40abdb');
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#btn:hover{
	background: #4cafd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#62c9e7));
	background: -moz-linear-gradient(top,  #62c9e7,  #62c9e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#62c9e7');
}
#btn2{
	background:none transparent;
	margin-top:10px;
	width:100%;
	height:34px;
	font-size:12px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
}
#btn2:hover{
	text-decoration:underline;
}
/* Terms of Service Page */
body.page{
    background:url('images/bg-page2.png') repeat-y;
    width:100%;
    margin-bottom:0px;
}
.logo-page{
    background:url('images/logo-page.png') no-repeat;
    width:220px;
    height:81px;
    float:none;
	margin:0px auto 50px;
	display:block;
}
body.page .mid-mid{
    top: 27px;
    position:relative;
	width:90%;
}
.bottom-footer {
	width: 100%;
}
body.page h1{
    font-weight:normal;
    font-size:30px;
    color:#010101;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    float:left;
    width:100%;
    margin-bottom: 45px;
}
body.page h3{
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    color:#010101;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
body.page p{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    margin-bottom: 27px;
}
body.page p a{
    color:#000;
    text-decoration:underline;
}
body.page .sub-footer h1 {
    color: #acacac;
    font-size: 24px;
    font-family: 'franchisebold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-align: left;
}
body.page .sub-footer p {
    font-size: 18px;
    color: #acacac;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    margin-left: 0px;
}
body.page .bottom-footer p {
    font-size: 18px;
    color: #60bee1;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 32%;
}
body.page .footer{
    height:235px;
    box-shadow: -2px -4px 13px #000;
	overflow:hidden;
}
body.page .page-spacer{
    float: left;
    width: 97%;
    margin-bottom: 130px;
	margin-left:30px;
}
body.page p.intro{
    font-size:13px;
    color:#8a8a8a;
}
body.page p strong{
    font-weight:normal;
    color:#000000;
    font-size:13px;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact{
    width:250px;
    display:block;
    margin:0px auto;
    margin-bottom:27px;
}
.contact span{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    text-align:center;
}
.contact span b{
    font-weight:normal;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact span b a{
    color:#000000;
}
body.page p span{
    margin-left:35px;   
}
body.page p strong.up{
    font-size:17px;   
}
.middle.fot{
	width:98%;
}
}
/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
	
	/* COLUMN GRID */
	.g1,.g2,.g3 {display:inline; float: left}
	
	/* 2 COLUMN GRID */
	.g1 {width:48.0%}
	.g2 {width:48.0%}
	.g3 {width:98.0%}
	.change-password{
	width:430px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:340px;
	display:block;
	margin:0px auto;
}
.pass-center h1{
	font-size:18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	margin-bottom:30px;
}
#forgot-password .inner{
	background:url('images/inner-form.jpg') repeat;
	height:225px;
	width:100%;
	border:1px solid #b7b5ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.inner input[type=text]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.inner input[type=password]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}
#btn{
	margin-top:30px;
	width:100%;
	height:34px;
	border-top:1px solid #4b98ae;
	border-bottom:1px solid #fff;
	border-left:0px;
	border-right:0px;
	color: #000000;
	font-size:14px;
	background: #51bae1;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#40abdb));
	background: -moz-linear-gradient(top,  #62c9e7,  #40abdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#40abdb');
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#btn:hover{
	background: #4cafd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#62c9e7));
	background: -moz-linear-gradient(top,  #62c9e7,  #62c9e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#62c9e7');
}
#btn2{
	background:none transparent;
	margin-top:10px;
	width:100%;
	height:34px;
	font-size:12px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
}
#btn2:hover{
	text-decoration:underline;
}


/* Terms of Service Page */
body.page{
    background:url('images/bg-page2.png') repeat-y;
    width:100%;
    margin-bottom:0px;
}
.logo-page{
    background:url('images/logo-page.png') no-repeat;
    width:220px;
    height:81px;
    float:none;
	display:block;
	margin:0px auto 50px;
}
ul.right-nav li a{
	font-size:18px;
}
body.page .mid-mid{
    top: 27px;
    position:relative;
	width: 94%;
}
body.page h1{
    font-weight:normal;
    font-size:30px;
    color:#010101;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    float:left;
    width:100%;
    margin-bottom: 45px;
}
body.page h3{
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    color:#010101;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
body.page p{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    margin-bottom: 27px;
}
body.page p a{
    color:#000;
    text-decoration:underline;
}
body.page .sub-footer h1 {
    color: #acacac;
    font-size: 24px;
    font-family: 'franchisebold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-align: left;
}
body.page .sub-footer p {
    font-size: 18px;
    color: #acacac;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    margin-left: 0px;
}
body.page .bottom-footer p {
    font-size: 18px;
    color: #60bee1;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    display: block;
    width: 50%;
}
body.page .footer{
    height:235px;
    box-shadow: -2px -4px 13px #000;
	float:left;
	overflow:hidden;
}
.bottom-footer{
	width:100%;
}
body.page .page-spacer{
    float: left;
    width: 97%;
    margin-bottom: 130px;
	margin-left:30px;
}
body.page p.intro{
    font-size:13px;
    color:#8a8a8a;
}
body.page p strong{
    font-weight:normal;
    color:#000000;
    font-size:13px;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact{
    width:250px;
    display:block;
    margin:0px auto;
    margin-bottom:27px;
}
.contact span{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    text-align:center;
}
.contact span b{
    font-weight:normal;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact span b a{
    color:#000000;
}
body.page p span{
    margin-left:35px;   
}
body.page p strong.up{
    font-size:17px;   
}
ul.right-nav {
	float: right;
}
}
/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
	
	/* 3 COLUMN GRID */
	.g1 {width:31.333%}
	.g2 {width:64.667%;}
	.g3 {width:98.0%}
	.change-password{
	width:430px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:340px;
	display:block;
	margin:0px auto;
}
.pass-center h1{
	font-size:18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
	margin-bottom:30px;
}
#forgot-password .inner{
	background:url('images/inner-form.jpg') repeat;
	height:225px;
	width:100%;
	border:1px solid #b7b5ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.inner input[type=text]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.inner input[type=password]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}
#btn{
	margin-top:30px;
	width:100%;
	height:34px;
	border-top:1px solid #4b98ae;
	border-bottom:1px solid #fff;
	border-left:0px;
	border-right:0px;
	color: #000000;
	font-size:14px;
	background: #51bae1;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#40abdb));
	background: -moz-linear-gradient(top,  #62c9e7,  #40abdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#40abdb');
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#btn:hover{
	background: #4cafd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#62c9e7));
	background: -moz-linear-gradient(top,  #62c9e7,  #62c9e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#62c9e7');
}
#btn2{
	background:none transparent;
	margin-top:10px;
	width:100%;
	height:34px;
	font-size:12px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
}
#btn2:hover{
	text-decoration:underline;
}
/* Terms of Service Page */
body.page{
    background:url('images/bg-page2.png') repeat-y;
    width:100%;
    margin-bottom:0px;
}
.logo-page{
    background:url('images/logo-page.png') no-repeat;
    width:220px;
    height:81px;
    float:left;
	margin-left:-7px;
	margin-bottom:50px;
}
ul.right-nav li a{
	font-size:18px;
}
body.page .mid-mid{
    top: 27px;
    position:relative;
}
.bottom-footer {
	width: 100%;
}
body.page h1{
    font-weight:normal;
    font-size:30px;
    color:#010101;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    float:left;
    width:100%;
    margin-bottom: 45px;
}
body.page h3{
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    color:#010101;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
body.page p{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    margin-bottom: 27px;
}
body.page p a{
    color:#000;
    text-decoration:underline;
}
body.page .sub-footer h1 {
    color: #acacac;
    font-size: 24px;
    font-family: 'franchisebold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-align: left;
}
body.page .sub-footer p {
    font-size: 18px;
    color: #acacac;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    margin-left: 0px;
}
body.page .bottom-footer p {
    font-size: 18px;
    color: #60bee1;
    font-family: 'Conv_Archer-Book-Pro', Helvetica, Arial, sans-serif;
    float: left;
    width: 32%;
}
body.page .footer{
    height:235px;
    box-shadow: -2px -4px 13px #000;
}
body.page .page-spacer{
    float: left;
    width: 97%;
    margin-bottom: 130px;
	margin-left:30px;
}
body.page p.intro{
    font-size:13px;
    color:#8a8a8a;
}
body.page p strong{
    font-weight:normal;
    color:#000000;
    font-size:13px;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact{
    width:250px;
    display:block;
    margin:0px auto;
    margin-bottom:27px;
}
.contact span{
    font-family: 'HelveticaLTStdRoman', Helvetica, sans-serif;   
    font-size:13px;
    color:#000000;
    float:left;
    width:100%;
    line-height: 22px;
    text-align:center;
}
.contact span b{
    font-weight:normal;
    font-family: 'HelveticaLTStdBold', Helvetica, sans-serif;
}
.contact span b a{
    color:#000000;
}
body.page p span{
    margin-left:35px;   
}
body.page p strong.up{
    font-size:17px;   
}
ul.right-nav {
	float: right;
}
}

@media only screen and (min-width: 1280px) { 
/* DESKTOP */
		/* ========= Change Password ============= */
.change-password{
	width:430px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:340px;
	display:block;
	margin:0px auto;
}
.pass-center h1{
	font-size:18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	margin-bottom:30px;
}
#forgot-password .inner{
	background:url('images/inner-form.jpg') repeat;
	height:225px;
	width:100%;
	border:1px solid #b7b5ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.inner input[type=text]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.inner input[type=password]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}
#btn{
	margin-top:30px;
	width:100%;
	height:34px;
	border-top:1px solid #4b98ae;
	border-bottom:1px solid #fff;
	border-left:0px;
	border-right:0px;
	color: #000000;
	font-size:14px;
	background: #51bae1;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#40abdb));
	background: -moz-linear-gradient(top,  #62c9e7,  #40abdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#40abdb');
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#btn:hover{
	background: #4cafd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#62c9e7));
	background: -moz-linear-gradient(top,  #62c9e7,  #62c9e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#62c9e7');
}
#btn2{
	background:none transparent;
	margin-top:10px;
	width:100%;
	height:34px;
	font-size:12px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
}
#btn2:hover{
	text-decoration:underline;
}
body.page .mid-mid {
	top: 27px;
	position: relative;
	width: 940px;
}
ul.right-nav {
	float: right;
}
ul.right-nav li a{
	font-size:18px;
}
}
/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
	body {
		font-size:116.75%;
	}
	/* ========= Change Password ============= */
.change-password{
	width:430px;
	background:url('images/bg-panel3.jpg') repeat center;
	min-height:448px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 1px 20px rgba(0, 0, 0, 1);
	box-shadow:         0px 1px 20px rgba(0, 0, 0, 1);
}
.pass-center{
	width:340px;
	display:block;
	margin:0px auto;
}
.pass-center h1{
	font-size:18px;
	color:#60bee1;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	margin-bottom:30px;
}
#forgot-password .inner{
	background:url('images/inner-form.jpg') repeat;
	height:225px;
	width:100%;
	border:1px solid #b7b5ac;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.inner input[type=text]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.inner input[type=password]{
	height:42px;
	float:left;
	width:100%;
	border-bottom:1px solid #e0ded6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:url('images/inner-form.jpg') repeat;
	padding-left:20px;
	outline:none;
	font-size:16px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}
#btn{
	margin-top:30px;
	width:100%;
	height:34px;
	border-top:1px solid #4b98ae;
	border-bottom:1px solid #fff;
	border-left:0px;
	border-right:0px;
	color: #000000;
	font-size:14px;
	background: #51bae1;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#40abdb));
	background: -moz-linear-gradient(top,  #62c9e7,  #40abdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#40abdb');
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
}
#btn:hover{
	background: #4cafd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#62c9e7), to(#62c9e7));
	background: -moz-linear-gradient(top,  #62c9e7,  #62c9e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c9e7', endColorstr='#62c9e7');
}
#btn2{
	background:none transparent;
	margin-top:10px;
	width:100%;
	height:34px;
	font-size:12px;
	color:#000000;
	font-family: 'Conv_Archer-Book-Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-webkit-text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
	-moz-text-shadow:    1px 1px 2px rgba(255, 255, 255, 1);
	text-shadow:         1px 1px 2px rgba(255, 255, 255, 1);
}
#btn2:hover{
	text-decoration:underline;
}
		
}