body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
}

body.home {
    background: #455667 url(images/pp/page-bg.jpg) left 48px repeat-x;
}

.hidden {
    width: 0px;
    height: 0px;
    display: none;
    visibility: hidden;
    overflow: hidden;
}

a { 
    color: #2e76df; 
}

#cehead {
    text-align: center;
    background: #2f3b47 url(/images/pp/header-bg.png) repeat top;
    padding: 8px 0 0 0;
    margin-bottom: 0;
    height: 40px;
}

.ceul {
      margin-right: 16px;
}
.cedlg {
    width: 400px;
    margin: 0 auto;
    margin-top: 32px;
    border: 1px solid #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cewiz-holder {
width: 100%;
height: 100%;
}

.cedlg-head {
    width: 400px;
    margin: 0 auto;
    margin-top: 32px;
    padding-bottom: 16px;
    background-color: #e8f4fe;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #e2eaf0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.cewiz-head {
    position: absolute;
    width: 400px;
    height: 140px;
    left: 50%;
    margin-left: -200px;
    margin-top: 32px;
    padding-bottom: 16px;
    background-color: #e8f4fe;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #e2eaf0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.cedlg-head .dlgmsg {
            color: #626c78;
            margin-left: 16px;
            margin-right: 16px;
}
        
.cewiz-head .dlgmsg {
            color: #626c78;
            margin-left: 16px;
            margin-right: 16px;
}

.cedlg-body {
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding-top: 16px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.cewiz-body {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 50%;
    margin-left: -200px;
    top: 237px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.cedlg-head.wiz {
    height: 140px;
}

.cedlg-body.wiz {
    height: 300px;
}

.bullet {
    list-style-image: url(images/bullet.png);
}

.skipborder {
    border: 0px;
}

.sec {
    padding: 0 16px;
    margin: 0 0 16px 0;
    line-height: 125%;
}

 .dlgtitle {
    margin: 12px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.dlgtitle-small {
    margin: 12px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

 .dlgmsg {
    margin: 8px 0 0 0;
}

 .dlgerr {
    margin: 8px 0 0 0;
    color: red;
}

.label {
       color: #626c78
}

.hint {
    color: #868f98;
}

.field {
    border-top: 1px solid #9a9ea3;
    border-left: 1px solid #9a9ea3;
    border-bottom: 1px solid #c8cdd1;
    border-right: 1px solid #c8cdd1;
    padding: 8px;
    width: 340px;
    font-family: Arial, sans-serifl;
    font-size: 18px;
}

.idfield {
    font-family: monospace;
    font-weight: bold;
}

.cedlg hr {
    border: 0;
    color: #9a9ea3;
    background-color: #9a9ea3;
    height: 1px;
    width: 95%;
}

input:focus, textarea:focus {
    background-color: #FFFFEF;
}

.message-confirm {
    padding-left: 48px !important;
    background: transparent url(images/icon-confirm.png) no-repeat 12px top;
}

.back-button {
             margin-left: 16px;
             margin-bottom: 16px;
             float: left;
}

.next-button {
             margin-right: 16px;
             margin-bottom: 16px;
             float: right;
}

.wiz-but-holder {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#cewarn-bg {
    z-index: 100;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#cewarn-fg {
    z-index: 101;
    position: fixed;
    overflow: hidden;
    left: 300px;
    top: 66px;
}

#cewarn-message {
	width: 400px;
	padding: 24px;
	margin: 0 auto;
	font-size: 13px;
	color: #414b56;
	background-color: #ffffff;
	border: 1px solid #e1e7ed;
}

.movie-holder {
              margin-bottom:16px;
}

#cesecure {
  font-size: 11px;
}

.cepartnerlogo {
    overflow: hidden; 
    position: absolute; 
    top: 5px; 
    right: 5px; 
    height: 48px;
}

.cefrontlangs {
    margin-top: 6px;
    text-align: center;
}

.cefrontlangs span a {
    color: #6ebcfe;
}

.ceredbuts a.cebutton {
    background: #ba4179 url(/images/button-bg-login.jpg) repeat-x top;
    color: #FFFFFF;
    border: 1px solid #ba4179;
    font-size: 15px;
    padding: 8px 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

body.celi-body {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #555555;
    background: #cccccc url(images/pp/login-bg-bot.jpg) left 339px repeat-x;
}

.celi-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: #454545 url(images/pp/login-topbar-bg.png) left top repeat-x;
}

.celi-topbar img {
    position: absolute;
    top: 4px;
    left: 180px;
}

.celi-clouds-bg {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 294px;
    background: transparent url(images/pp/login-bg.png) left top repeat-x;
}

.celi-clouds {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 294px;
    background: transparent url(images/pp/login-clouds.png) left bottom repeat-x;
}

.celi-already {
    position: absolute;
    top: 70px;
    left: 180px;
    width: 245px;
}

.celi-purp {
    color: #ec3596;
}

.celi-body a {
    color: #ec3596
}

.celi-body h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}

.celi-body h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
}

.celi-body h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}

.celi-body .dlgerr {
    font-weight: bold;
    margin-bottom: 8px;
}


.celi-field {
    width: 100%;
    border: 1px solid #c2c2c2;
    border-right: none;
    border-bottom: none;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-left: 4px;
}

.celi-check {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 0px;
    *overflow: hidden;
}

a.celi-but {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    background: transparent url(images/pp/login-but-bg.png) left top repeat-x;
    height: 35px;
    line-height: 30px;
    margin-left: 15px;
    margin-right: 17px;
    padding-right: 7px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    overflow: visible;
}

.celi-but-left {
    position: absolute;
    display: block;
    left: -15px;
    top: 0px;
    width: 15px;
    height: 35px;
    background: transparent url(images/pp/login-but-left.png) left top no-repeat;
}

