/*
 Scheme title: Manifo
 Scheme URL:
 Scheme author: Hello! Studio
 Scheme author URL: www.hellostudio.eu
 */ /*Reset & Default Typography settings */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style-type: none;
    text-decoration: none;
}

/*body structure*/
body {
    background: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #6f6f6f;
}

body, html {
    width: 100%;
    height: 100%;
}

a {
	color:#19759B;
	outline: none;
}
a:hover{
	color:#BE281C;
}
.subdiv {
    width: 937px;
    margin: 0 auto;
}
input[type=text]{
	border:1px solid #ccc;
}
.curp { cursor: pointer; }
/*
 * Typography settings
 */
.underline {
    text-decoration: underline;
}
h2 .underline{
	margin-left:5px;
}
.tright {
    text-align: right;
}

.fleft {
    float: left;
}

.bigred {
	display: block;
	clear: both;
	color: #c1001f;
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
	line-height: 26px;
}

.bigunder {
    color: #19759b;
    font-style: italic;
    display: inline-block;
    height: 38px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: url('../img/underline.png') no-repeat;
}

a.rightred {
    display: block;
    float: right;
    margin: 16px 30px 0 0;
    color: #c1001f;
    font-size: 14px;
    font-family: "Trebuchet MS";
    font-style: italic;
}

a.rightred:hover {
    color: #7c7c7c;
}

/*
 * Header Section
 */
#header {
    width: 100%;
    height: 37px;
    background: #e2e2e2 url('../img/bg_header.png');
}

#header ul li {
    color: #6f6f6f;
    font-size: 14px;
}

#header a {
    color: #19759b;
    font-size: 14px;
}
#header #mpe-logo {
	margin-left: 100px;
	padding: 5px 10px;
	width: 130px;
	height: 27px;
	background: url('../img/logo_1.png') 0px 3px no-repeat;
	display: inline-block;
}
/*
 * Top Left Navigation Bar
 */
ul#leftnav a:hover,ul#leftnav li a.activ  {
    color: #545454;
}

ul#leftnav {
    float: left;
}

ul#leftnav li a {
    display: block;
    padding: 9px 25px 10px 7px;
    font-weight: normal;
}

ul#leftnav li, ul#rightnav li {
    float: left;
}

/*
 * Top Right Navigation Bar with Language Selection
 */
ul#rightnav {
    float: right;
    margin-right: -15px;
}

ul#rightnav a:hover {
    color: #404040;
}

ul#rightnav li.rn {
    margin-top: 4px;
    padding: 4px 10px 5px;
    position: relative;
    z-index: 1;
}

ul#rightnav li.login {
	margin-top: 0px;
	padding: 10px 13px 0 3px;
	width:139px;
	height:46px;
	background:url("../img/log_bg_2.png") no-repeat scroll 0px -5px transparent;
}
.bu-login{
	cursor:pointer;
}
ul#rightnav li.login .facebook-log{
	background:url("../img/icon-facebook-small.png") no-repeat scroll 10px 6px transparent;
	display:block;
	float:right;
	height:16px;
	width:16px;
	padding: 6px 0px 6px 11px;
	border-left: 1px solid #cfcfcf;
	cursor:pointer;
}
ul#rightnav li.login a#mf-login{
	padding:6px 26px 6px 0;
	text-align:center;
	display: block;
}
ul#rightnav li.login.lo-ru a#mf-login{
	padding-top:0px;
}
ul#rightnav li.login.active{
	background: url('../img/login_hover.png') no-repeat left;
}
ul#rightnav li.login a.trigger {
    display: block;
    height: 29px;
    padding: 8px 13px 0px 13px;
}

ul#rightnav li.login a.trigger.active {
    background: url('../img/login_hover_right.png') no-repeat right;
    color: #404040;
}

ul#rightnav li.login form {
    position: absolute;
    top: 35px;
    z-index: 30;
    display: none;
    font-size: 14px;
    width: 232px;
    height: 145px;
    color: #6f6f6f;
    background: url('../img/bg_login.png') no-repeat;
}

ul#rightnav li.login.active form {
    display: block;
}

