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 top repeat-x;
}

.hidden {
    width: 0px;
    height: 0px;
    display: none;
    visibility: hidden;
    overflow: hidden;
}
.invis {
    opacity: 0;
    filter: alpha(opacity=0);
}

a { 
    color: #2e76df; 
}

#cehead {
    text-align: center;
    background-color: #ffffff;
    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;
}

.field-small {
    border-top: 1px solid #9a9ea3;
    border-left: 1px solid #9a9ea3;
    border-bottom: 1px solid #c8cdd1;
    border-right: 1px solid #c8cdd1;
    padding: 4px;
    width: 298px;
    font-family: Arial, sans-serifl;
    font-size: 16px;
}
.field-mail {
    border-top: 1px solid #9a9ea3;
    border-left: 1px solid #9a9ea3;
    border-bottom: 1px solid #c8cdd1;
    border-right: 1px solid #c8cdd1;
    padding: 4px;
    width: 150px;
    font-family: Arial, sans-serifl;
    font-size: 16px;
}
.field-mail-pre {
    position: relative;
    top: -2px;
    padding-right: 12px;
}
.field-mail-suf {
    position: relative;
    top: -2px;
    font-weight: bold;
    color: #616A74;
}

.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: #73c5ff url(/images/pp/login-bg-flowersky-bgcolor.jpg) top left repeat;
    overflow-x: hidden;
}
body.celi-body .CEUDialog {
    font-size: 13px;
}

.celi-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
}

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

.celi-clouds-bg {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 294px;
}

.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-already .celi-field {
    width: 245px;
}

.celi-body a {
    color: #004F92;
}

.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 {
    margin-bottom: 8px;
    font-size: 13px;
    font-style: italic;
}


.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: 8px;
    text-align: center;
}

.celi-donthave {
    position: absolute;
    top: 370px;
    left: 180px;
    width: 245px;
}
.celi-purchased {
    position: absolute;
    top: 530px;
    left: 180px;
    width: 260px;
}
.celi-software {
    position: absolute;
    top: 370px;
    left: 600px;
    width: 500px;
}

#celi-langs {
    position: absolute;
    text-align: center;
    width: 500px;
    top: 600px;
    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-page.wide {
    width: 900px;
}
#congrats h2 {
    margin-bottom: 0;
}

div.ceact-page.soft #ceregister_code {
    margin-right: 0px;
    font-size: 18px;
    font-family: monospace;
    font-weight: bold;
    text-transform: uppercase;
}
div.ceact-page.soft .ceact-label {
    font-weight: bold;
    color: #000000;
    font-size: 13px;
}

.ceact-body h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: bold;
    color: #d60e63;
    text-transform: uppercase;
}
.ceact-body h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    font-size: 18px;
    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-body ul.graytext li {
    color: #7B7B7B;
}

.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-congratimgsft {
    position: absolute;
    top: 210px;
    right: 20px;
}

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

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

#celogin {
    position: absolute;
    width: 1122px;
    min-height: 730px;
    top: 0;
    left: 50%;
    margin-left: -561px;
    color: #000000;
    background: transparent url(/images/pp/login-bg-flowersky.jpg) center top no-repeat;
    z-index: 10;
}
#celogin div.topleftlnks {
    position: absolute;
    top: 18px;
    width: 940px;
    left: 50%;
    margin-left: -470px;
    text-align: right;
    font-size: 13px;
    color: #bde3ff;
}
#celogin div.topleftlnks a {
    color: #004f92;
    text-decoration: none;
}
#celogin div.botleftlnks {
    position: absolute;
    top: 712px;
    width: 940px;
    left: 50%;
    margin-left: -470px;
    text-align: left;
    font-size: 11px;
    color: #bde3ff;
}
#celogin div.botleftlnks .cebetatag {
    color: #BDE3FF;
}
#celogin div.botleftlnks a {
    color: #004f92;
    text-decoration: none;
}
#celogin div.botrightcopy {
    position: absolute;
    top: 712px;
    width: 940px;
    left: 50%;
    margin-left: -470px;
    text-align: right;
    font-size: 11px;
    color: #ffffff;
}
#celogin div.centerform {
    position: absolute;
    top: 125px;
    width: 379px;
    left: 50%;
    margin-left: -189px;
    background-color: #FFFFFF;
    background: transparent url(/images/pp/login-white60pc.png) left top repeat;
    border: 1px solid #48a0eb;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #333333;
    z-index: 50;
}
#celogin div.centerform img.bird {
    position: absolute;
    left: 0;
    top: -26px;
}
#celogin div.centerform div.title {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    text-shadow: #FFFFFF 0px 1px;
    padding-top: 12px;
    padding-bottom: 8px;
    margin-bottom: 18px;
    background: transparent url(/images/pp/login-formsep.png) left bottom repeat-x;
}
#celogin div.centerform table {
    width: 100%;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
}
#celogin div.centerform td.name {
    font-weight: bold;
    width: 10px;
    white-space: nowrap;
    padding-right: 6px;
}
#celogin div.centerform input.txt {
    width: 90%;
    border: 1px solid #999999;
    height: 31px;
    line-height: 31px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
}
#celogin div.centerform td.check {
    font-size: 12px;
}
#celogin div.centerform div.butbig {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    height: 43px;
    line-height: 43px;
    border: 1px solid #828282;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #595959 url(/images/pp/login-butbig-bg.png) left top repeat-x;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    margin-top: 26px;
}
#celogin div.centerform div.forgot {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 18px;
}
#celogin div.centerform div.forgot a {
    color: #004f92;
    text-shadow: #FFFFFF 0px 1px;
    text-decoration: none;
    font-size: 13px;
}
#celogin div.centerform div.cloud {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#celogin div.centerform div.cloud a {
    color: #004f92;
    text-decoration: none;
}
#celogin #createcloud.centerform div.butbig {
    margin-bottom: 18px;
}
#celogin div.centerform div.txt {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
}

/*
@media all and (-webkit-transform-3d) {
    #flipcard {
        -webkit-transform-style: preserve-3d;
        -webkit-transition: -webkit-transform 1s;
    }
    .face {
        -webkit-backface-visibility: hidden;
    }
    .face.back {
        display:block;
        -webkit-transform: rotateY(180deg);
    }
}
*/


.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;
}
.cedir1 {
    direction: ltr;
}
.cedir2 {
    direction: ltr;
    
}

table.cechoose-table {
    position: relative;
    top: 10px;
}
table.cechoose-table td {
    text-align: center;
    color: #7B7B7B;
    font-size: 14px;
    font-weight: bold;
}
table.cechoose-table a {
  text-decoration: none;
  color: #7B7B7B;
}
div.cechoose-box {
    position: relative;
    display: inline-block;
    width: 385px;
    height: 250px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    font-size: 20px;
}
div.cechoose-box.plug {
    background: transparent url(/images/pp/activate-device.png) no-repeat center center;
}
div.cechoose-box.soft {
    background: transparent url(/images/pp/activate-software.png) no-repeat center center;
}
div.cechoose-box:hover {
    border: 6px solid #f77fb2;
    padding: 0px;
}
div.cechoose-box div {
    padding-top: 120px;
}

#cesideloading {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

iframe.cetermsconds {
    width: 100%;
    height: 400px;
    border: 0;
}

