/*zarządzaj kontem*/
.box-manage-account { width:248px; padding: 0; color: #fff; position: relative; }
.box-manage-account .header { height: 50px; padding: 2px 4px 6px 24px; line-height: 50px; font-size: 20px; font-family: Tele-Grotesk-Halb, Arial; background: url(../images/bg_manage_account.png) no-repeat left top; cursor: pointer; }
.box-manage-account.open { background: url(../images/bg_manage_account.png) no-repeat 0 -56px; }
.box-manage-account.open .header { background: none; }
.box-manage-account .header .arrow { width: 13px; height: 8px; background: url(../images/arrows.png) no-repeat left bottom; position: absolute; right: 20px; top: 22px; font-size: 0; }
.box-manage-account.open .header .arrow { background-position: left top; }
.box-manage-account .header.constant { cursor: default; }
.box-manage-account .header.constant .arrow { display: none; }
.box-manage-account .content { height: 140px; padding: 15px 24px 25px; position: relative; }
.box-manage-account .content.ind { height: 105px; }
.box-manage-account .content .rb { height: 20px; line-height: 20px; padding-left: 25px; background: url(../images/rb.png) no-repeat top left; cursor: pointer; }
.box-manage-account .content .rb.checked { background-position: left bottom; }
.box-manage-account .content .content-title { padding-top: 5px; }
.box-manage-account .content .box-input { padding-top: 10px; display: none; }
.box-manage-account .content .box-input form { padding:0; margin:0; }
.box-manage-account .content .box-input input { height: 28px; line-height: 26px;  padding: 0 20px; border-width: 1px; border-style: solid; border-color: #cfcfcf  #fff #fff #cfcfcf ; font-size: 12px; color: #666; font-family: Arial; float: left; }
.box-manage-account .content .box-input input.tel { width: 100px;  }
.box-manage-account .content .box-input input.tel.long { width:140px; }
.box-manage-account .content .box-input input.prefix { background: #fff url(../images/prefix.png) no-repeat left top; padding-left: 38px; }
.box-manage-account .content .box-input input.boa-kod { width: 118px; }
.box-manage-account .content .box-input .submit { display: block; width: 40px; height: 30px; background: url(../images/btn_submit.png) no-repeat; float: left; padding: 0; border: none; }
.box-manage-account .content .how-to-login { position: absolute; left: 20px; bottom: 25px; color: #fff; text-decoration: none; outline: none; }
.box-manage-account .content .how-to-login:hover { text-decoration: underline; }