ul#rightnav li.login form table {
    margin: 8px 15px 0px 15px;
}

ul#rightnav li.login form table td {
    padding: 15px 5px 0 0;
}

ul#rightnav li.login form table td.clear {
    padding: 7px 5px 0 0;
}

ul#rightnav li.login a.problem {
    color: #19759b;
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-decoration: underline;
}

ul#rightnav li.login a.problem:hover {
    text-decoration: none;
}

li.login form input.login {
    width: 104px;
    height: 18px;
    background: url('../img/bg_input_login.png') no-repeat;
    padding: 2px 2px 0 4px;
    color: #6f6f6f;
    border:0;
}

li.login form .button, .buttonB {
    width: 80px;
    height: 35px;
    background: url('../img/login_submit.png') no-repeat;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #fff;
	text-shadow: 0px -1px 2px #044d6c;
	cursor:pointer;
}

li.login form .button:hover {
    background: url('../img/login_submit_hover.png') no-repeat;
}

li.login form .button.active, li.login form .button:focus, li.login form .button:active  {
    background: url('../img/login_submit_active.png') no-repeat;
}

ul#rightnav li.register {
    border-right: 1px solid #cfcfcf;
    padding-right: 25px;
	padding-left:/*7px*/ 23px;
}

ul#rightnav li.lang {
    margin: 0 10px 0 8px;
    padding: 8px 10px 0 15px;
    width: 122px;
    height: 29px;
    background: url('../img/bg_lang.png') right top no-repeat;
    position: relative;
}

ul#rightnav li.lang.active {
    background: url('../img/bg_lang_hover_2.png') no-repeat;
}

ul#rightnav li.lang a {
    padding-left: 30px;
    padding-right: 15px;
    height: 26px;
    color: #6f6f6f;
    background: #fff;
    display:block;
}

ul#rightnav li.lang a.en {
    background: url('../img/us_uk.png') no-repeat;
}

ul#rightnav li.lang a.pl {
    background: url('../img/pl.png') no-repeat;
}

ul#rightnav li.lang a.it {
    background: url('../img/it.png') no-repeat;
}

ul#rightnav li.lang a.de {
    background: url('../img/de.png') no-repeat;
}

ul#rightnav li.lang a.fr {
    background: url('../img/fr.png') no-repeat;
}

ul#rightnav li.lang a.es {
    background: url('../img/es.png') no-repeat;
}
ul#rightnav li.lang a.ru {
    background: url('../img/ru.png') no-repeat;
}

li.lang ul.choose_lang {
    top: 37px;
    left: 1px;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 5;
    position: absolute;
    display: none;
}

li.lang ul.choose_lang.active {
    display: block;
}

li.lang ul.choose_lang li {
    margin: 0;
    padding: 4px 0 5px 14px;
    width: 146px;
    background: url('../img/lang_li_2.png') repeat-y;
    overflow: hidden;
}

li.lang ul.choose_lang li:hover {
    background: url('../img/lang_li_hover_2.png') repeat-y;
}

li.lang ul.choose_lang li.last {
    padding: 0;
    height: 15px;
    background: url('../img/lang_li_last_2.png') repeat-y;
}

/*
 * Logo - top left corner
 */
#uper_header {
    clear: both;
    width: 100%;
    overflow: hidden;
}

#logo {
    float: left;
    margin: 24px 0 0 7px; /*top 37px*/
}

#logo a {
    display: block;
    text-indent: -9999px;
    width: 256px;
    height: 57px;
    background-image: url('../img/logoBETA.png');
}

/*
 * Slogan - top right corner
 */
#slogan {
    float: right;
    margin-top: 37px;  /*53px*/
}

#slogan p {
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #be281c;
    line-height: 28px;
}

/*
 * Lower header section - Wraps registration form & gallery
 */
#lower_header {
    clear: both;
    margin-top: 26px;
    overflow: hidden;
}

/*
 * Registration Form Section
 */
#reg_form {
    float: left;
    position: relative;
    width: 295px;
    height: 445px;
    background: url('../img/bg_registration_form-2.png') no-repeat;
   /* background-color: #BE281C;*/
    color: #fff;
    margin-top: 19px;
    margin-bottom: 10px;
    padding: 20px 22px 0 22px;
	z-index: 3;
}

