@charset "UTF-8";

@font-face {
    font-family: 'Interstate_Light';
    src: url('fonts/interstate_light-webfont.eot');
    src: url('fonts/interstate_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/interstate_light-webfont.woff') format('woff'),
         url('fonts/interstate_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'interstate';
    src: url('fonts/interstate_extralight-webfont.eot');
    src: url('fonts/interstate_extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/interstate_extralight-webfont.woff') format('woff'),
         url('fonts/interstate_extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'interstate_thin';
    src: url('fonts/interstate_thin-webfont.eot');
    src: url('fonts/interstate_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/interstate_thin-webfont.woff') format('woff'),
         url('fonts/interstate_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'interstate';
    src: url('fonts/interstate_bold-webfont.eot');
    src: url('fonts/interstate_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/interstate_bold-webfont.woff') format('woff'),
         url('fonts/interstate_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
 
html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f6f5f5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ol, ul {
	font-family: Interstate_Light, Times, sans-serif;
	font-size: 13px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #20557b;
    font-family: Interstate_Light, Times, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
    color: #473f3f;
}

img {
    max-width: 100%;
    border-width: 0;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a,
a:active,
a:focus,
input {
    outline: none;
}

textarea,
input,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #87a4b3;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #87a4b3;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #87a4b3;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #87a4b3;
}

fieldset {
    border: 0;
}

[type="search"],
[type="email"] {
    -moz-appearance:    textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.chromeframe {
    margin: 0;
    padding: 7px;
    background: #47afce;  }

.chromeframe div {
    color: #f2f3f6;
}

.chromeframe a {
    color: #f2f3f6;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}


.wrapper {
    position: relative;
    width: 100%;
	height: 100%;
	z-index: 20;
    background: url(../images/login-header_bkg-repeat.png) repeat-x left -7px;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

.clear_both {
	clear: both;
}

.semi-transparent {
	background: url(../images/login-header_bkg-repeat.png) repeat left top;
}
	.semi-transparent .inner {
		padding: 0 20px;
	}
	
.container {
    position: relative;
    width: 960px;
	height: 100%;
    margin: 0 auto;
    color: #f4f4f4;
}

body {
	width: 100%;
	height: 100%;
}

.footer-links {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	z-index: 1002;
	line-height: 20px;
	overflow: hidden;
}

.footer-links .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.footer-links .hider {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
}

.no-js .footer-links .hider {
	top: 0;
}

.footer-links .container {
	margin: 0 auto;
}
	.copyrights {
		float: right;
		color: #ecedea;
		text-decoration: none;
		font-size: 11px;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	}

	.footer-links ul {
		margin: 0;
		padding: 0;
		height: 25px;
		overflow: hidden;
	}

	.footer-links li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0 10px;
		height: 25px;
		overflow: hidden;
	}

	.footer-links a {
		display: block;
		float: left;
		line-height: 25px;
		color: #ecedea;
		text-decoration: none;
		font-size: 11px;
		overflow: hidden;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
		font-family: Interstate_Light, Arial, sans-serif;
	}

		.footer-links a:hover {
			color: #fff;
			text-decoration: underline;
		}


.welcome_messages {
    float: left;
    clear: left;
	z-index: 21;
	width: 100%;
}

	.welcome_messages .logo {
		display: block;
		width: 150px;
		height: 29px;
		height: 85px;
		float: left;
		background: url(../images/login/logo.png) no-repeat left center;
		margin: 0;
		text-indent: -9999px;
		overflow: hidden;
	}

	.welcome_messages h1 {
		clear: left;
		margin: 0;
		padding: 37px 0 16px 0;
		font-family: interstate_thin, Arial, sans-serif;
		font-weight: normal;
		font-size: 50px;
		line-height: 55px;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	}

	.welcome_messages p {
		font-size: 18px;
		line-height: 28px;

		padding: 3px 0;
		padding-left: 4px;
		color: #fff;
		font-family: Interstate_Light, Arial, sans-serif;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	}


.action_column {
    width: 331px;
    float: right;
}


.action-bar {
	height: 105px;
	float: right;
}

	.action-bar a {
		height: 105px;
		display: block;
		color: #e2e2e2;
		float: right;
		line-height: 85px;
		padding: 0 20px;
		background: url(../images/login/login-panel-bkg.png) repeat-x left -2440px;
		text-decoration: none;
		float: right;
		text-transform: uppercase;
		font-size: 11px;
	}

		.action-bar a:hover {
			background-position: left -440px;
			color: #fff;
			text-decoration: none;
		}

	.action-bar a.active {
		background: url(../images/login/login-panel-bkg.png) repeat-x left top;
		text-decoration: none;
		cursor: default;
		color: #fff;
	}

		.action-bar .active:hover {
			background-position: left top;
		}


.panel_container {
	position: relative;
	background: url(../images/login/login-panel-bkg.png) repeat left top;
}

.panel_login {
	padding: 16px 14px;
}

.option_wrap {
    position: relative;
	top: 0;
	left: 0;
	height: 30px;
}

.option {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -12px;
    margin-bottom: 0px;
    width: 26px;
    height: 24px;
    line-height: 24px;
    color: #cccccc;
    font-size: 16px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.option:before {
    content: "";
    display: block;
    position: absolute;
    right: -135px;
    top: 12px;
    width: 129px;
    height: 1px;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.option:after {
    content: "";
    display: block;
    position: absolute;
    left: -138px;
    top: 12px;
    width: 132px;
    height: 1px;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.panel_login {
	padding: 16px 14px;
}

.panel_signup {
	padding: 16px 14px;
    margin-bottom: 60px;
}

.open-form #signup_with_email {
	display: none;
}

.open-form #signup_form {
	display: block;
}

.panel_forgot_password {
	padding: 16px 14px;
}

.panel_container h4 {
	font-weight: normal;
	font-size: 18px;
	font-family: Interstate_Light, Arial, sans-serif;
	padding: 0px 0 10px 0;
	margin: 0;
}

.panel_signup {
	text-align: center;
}

.panel_signup  h4.head {
	padding: 2px 0 20px 0;
	text-align: center;
}

.panel_container p {
	font-weight: normal;
	font-size: 13px;
	font-family: Interstate_Light, Arial, sans-serif;
	padding: 7px 0 7px 0;
	margin: 0;
}


.need_help {
	padding-top: 10px;
}

	.need_help,
	.need_help p  {
		font-size: 12px;
		font-family: Interstate_Light, Arial, sans-serif;
		color: #e2e2e2;
	}

	.need_help a {
		font-size: 12px;
		font-family: Interstate_Light, Arial, sans-serif;
		color: #e2e2e2;
		text-decoration: none;
		border-bottom: 1px dotted #a8a8a8;
	}

	.need_help a:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
	}



.right_col .panel_logssin {
    position: relative;
	padding-bottom: 15px;
    padding-top: 34px;
    background: url(../images/login/login-panel-bkg.png) repeat-x left 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align:middle;
    cursor:pointer;
    background-color:#f5f5f5;
    background-image:-moz-linear-gradient(top, #ffffff 0%, #e6e6e6 99%);
    background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#e6e6e6;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border:1px solid #cccccc;
    *border:0;
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    *margin-left:.3em;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.35), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.35), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.35), 0 1px 2px rgba(0,0,0,.05);
    font-family: Interstate, Arial, Helvetica, sans-serif;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled]{
    background-color:#e6e6e6;
    *background-color:#d9d9d9;
     background-color:#f00;
}

.btn-secondary {
    background-color:#3683d3;

    background-image:-moz-linear-gradient(top, #1b69ba 0%, #1b69ba 99%);
    background-image:-ms-linear-gradient(top, #1b69ba, #1b69ba);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#1b69ba), to(#1b69ba));
    background-image:-webkit-linear-gradient(top, #1b69ba, #1b69ba);
    background-image:-o-linear-gradient(top, #1b69ba, #1b69ba);
    background-image:linear-gradient(top, #1b69ba, #1b69ba);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b69ba', endColorstr='#1b69ba', GradientType=0);
    border-color:#1b69ba #1b69ba #124477;

    background-image:-moz-linear-gradient(top, #4895e4 0%, #1b69ba 99%);
    background-image:-ms-linear-gradient(top, #4895e4, #1b69ba);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4895e4), to(#1b69ba));
    background-image:-webkit-linear-gradient(top, #4895e4, #1b69ba);
    background-image:-o-linear-gradient(top, #4895e4, #1b69ba);
    background-image:linear-gradient(top, #4895e4, #1b69ba);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4895e4', endColorstr='#1b69ba', GradientType=0);
    border-color:#1b69ba #1b69ba #124477;

    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#1b69ba;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color:#fff;
    font-weight:normal;
    -webkit-font-smoothing:antialiased;
    font-size:14px;
    padding: 7px 15px 5px 15px;
    border:1px solid #103c6a;
    border-radius:3px;
    font-family: Interstate, Arial, Helvetica, sans-serif;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
    background-color:#1b69ba;
    *background-color:#185da4;
       background-color:#f00;

    background-image:-moz-linear-gradient(top, #4895e4 0%, #1b69ba 99%);
    background-image:-ms-linear-gradient(top, #4895e4, #1b69ba);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4895e4), to(#1b69ba));
    background-image:-webkit-linear-gradient(top, #4895e4, #1b69ba);
    background-image:-o-linear-gradient(top, #4895e4, #1b69ba);
    background-image:linear-gradient(top, #4895e4, #1b69ba);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4895e4', endColorstr='#1b69ba', GradientType=0);
    border-color:#1b69ba #1b69ba #124477;
}


.connect_google_plus {
    background-color:#da573b;
       background-image:-moz-linear-gradient(top, #da573b 0%, #da573b 99%);
    background-image:-ms-linear-gradient(top, #da573b, #da573b);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#da573b), to(#da573b));
    background-image:-webkit-linear-gradient(top, #da573b, #da573b);
    background-image:-o-linear-gradient(top, #da573b, #da573b);
    background-image:linear-gradient(top, #da573b, #da573b);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#da573b', endColorstr='#da573b', GradientType=0);
    border-color:#1b69ba #1b69ba #124477;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#1b69ba;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color:#fff;
    font-weight:normal;
    -webkit-font-smoothing:antialiased;
    font-size:14px;
    padding: 7px 15px 5px 15px;
    border:1px solid #c1462b;
    border-radius:3px;
    font-family: Interstate, Arial, Helvetica, sans-serif;
    margin-top: 4px;

         background-image:-moz-linear-gradient(top, #eb7c64 0%, #da573b 99%);
    background-image:-ms-linear-gradient(top, #eb7c64, #da573b);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eb7c64), to(#da573b));
    background-image:-webkit-linear-gradient(top, #eb7c64, #da573b);
    background-image:-o-linear-gradient(top, #eb7c64, #da573b);
    background-image:linear-gradient(top, #eb7c64, #da573b);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7c64', endColorstr='#da573b', GradientType=0);
}

.connect_google_plus:hover,
.connect_google_plus:active,
.connect_google_plus.active,
.connect_google_plus.disabled,
.connect_google_plus[disabled] {
    background-color: #da573b;


     background-image:-moz-linear-gradient(top, #eb7c64 0%, #da573b 99%);
    background-image:-ms-linear-gradient(top, #eb7c64, #da573b);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eb7c64), to(#da573b));
    background-image:-webkit-linear-gradient(top, #eb7c64, #da573b);
    background-image:-o-linear-gradient(top, #eb7c64, #da573b);
    background-image:linear-gradient(top, #eb7c64, #da573b);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7c64', endColorstr='#da573b', GradientType=0);
}



.btn-common {
    background-color:#e1e1e1;
    background-image:-moz-linear-gradient(top, #fbfbfb 0%, #bbbbbb 99%);
    background-image:-ms-linear-gradient(top, #fbfbfb, #bbbbbb);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#bbbbbb));
    background-image:-webkit-linear-gradient(top, #fbfbfb, #bbbbbb);
    background-image:-o-linear-gradient(top, #fbfbfb, #bbbbbb);
    background-image:linear-gradient(top, #fbfbfb, #bbbbbb);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#bbbbbb', GradientType=0);
    border-color:#bbbbbb #bbbbbb #959595;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#bbbbbb;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color:#333333;
    font-weight:normal;
    /* -webkit-font-smoothing:antialiased; */
    font-size: 14px;
    padding: 7px 15px 6px 15px;
    border:1px solid #626262;
    border-radius: 3px;
}

.btn-common:hover,
.btn-common:active,
.btn-common.active,
.btn-common.disabled,
.btn-common[disabled]{
    background-color:#bbbbbb !important;
    *background-color:#aeaeae;
}

.btn-common:active,
.btn-common.active{
    background-color:#a2a2a2 \9;
}

.btn-common:hover {
    color:#333333;
}

.btn-common.inactive {
    background:#999999;color:#ffffff;
}

.login_error {
    padding: 5px 20px 3px 0;
    margin: 0;
    list-style: none;
}

    .login_error li {
        padding: 2px 0;
        margin: 0;
        list-style: none;
        font-size: 12px;
        color: #fcb58f;
        color: #fee4b6;
    }

.field_error {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
    color: #fcb58f;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.control-group {
    margin-bottom: 10px;
}

.control-group .controls {
	position: relative;
}

div.form-block-error {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -218px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	min-width: 200px;
	width: 200px;
	padding: 8px 5px;
	background: #dd4b39;
	z-index: 10;
	
}

div.form-block-error:after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	right: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid #dd4b39;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.login-input {
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8);
    box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8);
    -webkit-transition: all 0.08s ease-in-out;
    -moz-transition: all 0.08s ease-in-out;
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 9px 14px 7px;
    position: relative;
    width: 100% !important;
    z-index: 3;
}

.right_col::-webkit-input-placeholder { /* WebKit browsers */
    color:    #00689d;
}

.right_col:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #00689d;
}

.right_col::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #00689d  !important;
}

.right_col:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #00689d  !important;
}


.rememberme_wrap {
    float: left;
    padding-bottom: 10px;
    font-size: 12px;
    color: #d7dee4;
}

.forgot_password_wrap {
    float: right;
}

	.forgot_password_wrap a {
		color: #d7dee4;
		text-decoration: underline;
		font-size: 12px;
	}


.submit_btn {
    width: 91px;
    height: 37px;
    background: url(../images/login/login-button.png) no-repeat left top;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
}

	.submit_btn:hover {
		background-position: left -37px;
	}

	.submit_btn:active {
		background-position: left -74px;
	}


.signup-panel {
    position: relative;
    background: url(../images/login/login-panel-bkg.png) repeat left top;
    margin-top: 26px;
    width: 331px;
    text-align: left;
    padding-top: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.signup-panel .head {
    font: normal 22px/30px Arial, Helvetica, sans-serif;
    padding: 0 14px 10px 14px;
    font-family: 'SPHeraldMLThin', sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    font-family: InterstatePlus, 'Lucida Grande', Arial, sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

.signup-panel form {
    padding: 0 14px;
}


.login-with-fb-wrapper {
    margin-top: 7px;
    margin-bottom: 35px;
}
.signup-panel, .login-with-fb-wrapper {
    position: relative;
}


.login-with-fb {
    position: relative;
    margin-bottom: 5px;
    font-size: 17px !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.37);
    width: 299px;
    padding: 12px 0;
    text-decoration: none;
    text-align: left;
	text-decoration: none !important;
    background-image: -moz-linear-gradient(center top , #5da4ec 0%, #2874c2 99%);
}

    .login-with-fb:hover {
    	background-image: -moz-linear-gradient(center top , #5da4ec 0%, #2874c2 99%);
    }

    .login-with-fb span {
        margin-left: 49px;
        padding: 0 20px 0 20px;
        text-align: left;
        display: block;
    	color: #e2e2e2;
    	text-decoration: none;
    }

    .login-with-fb .icon-fb {
        position: absolute;
        left: 15px;
        top: 7px;
        background: url(../images/icon-facebook.png) no-repeat left center;
        width: 41px;
        height: 28px;
        display: inline-block;
        border-right: 1px solid #5b91d6;
    }



.connect_google_plus {
    position: relative;
    margin-bottom: 5px;
    font-size: 17px !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.37);
    width: 299px;
    padding: 12px 0;
    text-decoration: none;
    text-align: left;
    text-decoration: none !important;
}

    .connect_google_plus span {
        margin-left: 49px;
        padding: 0 20px 0 20px;
        text-align: left;
        display: block;
        color: #e2e2e2;
        text-decoration: none;
    }

    .connect_google_plus .icon-google-plus {
        position: absolute;
        left: 18px;
        top: 7px;
        background: url(../images/icon-google-plus.png) no-repeat left center;
        width: 38px;
        height: 28px;
        display: inline-block;
        border-right: 1px solid #e67158;
    }


.signup-panel .btn-common {
    margin: 0 auto;
    display: block;
    width: auto !important;
}




.first-name {
    float: left;
    width: 50%;
    padding-right: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.last-name {
    float: left;
    width: 50%;
    padding-left: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.birthdayLabel {
    font-size: 16px;
    margin-bottom: 1px; }

.bd-wrapper {
    padding-top: 8px; }

.bd-fields {
    padding-top: 6px; }

.signup-form select {
    font-size: 13px;
    padding: 5px;
    line-height: 30px;
    -webkit-appearance: menulist;
    -moz-appearance:    none;
    appearance:         none;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    width: auto !important; }

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 300px;
  height: 75px;
}

.social-buttons-wrapper {
    padding-top: 10px;
}

.facebook-login-button {
    display: block;
    background: url(../images/login-btn-fb.png) no-repeat left top;
    width: 147px;
    height: 37px;
    float: left;
    float: right;
}

.facebook-login-button:hover {
    background-position: left -37px;
}

.facebook-login-button:active {
    background-position: left -74px;
}

.twitter-login-button {
    display: block;
    background: url(../images/login-with-tw.png) no-repeat left top;
    width: 147px;
    height: 37px;
    float: left;
}

.twitter-login-button:hover {
    background-position: left -37px;
}

.twitter-login-button:active {
    background-position: left -74px;
}

.exultancy {
    margin-top: 10px;
}
.exultancy p {
    color: #f8f8f8;
    font-size: 11px;
    line-height: 16px;
}

.gender-wrapper {
    padding: 13px 0 10px 0;
}

.gender-wrapper .distance {
	padding-left: 50px;
}

.gender-wrapper label {
    font-size: 15px;
    line-height: 25px;
    padding-left: 2px;
    display: inline;
}
.gender-wrapper input {
    vertical-align: top;
    margin-top: 7px;
}
.gender-wrapper .inner {
    float: left;
	padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.metadata_wrap {
    font-size: 11px;
    padding-bottom: 15px;
    margin: 18px 14px 0 14px;
    text-align: center;
	padding-bottom: 2px;
}

.panel_forgot_password .metadata_wrap {
	text-align: left;
	padding-bottom: 0;
	margin: 12px 0 0 0;
}

	.metadata_wrap p {
		font-size: 11px;
		line-height: 16px;
		padding: 0;
		margin: 0;
		color: #f8f8f8;
		color: #879da8;
        color: #b6cfdd;
	}

	.metadata_wrap a {
		font-size: 11px;
		color: #b6cfdd;
		color: #a3b6c0;
        color: #b6cfdd;
		text-decoration: none;
	}

	.metadata_wrap a:hover {
		color: #fff;
        text-decoration: underline;
	}

.signup-btn {
    width: 305px;
    height: 68px;
    background: url(../images/login/signup-btn.png) no-repeat left top;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    text-indent: -999px;
}
.signup-btn:hover {
    background-position: left -68px;
}

.signup-btn:active {
    background-position: left -136px;
}

#signup_form {
	display: none;

}

.visible_form #signup_form {
    display: block;
}

.visible_form #signup_with_email {
    display: none;
}


.ajax_msg {
    background: #47afce;
    padding: 2px 10px;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.ajax_msg h4 {
    margin: 0;
    padding: 10px 0 7px 0;
    font-size: 17px;
    font-weight 400;
    font-weight: normal;
}

.ajax_msg p {
    margin: 0;
    padding: 7px 0;
	line-height: 17px;
}



.body_text {
	width: 960px;
}

.static_article {
	width: 690px;
}

.static_article > .inner {
	padding: 0 60px 20px 0;
}

	#static p,
	#static ul,
	#static ol,
	#static table {
		margin: 15px 0 15px 0;
	}

	#static a {
		color: #f00076; 
	}
		#static a:hover {
			background-color: #f00076; 
			color: #fff; 
			text-decoration: none; 
		}

	#static em {
		font-style: italic;
	}

	#static strong {
		font-family: "Helvetica Neue", Arial, sans-serif; 
		font-weight: bold; 
		color: #555; 
	}

	#static h2,
	#static h3,
	#static h4 {
		margin-top: 1.5em; 
		line-height: 1.3em;
	}

	#static h2 {
		color: #00689d; 
		font-size: 23px; 
		margin-bottom: 0.5em; 
	}

	#static h3 {
		color: #00689d; 
		font-size: 18px; 
		border-bottom: 1px dotted #ccc; 
		margin-bottom: -0.4em; 
		padding-bottom: 0.25em; 
	}
		#static h2 + h3 {
			margin-top: 0;
		}

		#static h3 + ul,
		#static h3 + ol {
			margin-top: 1.5em; 
		}

	#static h4 {
		font-size: 1em; 
		font-weight: bold; 
		text-transform: uppercase; 
	}

	#static ol li {
		margin: 0 0 0 2em; 
	}

	#static ul li {
		margin: 0 0 9px 20px;
		display: list-item; 
		list-style: disc; 
	}

	#static ol li {
		margin: 0 0 0 3em; 
		display: list-item;
		list-style: decimal;
	}

	#static ul.nav { }

		#static ul.nav li {
			display: block;
			list-style: none; 
			margin: 0;
			border-bottom: 1px dotted #ccc; 
		}
			#static ul.nav li a {
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-weight: bold; 
				margin: 0;
			}

			#static ul.nav li p {
				margin: 1em 0;
			}

.body_text > .inner {
	padding-right: 60px;
}

.sidebar_pages_list {
	border-top: 1px solid #dedede;
	margin: 132px 0;
	padding: 0;
	list-style: none;
}

.sidebar_pages_list a {
	color: #505052;
	display: block;
	line-height: 33px;
	border-bottom: 1px solid #dedede;
	padding-top: 1px;
	font-size: 13px;
	color: #fff;
}

.sidebar_pages_list a:hover, 
.sidebar_pages_list a.active {
	color: #fff;
	text-decoration: none;
}

.loading-gif {
	display: none;
}

.bodycopy ul {
	font-size: 13px;
}

.bodycopy ul li {
	margin-bottom: 30px;
}