.celi-but-right {
    position: absolute;
    display: block;
    right: -17px;
    top: 0px;
    width: 17px;
    height: 35px;
    background: transparent url(images/pp/login-but-right.png) left top no-repeat;
}

.celi-right {
    float: right;
    min-width: 20px;
    margin-top: 14px;
    text-align: center;
}

.celi-donthave {
    position: absolute;
    top: 370px;
    left: 180px;
    width: 245px;
}

#celi-langs {
    position: absolute;
    text-align: center;
    width: 500px;
    top: 530px;
    left: 80px;
}
#celi-langs a {
    color: #454545;
}

.celi-dottedline {
    background: transparent url(images/line-vert-dotted.png) left top repeat-y;
    position: absolute;
    top: 360px;
    left: 500px;
    width: 2px;
    height: 153px;
}

.celi-cloud {
    position: absolute;
    top: 370px;
    left: 580px;
    width: 245px;
}

body.celi-body.cecloudsign-body {
    background: #FFFFFF url(images/pp/city-bg.jpg) left 454px repeat-x;
}

.cecloudsign-main {
    position: absolute;
    top: 70px;
    left: 180px;
    width: 550px;
}

.cecloudsign-body h1 {
    color: #EC3596;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.cecloudsign-body h3 {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}

.cecloudsign-body p {
    color: #838383;
    font-size: 14px;
}

.cecloudsign-left {
    width: 50%;
    padding-right: 30px;
}

.cecloudsign-right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    padding-left: 30px;
}

.cecloudsign-field {
    width: 85%;
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c2c2c2;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-left: 4px;
}

body.ceact-body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #7b7b7b;
    background: #FFFFFF url(images/pp/act-bg-bot.png) left 550px repeat-x;
}

.ceact-main {
    position: absolute;
    width: 900px;
    left: 50%;
    top: 85px;
    margin-left: -450px;
}

.ceact-prog-line {
    position: absolute;
    top: 395px;
    left: 0px;
    width: 900px;
    height: 4px;
    background-color: #cccccc;
}

.ceact-prog {
    position: absolute;
    top: 390px;
    padding-top: 30px;
    color: #cccccc;
    font-size: 18px;
    width: 110px;
    text-align: center;
    margin-left: -55px;
    background: transparent url(images/pp/act-prog-dot-gray.png) 47px top no-repeat;
}
.ceact-prog-small {
    font-size: 12px;
    font-weight: bold;
}
.ceact-prog-cur {
    color: #000000;
    background: transparent url(images/pp/act-prog-dot-black.png) 47px top no-repeat;
}

.ceact-prog-1 {
    left: 128px;
}
.ceact-prog-2 {
    left: 257px;
}
.ceact-prog-3 {
    left: 385px;
}
.ceact-prog-4 {
    left: 514px;
}
.ceact-prog-5 {
    left: 642px;
}
.ceact-prog-6 {
    left: 771px;
}

.ceact-back {
    position: absolute;
    left: 0px;
    top: 420px;
    font-size: 18px;
    color: #d60e63;
    text-transform: uppercase;
    text-decoration: none;
}
.ceact-back-small {
    font-size: 12px;
    font-weight: bold;
}
.ceact-next {
    position: absolute;
    right: -386px;
    top: 420px;
    font-size: 18px;
    color: #d60e63;
    text-transform: uppercase;
    text-decoration: none;
}
.ceact-next-small {
    font-size: 12px;
    font-weight: bold;
}
.ceact-finish {
    font-size: 26px;
    font-weight: bold;
    top: 415px;
}
.ceact-finish-small {
    font-size: 20px;
}
.ceact-finish-up {
    top: 350px;
}

.ceact-page {
    position: relative;
    width: 514px;
}

.ceact-body h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: bold;
    color: #d60e63;
    text-transform: uppercase;
}

.ceact-body p {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    font-weight: bold;
}

.ceact-body a {
    color: #d60e63;
}

.ceact-body ul li {
    color: #d60e63;
}

.ceact-black {
    color: #000000;
}

.ceact-thicker {
    font-weight: bolder;
}

.ceact-topmarg12 {
    margin-top: 12px;
}

.ceact-stepimg {
    position: absolute;
    top: 140px;
    left: 0px;
}

.ceact-stepimgright {
    position: absolute;
    top: 120px;
    right: -466px;
}

.ceact-input {
    border: 1px solid #dddddd;
    border-top: 1px solid #7c7c7c;
}

.ceact-input-big {
    border: 1px solid #dddddd;
    border-top: 1px solid #7c7c7c;
    width: 220px;
    height: 22px;
    margin-right: 50px;
    margin-bottom: 16px;
}

.ceact-label {
    color: #000000;
    font-weight: bold;
}

.ceact-check {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.ceact-biglink {
    font-size: 19px;
    font-weight: bold;
    color: #d60e63;
    text-transform: uppercase;
    text-decoration: none;
}

.ceact-congratimg1 {
    position: absolute;
    top: 140px;
    right: -100px;
}

.ceact-congratimg2 {
    position: absolute;
    top: 0px;
    right: -400px;
    z-index: -1;
}

#celogin {
    color: #000000;
    background-color: #FFFFFF;
}      

.celi-margin12 {
    margin-bottom: 12px;
}

a.celi-but.hidden {
    width: 0px;
    height: 0px;
    display: none;
    visibility: hidden;
    overflow: hidden;
}
.cenobr {
    white-space: nowrap;
}

.ceprm-main {
    position: absolute;
    top: 70px;
    left: 180px;
    right: 0px;
}
.cetable.ceprm-table {
    width: 1100px;
}

.cepartnerlogofrnt {
    float: left;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.cedir {
    direction: ltr;
}