#reg_form h1 {
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    /*line-height: 28px;
    padding: 2px 0 11px 0;*/
    height:31px;
    padding:2px 0 0;
}
#reg_form.title-en h1.ssmall{
	font-size:18px;
	font-weight:normal;
}
#reg_form h1.small {
	font-size:22px;
}
#reg_form h1.medium, #reg_form.title-ru h1,#reg_form.title-en h1.big {
	font-size:25px;
	font-weight: normal;
}
#reg_form h1.big {
	font-size:28px;
}
#reg_form p {
    margin: 15px 0 6px 7px;
    font-size: 16px;
}

#reg_form p.checkbox {
    margin-left: 0;
	font-size: 14px;
}

#reg_form p.checkbox input {
    margin-right: 10px;
}

#reg_form p a {
    color: #fff;
    text-decoration: underline;
}

#reg_form p a:hover {
    text-decoration: none;
}

#reg_form input.txt,
#reg_form p.txt {
	background:url("../img/bg_input.png") no-repeat scroll 0 0 transparent;
	color:#7C7C7C;
	font-size:18px;
	height:26px;
	line-height:24px;
	padding:3px 5px 0;
	width:281px;
	margin:0;
	border:0;
}
#reg_form p.txt input{
	padding-right:2px;
	width:150px;
	color:#7C7C7C;
	border:0;
}

#reg_form input.checkbox {
    background: url('../img/bg_input.png') no-repeat;
}

#reg_form .button  {
    margin: 20px auto 0 auto;
    width: 205px;
    height: 51px;
    line-height: 51px;
    background: url('../img/bg_reg_button-sprite.png') no-repeat  left 7px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 21px;
    color: #065a7c;
	text-shadow: 0px 2px 2px #fff;
    display: block;
    cursor:pointer;
    position:relative;
}

#reg_form.title-de .button{
	margin-top:10px;
}

#reg_form .always_free {
	display: block;
	margin: 6px auto;
    width: 200px;
    height: 16px;
    background: url('../img/lang/other/forever-free.png') no-repeat center center;
}
#reg_form .always_free.lpl{
	background: url('../img/always_free.png') no-repeat center center;
}

#reg_form input.button:hover {
    background-position: right 7px;
}

#reg_form .button .active, #reg_form .button:focus, #reg_form .button:active  {
    background-position: right 7px;
}

.redButton{
	margin: 30px auto 10px;
	width:600px;
	line-height:70px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background: url('../img/button_1.png') no-repeat center center;
	display:block;
	cursor:pointer;
}

/*
 * Validation Section
 */
div.vinfo {
    text-align: left;
    display: none;
    position: absolute;
    z-index: 9999;
    font-size: 13px;
    width: 222px;
}

div.vtop {
    padding:8px 10px 5px 24px;
    overflow: hidden;
    background: url('../img/validation_top.png') no-repeat;
	z-index: 9999;
}

div.vbtm {
    height: 11px;
    background: url('../img/validation_btm.png') no-repeat bottom left;
	z-index: 9999;
}

.vtop span {
    display: block;
    padding: 15px 30px 0 30px;
}

.email.active, .password.active, .webaddress.active, .terms.active {
    display: block;
}

.email {
    top: 82px;
    left: 307px;
}

.password {
    top: 150px;
    left: 307px;
}

.webaddress {
    top: 222px;
    left: 307px;
}

.terms {
    top: 253px;
    left: 307px;
}

.vinfo.recap{
	left: 329px;
    top: 149px;
    background:none;
}

.vinfo.grecaptcha2 {
    left: 329px;
    top: 110px;
    background: none;
}

/*
 * Gallery Section
 */
#gallery {
    clear: right;
    float: right;
    width: 422px;
    height: 399px;
    margin-right: 48px;
	margin-top: 10px;
	text-align: center;
}

.ctrgal{
	margin: 0 auto;
	overflow: hidden;
}

/*
 * Boxes
 */
#boxes {
    clear: both;
    margin-top: 22px;
    overflow: hidden;
    border-collapse: collapse;
}

#boxes td, #boxes tr {
    margin: 0;
    padding: 0;
}

td.box_top {
    width: 307px;
    background: url('../img/bg_box.png') no-repeat;
}

td.box_top div {
    position: relative;
    padding-right: 10px;
}

.box_btm {
    width: 297px;
    height: 7px;
    background: url('../img/bg_box_btm.png') no-repeat;
}

.boxico {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    width: 62px;
    height: 76px;
    text-indent: -9999px;
    z-index: 1;
}

.yourself {
    background: url('../img/yourself.png') no-repeat;
}

.bussiness {
    background: url('../img/bussiness.png') no-repeat;
}

.community {
    background: url('../img/community.png') no-repeat;
}

.kasa {
    background: url('../img/kasa.png') no-repeat;
}

.czas {
    background: url('../img/czas.png') no-repeat;
}

.zadowolenie {
    background: url('../img/zadowolenie.png') no-repeat;
}

.wyglad {
    background: url('../img/wyglad.png') no-repeat;
}

.prostota {
    background: url('../img/prostota.png') no-repeat;
}
.lbox .box_top div{
	cursor:pointer;
}
.box_top div h2, .box_top div h3 {
    position: absolute;
    width: 270px;
    display: block;
    color: #19759b;
    font-size: 16px;
    top: 62px;
    left: 20px;
    z-index: 30;
    font-weight: normal;
}
.b-ru .box_top div h3{
	font-size:15px;
}

.box_top div h2 a, .box_top div h3 a {
    color: #19759b;
}

.box_top div p {
    position: relative;
    padding: 88px 10px 22px 20px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 18px;
}

.box_top span.arrow {
    display: inline-block;
    width: 28px;
    height: 19px;
    margin-left: 10px;
    text-indent: -9999px;
    background: url('../img/arrow.png') no-repeat;

}

.lbox div:hover span.arrow {
    background: url('../img/arrow_hover.png') no-repeat;
}

/*
 * Shadow
 */
.shadow {
    clear: both;
    width: 916px;
    height: 10px;
    margin: 33px 0 25px 0;
    background: url('../img/shadow.png') no-repeat;
}

/*
 * "We got all" Section
 */
#mamy .btm {
    border-bottom: 1px solid #e1e1e1;
}

#mamy .ctr {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

ul#mamy {
    clear: both;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

ul#mamy li {
    width: 310px;
	height:150px;
    float: left;
}

#mamy li span.img {
    display: block;
    float: left;
    width: 60px;
    height: 70px;
    margin: 25px 17px 20px 21px;
}

#mamy li span.kreator {
    background: url('../img/kreator.png') no-repeat;
}

#mamy li span.hosting {
    background: url('../img/hosting.png') no-repeat;
}

#mamy li span.szablony {
    background: url('../img/szablony.png') no-repeat;
}

#mamy li span.poczta {
    background: url('../img/poczta.png') no-repeat;
}

#mamy li span.statystyki {
    background: url('../img/statystyki.png') no-repeat;
}

#mamy li span.bezpieczenstwo {
    background: url('../img/bezpieczenstwo.png') no-repeat;
}

#mamy li span.seo {
    background: url('../img/seo.png') no-repeat;
}

#mamy li span.baza {
    background: url('../img/baza.png') no-repeat;
}

#mamy li span.integracja {
    background: url('../img/integracja.png') no-repeat;
}

#mamy li span.funkcje {
    background: url('../img/funkcje.png') no-repeat;
}

#mamy li h3 {
    font-size: 14px;
    color: #19759b;
    margin-top: 34px;
    padding: 0 10px 15px 0;
    font-weight: normal;
}

#mamy li h3 a {
    color: #19759b;
}

#mamy li p {
    color: #6f6f6f;
    font-size: 12px;
    padding-right: 16px;
}

/*
 * Functions Section
 */
ul#functions {
    clear: both;
    width: 100%;
    margin: 10px 0 15px 0;
    overflow: hidden;
}

#functions li {
    float: left;
    height: 112px;
}

#functions li.domena {
    width: 315px;
    background: url('../img/dodatkowe_narzedzia.png') no-repeat;
}

#functions li.marketing {
    width: 309px;
    background: url('../img/marketing.png') no-repeat;
}
#functions li.advert {
    width: 309px;
    background: url('../img/ads_free.png') no-repeat;
}

#functions li.eksport {
    width: 290px;
    background: url('../img/eksport.png') no-repeat;
}

#functions li.menedzer {
    width: 309px;
    background: url('../img/menedzer.png') no-repeat;
}

#functions li.zarabiaj {
    width: 290px;
    background: url('../img/zarabiaj.png') no-repeat;
}

#functions li h3 {
    margin: 10px 0 10px 22px;
    font-size: 15px;
    color: #19759b;
    font-weight: normal;
}

#functions li h3 a {
    color: #19759b;
}

#functions li p {
    padding: 0 30px 0 22px;
    font-size: 12px;
    color: #545454;
}
#functions.b-ru li p{
	font-size: 11px;
}
/*
 * Footer Section
 */
#footer {
    margin-top: 125px;
    padding-bottom:10px;
    width: 100%;
    /*height: 570px;*/
    background: url('../img/bg_footer.png') repeat-x;
    clear: both;
}

#footer ul li {
    display: block;
    float: left;
}

#footer li ul li {
    clear: left;
}

#main_footer {
    padding-top: 34px;
    margin-bottom: 48px;
    overflow: auto;
    text-align:center;
}
#main_footer > span, #main_footer > a{
	margin: 0 9px;
}
#main_footer li {
    width: 90px;
    margin-right: 60px;
}

#main_footer li.first {
}

#main_footer li.last {
    width: 126px;
    margin-right: 0px;
}

#main_footer li h3 {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: normal;
}

#main_footer ul {
    margin: 16px 0 0 1px;
}

#main_footer ul li {
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
}

#main_footer ul li a, #main_footer a {
    color: #19759b;
    font-size: 12px;
    line-height: 14px;
}

#main_footer ul li a:hover, #main_footer a:hover {
    color: #404040;
}

#footer p.fleft {
    text-align: left;
    clear: both;
    float: left;
    width: 650px;
    color: #939393;
    font-size: 10px;
    line-height: 14px;
    padding-top: 2px;
}

#footer p.fright {
    float: right;
    margin-right: 36px;
}

#footer span.ig {
    display: block;
    float: left;
    margin-right: 20px;

    text-indent: -9999px;
    width: 100px;
    height: 36px;
    background: url('../img/ig.png') no-repeat;
}

#footer span.ue {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 114px;
    height: 36px;
    background: url('../img/ue.png') no-repeat;
    margin-left: 16px;
}
.clear{
	height:1px;
	line-height:1px;
	clear:both;
}

.textInput{
	padding:2px;
	width:200px;
}
.errors{
	padding: 2px 0 2px 20px;
	color:red;
}
.vtop .errors{
	color:#fff;
}

#info-msg{
	font-size:14px;
	color:green;
}

/*strona statyczna*/
#header_text  {
	background:url("../img/header_bg3.png") no-repeat scroll 0 0 transparent;
	color:white;
	font-family:"Trebuchet MS";
	font-size:24px;
	font-style:italic;
	height:41px;
	line-height:41px;
	margin:30px 10px 20px;
	padding:10px 20px;
	position:relative;
	width:876px;
}
.container div.sub-container {
	padding:20px;
}
.container div.sub-container p {
	font-size:12px;
	margin:30px 0;
}
.container div.sub-container div.half {
	width:450px;
}

/*--------kalinka----[okna logowania i rejestracji]-------------------------------------------------------------*/
.logging,.registration-form{
	width:591px;
	background:url(../img/bg_modal.png) repeat-x scroll 0 0 #FFFFFF;
	border:2px solid #CBD4E2;
	color:#6F6F6F;
	display:none;
	font-size:14px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-moz-box-shadow:3px 3px 4px #888888, 2px 2px 13px #888888;
	-webkit-box-shadow:3px 3px 4px #888888, 2px 2px 13px #888888;
	box-shadow:3px 3px 4px #888888, 2px 2px 13px #888888;
	z-index:100;
}

.logging p, .registration-form p{
	margin-top:8px;
	margin-bottom:8px;
	text-align:right;
}
#bg_overlay {
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	z-index:5;
	display:none;
}
#bg_overlay.bg3 {
	background:url("../img/bg.png") repeat scroll 0 0 transparent;
	opacity:0.2;
	filter:alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

#close {
	background:url("../img/modal_close.png") no-repeat scroll center center transparent;
	cursor:pointer;
	display:block;
	height:30px;
	position:absolute;
	right:-7px;
	top:-7px;
	width:25px;
	z-index:10;
}
.bgtop_modal {
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	background:none repeat scroll 0 0 #E8E8E8;
	border-bottom:1px solid #BEBEBE;
	height:32px;
	width:100%;
}

.bgtop_modal span {
	float:left;
	font-size:18px;
	font-weight:bold;
	padding:5px 0 4px 10px;
}
.bgdown_modal {
	clear:both;
	width:100%;
	height:50px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	background:none repeat scroll 0 0 #E8E8E8;
	border-top:1px solid #BEBEBE;
}

/*.bgdown_modal a.modal-button {
margin:9px auto;
padding-left:10px;
background:url("../img/submit_background.gif") no-repeat scroll 0 0 transparent;
color:#7D7D7D;
display:block;
font-size:15px;
font-weight:bold;
line-height:36px;
text-decoration:none;
width:63px;
cursor:pointer;
}*/

.bgdown_modal input.button {
	margin:9px auto;
	display:block;
}

.logging/*activ*/ form {
	display:block;
}

.logging form input.login,.registration-form form input.login{
	width:211px;
	height:25px;
	*line-height:26px;
	margin-left:7px;
	padding:2px 4px 6px 4px;
	vertical-align:middle;
	background:url("../img/img_input_login.png") no-repeat scroll 0 0 transparent;
	color:#6F6F6F;
	border:medium none;
}

form input.login.error {
	background:url("../img/bg_input_login_error.png") no-repeat scroll 0 0 transparent;
}
div.central-container{
	display:block;
	float:left;
	padding:20px 15px 0;
}
.border{
	float:left;
	/*border-right:1px solid #fff;*/
	width:auto;
}
div.fields{
	padding: 10px 31px 20px 0px;
	margin-right:1px;
	border-right:1px solid #ccc;
}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
}

div.under-registration{
	padding:4px 0px 0px 53px;
}

a.forgot-passsword{
	color:#19759B;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:underline;
	padding-left:10px;
}
a.forgot-passsword:hover{
	text-decoration:none;
}

.button, .logging .button{
	margin:9px auto;
	width:122px;
	height:36px;
	background:url("../img/submit_background_2.gif") no-repeat scroll 0 0 transparent;
	color:#7D7D7D;
	display:block;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}
li.help {
	background:url("../img/icons/help.png") no-repeat scroll 10% center transparent;
	border-color:transparent;
	font-weight:normal;
	margin-left:5px;
	padding:3px 5px 3px 25px
}

#remember-me {
	color:#19759B;
	font-size:13px;
	padding-top:20px;
}

#remember-me a {
	display:block;
	margin-top:8px;
	font-family:Trebuchet MS;
}

#register-now{
	clear:left;
	font-size:12px;
	padding:0 0 4px 77px;
	/*padding-left:10px;*/
	/*margin-top:80px;*/
}

 #left-box{
	display:block;
	float:left;
}

div.login-by{
	padding: 14px 0 0 13px;
	display:block;
	width:auto;
	list-style:none outside none;
	font-weight:bold;
	color:#19759b;
}

.login-by p.loginby-f-t{
	font-size:17px;
	padding:0px 0 14px;
}
.login-by div {
	height:30px;
	width:80%;
	padding-left:40px;
}
#left-box div.login-by div a{
	color:#19759b;
	font-size:14px;
	text-decoration:none;
	line-height:22px;
}
div.facebook{
	background:url("../img/icon-facebook.png") no-repeat scroll 0 1px transparent;
}

div.twitter{
	background:url("../img/icon-twitter.png") no-repeat scroll 0 1px transparent;
}

.registration-form p.checkbox{
	margin-left:53px;
	font-size:13px;
	padding-bottom:15px;
}

.registration-form p.checkbox input{
	margin-right:10px;
	font-family:"Trebuchet MS";
}

.registration-form p.checkbox a.mf-blank{
color:#19759B;
text-decoration:underline;
}

.registration-form  .button:hover {
background-position:  0px -40px ;
}

.error-info{
	list-style:none;
	width:183px;
	margin:0 0 0 61px;
	padding:0px 0 2px 30px;
	position:relative;
	background-color: #DCE9ED;
	border:1px solid #B1C9E0;
	color:#618697;
	font-size:11px;
	font-style:italic;
}
.error-info li span{
	background: url("../img/error-img.png") no-repeat scroll 0 0 transparent;
	height:21px;
	width:21px;
	position:absolute;
	top:-5px;
	left:-10px;
}

.page{
	padding:20px;
}

.left{
	width:230px;
	float:left;
}
.left a{
	padding:7px 0 8px 5px;
	width:95%;
	border-bottom:1px solid #e4e4e4;
	font-size:13px;
	color:#19759B;
	display: block;
    float: left;
}
.left .depth1 a{
	width:85%;
}
.left img{
	margin:4px 0px 0 0px;
	vertical-align:middle;
	float:left;
}

.left li.depth1.active,.left li.depth1:hover{
	background:url(../img/menh.png) right center no-repeat;
}

.left li.active a,.left li a:hover{
	color:#BE281C;
}
.left li.depth1.active a, .left li.depth1:hover a{
	color:#fff;
	border-color:transparent;

}
.left .menulist{
	padding:0 10px 0 0px;
}
.left .menulist li{
	margin:3px 0;
	padding:0 0 0 11px;
	overflow:hidden;
	clear:both;
}
.menulist li.hide{
	display:none;
}
.menulist li.depth2{
	padding-left:32px;
}
.menulist li.depth3{
	padding-left:40px;
}
.linecont{
	position:relative;
}
.linecont .line{
	top: 0px;
	right: 0px;
	margin:0;
	width: 10px;
	height: 100%;
	position: absolute;
}

.right{
	width:655px;
	float:right;
}
.cnt{
	font-size:14px;
	line-height:1.5em;
}
.container div.sub-container .right p{
	margin:0;
}
.container .page .right ol, .container .page .right ul{
	padding-left:20px;
	list-style-position: inside;
}
.container .page .right ul li{
	list-style-type: disc;
}
.container .page .right ol li{
	list-style-type: decimal;
}
.helpmenu{
	padding:10px 10px  10px 25px;
}
.helpmenu li{
	padding:2px 0;
	list-style-type: square;
}


.tos{
	line-height:130%;
}

.tos h3{
	padding:25px 0;
	text-align:center;
}

.tos ol, .tos ul{
	padding:5px 0 5px 20px;
}
.tos ol li{
	list-style-type:decimal;
}
.tos ul li{
	list-style-type:lower-latin;
}
.tos ul li li{
	list-style-type:lower-roman;
}
.tos li{
	padding:3px 0;
}
.msgBox {
	background-color: #FEEBCC;
    border: 1px solid #FFD758;
    border-radius: 5px 5px 5px 5px;
    font-size: 18px;
    margin-top: 50px;
    padding: 40px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.button .load{
    top: 7px;
    left: -40px;
    width: 36px;
    height: 36px;
	background:url(../img/load.gif) no-repeat;
	display:none;
	position:absolute;
}
.recapimg{
	margin-bottom:20px;
	padding:5px 0;
	background:#fff;
}
.recap{
	left:-12px;
	margin-top:30px;
	padding:13px 10px;
	width:300px;
	overflow:hidden;
	position:absolute;
}
#reg_form .recap .txt{
	margin-top:4px;
	width:243px;
}
.recapi{
	width:260px;

	font-size:16px;
	float:left;
}
.rcapme{
	width:30px;
	float:right;
}
.rcapme img{
	display:block;
}
.rstp2{
	height:190px;
	position:relative;
	display:none;
}
