/*
-----------------------------------------------
Webtel.mobi/pc stylesheet: Screen
----------------------------------------------- */

/* @group Base layout including grid
--------------------------------------*/
HTML {
    background: #d1d3d4;
}
BODY {
    background: #d1d3d4 url('../images/bg-body.jpg') top repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333;
}

#body {
    background: url("../images/bg-phone.png") 15px 25px no-repeat;
    padding: 23px 0 0 14px;
    /* Height in ie56.css set */
    min-height: 326px;
}

#outerwrapper {
    margin: 0 auto;
    text-align: left;
    width: 794px;
    position: relative;
    background: #fff url('../images/bg-paper.gif') repeat-y;
}
#wrapper {
    background: url('../images/bg-paper-top.png') no-repeat;
    /*padding: 0 14px 0 0;*/
}
#primary {
    float: left;
    display: inline;
    width: 321px;
    padding-left: 179px;
}
.fullwidth #primary {
    width: 580px;
}
#secondary {
    float: right;
    display: inline;
    width: 242px;
    margin-right: 6px;
    /*background: lightgreen;*/
}
#tertiary {
    clear: both;
    padding: 6px 0 0 0;
}

/* @end Base layout including grid */

/* @group General styles
--------------------------------------*/
H1,H2,H3,H4,H5,H6,STRONG {
    font-weight: bold;
}
EM {
    font-style: italic;
}
A IMG {
    border: 0;
}
A,
A:link {
    color: #1e2a97;
    text-decoration: underline;
}
A:hover {
    color: #328fd4;
    text-decoration: underline;
}

H1 {
    font-size: 169.4%;
    color: #8c000a;
    margin-bottom: 5px;
}
H2 {
    margin: 10px 0 5px 0;
    font-size: 130.9%;
    color: #000;
}
P {
    margin: .5em 0;
    font-size: 107.8%;
	clear: both;
}

.my-account #primary UL LI {
    background: none;
    margin: 0;
    padding: 0;
}
OL LI {
    margin: .5em 0;
    font-size: 100.1%;
}

SPAN.seperator {
    border-right: 1px solid #797979;
    padding-right: 0.5em;
}

SELECT {
    padding: 4px;
}

UL.footnotes {
    clear: both;
    margin: 10px 0;
}
.footnotes LI {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    background: none;
    font-size: 84.7%;
}
.footnotes LI .glyph {
    position: absolute;
    left: 0;
}

.highlight {
    color: #8C000A;
}
.home #body,
.howitworks #body,
.my-account #body,
.rates #body {
    background: none;
    padding-right: 14px;
}

#primary ul.errorlist {
    margin: none;
    padding: none;
    list-style: none;
    background: none;
    display: block;
    float: none;
    clear: both;
}

#primary ul.errorlist li,
.home #account-module ul.errorlist li {
    margin: none;
    padding: none;
    list-style: none;
    background: none;
    color: #8C000A;
}
.home #account-module ul.errorlist li {
    width: 200px;
    clear: left;
}

UL.list LI {
    position: relative;
    padding-left: 25px;
    margin: .5em 0;
    background: url('../images/bullet.gif') 8px 4px no-repeat;
    font-size: 100.1%;
}
UL.toc {
    padding: 10px;
    width: 530px;
    background: #ddd;
}

UL.toc li {
    line-height: 3ex;
}

/* @end General styles */

/* @group Header and top nav
--------------------------------------*/

DIV#header {
    width: 776px;
    padding-right: 18px;
}

#nav-account {
    position: relative;
    z-index: 10;
    float: right;
    margin: 16px 7px 7px 7px;
    padding: 0;
}
#nav-account LI {
    float: left;
    padding: 0 7px;
    border-right: 1px solid #797979;
    font-size: 92.4%;
    color: #797979;
    line-height: .9;
}

#nav-account #logout {
    padding-right: 0;
    border: 0;
}
#nav-account #account A {
    padding-left: 15px;
    background: url('../images/icon-account.gif') 0 0 no-repeat;
}
#nav-account LI A {
    color: #797979;
    text-decoration: none;
}
#nav-account LI A:hover {
    color: #328fd4;
    text-decoration: none;
}
#nav {
    clear: both;
    width: 760px;
    margin-left: 14px;
}
#nav TD {
    font-size: 100.1%;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    height: 42px;
    width: 96px; /* For 6 items (580/6) */
    padding-right: 2px;
    background: #a8aaad url('../images/bg-topnav3.gif') 100% 0 no-repeat;
}

#nav TD A,
#nav TD STRONG {
    display: block;
    padding: 0 6px 0 5px;
    color: #000;
    text-decoration: none;
    outline: none;
}
#nav TD:hover {
    background-position: 100% -80px;
    background-color: #828487;
    color: #fff;
    cursor: pointer;
}

#nav TD:hover A {
    color: #fff;
    text-decoration: none;
}

#nav TD:active {
    background-position: 100% -160px;
    background-color: #5a5b5d;
}

#nav TD.active {
    background-position: 100% -160px;
    background-color: #5a5b5d;
}
#nav TD.active A,
#nav TD.active STRONG {
    font-weight: bold;
    color: #fff;
}

#nav TD.first,
#nav TD.first A {
    width: 179px;
    padding: 0;
    background: transparent;
}
#nav TD#navlast {
    background-position: 100% -240px;
    background-color: transparent;
}
#nav TD#navlast:hover {
    background-position: 100% -320px;
}

#nav TD#navlast:active {
    background-position: 100% -400px;
}

#nav TD#navlast.active {
    background-position: 100% -400px;
}

/* @end Header and top nav */

/* @group Left nav */

P.back {
    position: absolute;
    top: -5px;
    left: 0;
}
.table .back,
FORM .back {
    position: static;
}
P.back A {
	display: block;
	float: left;
	height: 24px;
	padding-right: 10px;
    background: url('../images/button-challenge.gif') 100% 0 no-repeat;
	color: #600;
    text-decoration: none;
    font-size: 12px;
}
P.back A B {
    display: block;
    padding: 5px 0 5px 10px;
    background: url('../images/button-challenge.gif') 0 0 no-repeat;
    font-weight: normal;
}
P.back A:hover {
    color: #c00;
}
#submenu {
    position: absolute;
    left: 12px;
    width: 150px;
}
#submenu LI {
    margin: 0 0 10px 0;
}
#submenu A {
	display: block;
    text-decoration: none;
}
#submenu A:hover {
    text-decoration: underline;
}

/* @end Left nav */

/* @group Homepage
--------------------------------------*/

.home #primary {
    width: 286px;
    padding-left: 214px;
    min-height: 327px;
}
.home #secondary {
    position: absolute;
    right: 15px;
    width: 252px;
    margin: 0;
}
.home #body {
    background: url('../images/phone.jpg') 2px 35px no-repeat;
}
.home H1 {
    margin-top: 12px;
}
.home .intro {
    font-size: 115.5%;
}
#primary .buttonmenu {
	margin: 1em 0;
}

#primary .buttonmenu LI {
    float: left;
    padding: 0;
    margin: 0;
    background: none;
}

.home .buttonmenu a.button-grey {
    width: 115px;
    margin-right: 5px;
}

.home #account-module {
    background: url('../images/box-bigblue.png') no-repeat left bottom;
}
.home #account-module .inner {
    background: Transparent url('../images/box-bigblue-top.png') no-repeat top left;
    width: 220px;
	min-height: 250px;
    padding: 15px 16px 20px 15px;
}
.home #account-module H2 {
	margin: 0;
    font-size: 146.3%;
    color: #8C000A;
}
.home #account-module H2 A {
    color: #8C000A;
    text-decoration: none;
}
.home #account-module H2 A:hover {
    color: #328fd4;
    text-decoration: underline;
}
.home #account-module .intro {
    margin: .45em 0;
    font-size: 100%;
}
.home #account-module .field {
	clear: left;
    margin-bottom: 0;
    margin-top: 5px;
}

.home #account-module LABEL {
    clear: both;
    display: block;
    font-size: 100.1%;
    font-weight: bold;
}
.home #account-module .button,
.home #account-module .or {
    float: left;
}
.home #account-module .or {
    position: relative;
    top: 7px;
    left: -3px;
	padding: 0 7px;
}
.home #account-module #make-call-text DIV.target {
    padding-top: 3px;
}
.home #account-module .table FORM {
    padding: 0;
}
.home #account-module #make-call-text .field {
	clear: both;
    margin-bottom: 0;
    margin-top: 10px; /* removed in -ie.css */
}
.home-promo {
    position: relative;
    float: left;
    width: 248px;
    padding-top: 15px;
    margin-right: 10px;
    background: url('../images/box-smallblue.png') top no-repeat;
}

.home #primary-promo span.icon {
	display: block;
	width: 84px;
	height: 71px;
	background: Transparent url(../images/homepromo-advantages2.jpg) no-repeat;
}

.home #secondary-promo span.icon {
	display: block;
	width: 84px;
	height: 84px;
	background: Transparent url(../images/homepromo-partner2.jpg) no-repeat;
}

.home #tertiary-promo span.icon {
	display: block;
	width: 84px;
	height: 72px;
	background: Transparent url(../images/homepromo-challenge.jpg) no-repeat;
}

.home-promo .inner {
    min-height: 116px; /* height in -ie56.css */
    padding: 0 17px 18px 91px;
    background: url('../images/box-smallblue.png') bottom no-repeat;
}
.last-promo {
    margin-right: 0;
}
.home-promo H2 {
    font-size: 115%;
	overflow: hidden;
	width: 140px;
}

.home-promo H2 a {
	color: #000;
	text-decoration: none;
}

.home-promo .icon {
    position: absolute;
    left: 7px;
    top: 14px;
}
.home-promo LI,
.home-promo P {
    margin: .25em 0;
    font-size: 100.1%;
}
.home-promo LI {
    list-style: disc inside;
    padding-left: 15px;
    text-indent: -15px;
}

/* @end Homepage */

/* @group Account pages
--------------------------------------*/
#account-menu {
    position: relative;
    padding: 0;
    background: url('../images/box-bigbluenarrow.png') bottom no-repeat;
}
#account-menu .inner {
    position: relative;
    background: url('../images/box-bigbluenarrowtop.png') top no-repeat;
    padding: 39px 10px 10px 13px;
}
.contact-delete-confirm #primary {
    width: 560px;
}

#account-menu #creditbalance {
    position: absolute;
	top: 7px;
	left: 7px;
    width: 160px;
    height: 31px;
    padding: 2px 5px;
    background: url('../images/bg-credit.gif') no-repeat;
    color: #1e2a97;
}
#account-menu #creditbalance A {
    text-decoration: none;
	display: block;
	width: 120px;
}
#account-menu #creditbalance STRONG {
    position: absolute;
    right: 5px;
	top: 2px;
}

UL#account-nav {
    padding-top: 4px;
}
UL#account-nav LI {
    padding: 4px 0px;
    line-height: 1;
}
UL#account-nav LI A {
    font-size: 130.9%;
    text-decoration: none;
    display: block;
    background: url('../images/button-red-arrow.gif') right center no-repeat;
    padding: 7px 30px 7px 0px;
    width: 132px;
}

#secondary {
    width: 185px;
}

.buy-credit #primary INPUT.button {
    display: block;
    border: 0;
    background: #ccc url("../images/button-grey.png") no-repeat;
    width: 300px;
    height: 50px;
    margin: 10px 0px;
    padding: 2px 10px 10px 40px;
    color: #8c000a;
    text-align: left;
}
.buy-credit LABEL {
    font-weight: bold;
    margin-right: 10px;
}
.buy-credit P {
    margin-bottom: 20px;
}
.buy-credit #primary P A.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.buy-credit #primary P A.button:hover {
    text-decoration: none;
}


.table {
    background: #e6f4fb url("../images/table-bg-small.gif") bottom left no-repeat;
    width: 550px;
    position: relative;
    padding-bottom: 7px;
}

.table UL.table {
    padding: 10px 0px;
}
.long {
    background: url("../images/table-bg-long.gif") bottom left no-repeat;
}
.table .top,
.table UL.table,
.table FORM,
.table THEAD TR {
    background: url("../images/table-bg-small-top.gif") 1px 0px no-repeat;
}
#settings.table .top {
    padding: 4px 3px 4px 3px;
}
.table FORM {
    padding: 8px 12px 0px;
}

.my-account DIV#settings {
    background-color: #fff;
}
BODY.settings .table UL.actions {
    right: 60px;
}

.settings UL.actions .email,
.settings UL.actions .primary-num,
.settings UL.actions .password,
.settings UL.actions .language {
    position: absolute;
    left: 0px;
}
.settings UL.actions .email {
    top: 12px;
}
.settings UL.actions .primary-num {
    position: absolute;
    top: 35px;
}
.settings UL.actions .password {
    position: absolute;
    top: 59px;
}
.settings UL.actions .language {
    position: absolute;
    top: 85px;
}

UL.menu {
    float: right;
    /*margin-top: 4px;*/
}
UL.menu LI A {
    display: block;
    margin: 1px;
    padding: 4px 8px;
}

.table FORM DIV.field,
.table FORM DIV.field LABEL,
.table FORM DIV.field INPUT,
.table FORM DIV.field SELECT {
    float: left;
}
.table FORM DIV.field SELECT {
    margin-top: -2px;
}
.table FORM DIV.field LABEL {
    margin-top: 4px;
    width: 150px;
    font-weight: bold;
}
.table FORM DIV.radio LABEL,
.table FORM DIV.checkbox LABEL {
    width: auto;

}
.table FORM P.hint {
    float: left;
    clear: left;
    margin: 0px 0px 10px 150px;
    font-size: 85%;
}
.forgotten .table FORM P.hint {
    margin-left: 165px;
}

.table UL.actions {
    margin: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}

.table td.to DIV.actions {
	text-align: right;
}

.table FORM UL.actions INPUT {
    float: none;
    margin: 0px 0px 8px 0px;
}
.table FORM UL.actions A {
    display: block;
    padding: 4px 8px;
}
FORM.small UL.actions {
    top: 12px;
    right: 20px;
}
FORM.small DIV.field {
    width: 302px;
}
/*FORM.small UL.actions LI {
    float: left;
}*/

TABLE.table TH,
TABLE.table TD {
    padding: 4px 8px;
}
.table DL DT,
.table DL DD,
TABLE.emails TD{
    padding: 4px 7px;
}
.table DL DT,
TABLE.emails TD {
    float: left;
    width: 200px;
    font-weight: bold;
}
TABLE.emails TD {
    width: 40%;
}
.table DL DD A,
TABLE.emails TD A {
    font-size: 93%;
    font-weight: bold;
    text-decoration: none;
}
.table .odd,
TABLE.emails TR.odd {
    background: #fff;
}
.table .odd,
.table .even {
	margin: 0px 3px;
	padding-left: 4px;
	padding-right: 4px;
}
.table .even,
TABLE.emails TR.even {
    background: #e6f4fb;
}
.table {
    min-height: 100px; /* height in -ie56.css */
}
TABLE.emails {
    width: 100%;
}
TABLE.emails THEAD {
    display: none;
}

/* START contact-list */

.contact-list DL {
    background: none;
}

BODY #primary UL.table LI {
    background: none;
}

BODY #primary UL.table LI.even {
    background: none;
    margin: 0px 4px 0px 3px;
}
BODY #primary UL.table LI.odd {
    background: #fff;
    margin: 0px 4px 0px 3px;

}

.my-account #primary .table LI.pagination SPAN {
    display: block;
    padding: 10px;
}

FORM INPUT#q {
    margin-left: 10px;
}
DL.contact {
    width: 350px;
    float: left;
    clear: left;
}
DL.contact DT {
    width: 50%;
    /*margin-bottom: 4px;*/
    font-weight: bold;
}
.contact-list .table LABEL {
    display: none;
}
.contact-list .table DL DD {
    font-weight: normal;
}
.table A.add-contact {
    margin: 0px 3px 0px;
    padding: 4px 12px 5px 30px;
    background: #ccc url("../images/icon-plus.gif") 10px 6px no-repeat;
    /*color: #000;
    font-weight: normal;*/
}
.contact-list FORM {
    padding: 14px 0 11px 0;
}
.contact-list FORM INPUT.submit {
    margin-left: 20px;
}

/* END contact-list */
/* START your-numbers */

DIV.table LI .number {
    padding: 5px;
    float: left;
}
/* END your-numbers */

#primary UL.table LI {
    background: #ccc;
}

#primary UL.table LI UL LI {
    float: left;
}

/* START make-call-text */
.my-account #primary #make-call-text FORM {
    margin: 0;
}
#make-call-text LABEL {
    float: none;
}
#make-call-text P.hint {
    margin: 5px 0;
}
#make-call-text .field {
	width: 170px;
}
#make-call-text DIV.target {
    background: url("../images/arrow.gif") 25px 23px no-repeat;
    padding-left: 70px;
}
#make-call-text DIV.field LABEL {
    margin-bottom: 4px;
}
#make-call-text .actions-onebutton {
    top: 37px;
}
.my-account #make-call-text .actions .button {
    min-width: 55px; /* width in -ie56.css */
}
/* END make-call-text */

/* @end Account pages */

/* @group How it works
--------------------------------------*/
.howitworks H3 {
    margin: 10px 0px 5px;
}
.howitworks A {
    /*white-space: nowrap;*/
}
.howitworks #primary {
    background: url("../images/phone-call.jpg") no-repeat;
	margin-right: 10px;
	min-height: 600px;
}
.howitworks-text #primary {
    background: url("../images/phone-text.jpg") no-repeat;
}

.howitworks #secondary {
   /* width: auto;*/
   float: none;
}
.howitworks #secondary p {
    font-size: 85%;
}
.howitworks #secondary #rates {
    text-align: right;
	padding-right: 15px;
}
.howitworks TABLE.mini {
    background: url("../images/bg-table.gif") left bottom;
    width: 242px;
    font-size: 85%;
}

.howitworks TABLE.mini THEAD {
    background: url("../images/bg-table-header.gif") no-repeat;
}
.howitworks TABLE.mini TH {
    font-weight: bold;
    color: #328fd4;
}
.howitworks TABLE.mini TR {
    display: block;
    margin: 0px 4px;
}
.howitworks TABLE.mini TH, .howitworks TABLE.mini TD {
    padding: 5px 4px 2px;
    border-right: 1px solid #ccc;
    border-bottom: 1px dotted #ccc
}
.howitworks TABLE.mini TH.last {
    border-right: 0;
}
.howitworks TABLE.mini TR.last TD.last {
    border: 0;
}
.howitworks TABLE.mini .country {
    width: 150px;
}
.howitworks TABLE.mini .cost {
    width: 65px;
    border-right: 0;
    text-align: right;
}

.howitworks #video {
    background: url("../images/howitworks-screenshot-call.png") no-repeat;
    margin-bottom: 5px;
    padding-top: 145px;
    font-weight: bold;
    text-align: center;
	cursor: pointer;
	margin-left: 509px;
}

.howitworks-text #video {
    background: url("../images/howitworks-screenshot-text.png") no-repeat;
}

.bignumbers {
    margin: 1em 0;
}
.bignumbers LI {
    position: relative;
    min-height: 31px;
    margin: 15px 0;
    padding-left: 52px;
}
.bignumbers LI SPAN {
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    height: 31px;
    background: url('../images/bg-bignumber.gif') 0 0 no-repeat;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 31px;
    text-align: center;
}
.videopromo P {
    margin: .25em 0;
    text-align: center;
}
.ratetable-small H2 {
    margin: .75em 0 .25em 0;
    font-size: 100.1%;
    color: #333;
}
.ratetable-small .table-wrapper {
    padding: 6px 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: url('../images/bg-blue-gradient.gif') 0 100% repeat-x;
}
.ratetable-small TABLE {
    width: 100%;
    border-collapse: collapse;
}
.ratetable-small TD,
.ratetable-small TH {
    font-size: 84.7%;
    vertical-align: top;
}
.ratetable-small TD {
    padding: 3px 3px 3px 0;
    border-top: 1px solid #ccc;
    line-height: 1.2;
}
.ratetable-small TH {
    padding: 0 0 3px 0;
    font-weight: bold;
    color: #328fd4;
}
.ratetable-small .rcol {
    border-left: 1px solid #ccc;
    text-align: right;
    white-space: nowrap;
}
.ratetable-small TD.rcol {
    padding: 3px 0 3px 3px;
}
#footnotes {
    font-size: 93%;
    font-weight: bold;
}
#footnotes dt {
    float: left;
}
#footnotes dd {
    margin-bottom: 8px;
    padding-left: 14px;
}

/* @end How it works */

/* @group History */
.history .table OL {
    padding: 0px 3px;
}
.history .table UL.actions A {
    display: block;
    padding: 4px 8px;
}

.history LI.call,
.history LI.sms {
    position: relative;
}
.history LI.call UL.details {
    width: 100%;
}
.history LI.call LI,
.history LI.sms LI {
    float: left;
}
.history LI.call,
.history LI.sms {
    clear: both;
    display: block;
    padding: 4px 4px;
}

.history LI.datetime LI {
    float: none;
    width: 70px;
}
.history LI.datetime LI {
    text-align: center;
    margin: 0;
}
.history LI.datetime LI.time {
    font-size: 167%;
    font-weight: bold;
}
.history LI.datetime LI.date {
    font-size: 85%;
}
.history LI.source,
.history LI.target {
    width: 152px;
    font-size: 108%;
}
.history LI.source{
    text-align: right;
    padding-right: 14px;
}

.history .call LI.target {
    background: url("../images/arrow.gif") 0px 2px no-repeat;
    padding-left: 28px;
    text-align: left;
}
.history .sms LI.target {
    width: 370px;
    text-align: center;
}
.history LI.cost,
.history LI.target {
    font-weight: bold;
}

.history LI.call LI.actions,
.history LI.sms LI.actions{
    float: right;
    margin-top: -10px;
}
.history .call LI.costs {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    background: #ccc;
}
.history .call LI.cost,
.history .call LI.costpermin {
    position: absolute;
    right: 10px;
}
.history .sms LI.cost {
    float: right;
    margin-right: 5px;
}
.history LI.cost {
    top: 0;
    font-size: 167%;
}
.history LI.costpermin {
    top: 30px;
}
.history LI.duration {
    width: 350px;
    text-align: center;
    font-size: 167%;
    font-weight: bold;
    margin: 5px 0px 10px;
}
.history UL.actions {
    top: auto;
    bottom: -5px;
    right: 2px;
}
.history LI.total {
    font-size: 116%;
    font-weight: bold;
}
.call-history .table TABLE,
.sms-history .table TABLE {
	width: 544px;
	margin: 0px 4px 0px 3px;
}
.call-history .table TH,
.call-history .table THEAD TR,
.sms-history .table TH,
.sms-history .table THEAD TR {
	background: #e6f4fb !important;
	padding:5px;
}
.call-history .table TD,
.sms-history .table TD {
    padding:5px;
    vertical-align: top;
    /*text-align: left;*/
}
.history .table TH {
	font-weight: bold;
}
.history .time {
	text-align: center;
}
.history .cost {
	text-align: right;
}

.call-history .table .actions A,
.sms-history .table .actions A {
	text-align: right;
	display: block;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0 5px 0 0;
}

/* @end History */

/* @group pagination */

.history .pagination {
    padding: 6px 12px;
}
.history .pagination LI {
    float: left;
    margin: 5px 10px 5px 0;
}
.pagination LI A {
    display: inline;
}

.contact-list #primary UL.table LI.pagination {
    background: #ccc;
    margin: 0px 3px;
    border-top: 1px solid #999;
    padding: 6px;
}

#nodata
{
	padding-left: 10px;
}

/* @end pagination */


TABLE.email-list {
    width: 321px;
}

TABLE.email-list TH, .email-list TD {
    font-size: 100%;
    padding-bottom: 5px;
    text-align: right;
}

TABLE.email-list TH {
    font-weight: bold;
    text-align: left;
    padding-right: 5px;
}

#contact-us DIV.radio LI {
    position: relative;
    height: 20px;
}
#contact-us DIV.radio INPUT {
    position: absolute;
    left: 0;
    top: 5px;
}
#contact-us DIV.radio LABEL {
    padding-left: 20px;
}
#contact-us DIV.text INPUT {
    margin-bottom: 4px;
}
#contact-us DIV.select SELECT {
    width: 321px;
}
#contact-us DIV.text TEXTAREA {
    width: 311px;
}
#contact-us #id_name,
#contact-us #id_email {
    width: 311px;
}

/* @end Contact Us */

/* @group Your numbers
--------------------------------------*/

.history #primary,
.my-account #primary {
    padding-left: 10px;
    width: 560px;
}
.history #secondary,
.my-account #secondary {
    float: left;
	position: relative;
}
.your-numbers LI SPAN {
    float: left;
    margin-right: 20px;
}

/* @group Join now pages
--------------------------------------*/
FORM#join-now DIV.field {
    position: relative;
    width: 100%;
}
FORM#join-now LABEL {
   font-weight: bold;
   float: left;
}

FORM#join-now DIV.submit INPUT {
    width: 100px;
}

FORM#join-now P {
    clear: both;
    float: none;
}

FORM#join-now DIV.submit {
    float: left;
}

FORM#join-now UL.actions {
    position: static;
    clear: both;
    text-align: left;
    margin-left: 150px;
}

FORM#join-now DIV.tnc {
    position: relative;
}
FORM#join-now DIV.tnc INPUT {
    position: absolute;
    left: 0;
    top: 5px;
}
FORM#join-now DIV.tnc LABEL {
    padding-left: 20px;
    text-align: left;
    width: auto;
}

FORM#join-now LI.register {
    float: none;
}

FORM#join-now UL.errorlist {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

/* @end Join now pages */

/* @group Contact us pages
--------------------------------------*/
FORM#contact-us LABEL {
   font-weight: bold;
   float: left;
}

FORM#contact-us INPUT {
    float: right;
}

FORM#contact-us INPUT.radio {
    float: left;
}

FORM#contact-us SELECT {
    float: right;
}

FORM#contact-us DIV.field {
    clear: both;
}

FORM#contact-us P {
    clear: both;
}

FORM#contact-us P.radio{
    float: left;
}

FORM#contact-us div.checkbox {
    position: relative;
    padding: 10px 0;
}

FORM#contact-us div.checkbox INPUT {
    position: absolute;
    top: 16px;
    left: 0;
}

FORM#contact-us div.checkbox LABEL {
    padding-left: 20px;
}

FORM#contact-us DIV.field.radio ul {
    padding-top: 15px;
    clear: both;
}

FORM#contact-us TEXTAREA {
    clear: both;
}

FORM#contact-us DIV.submit {
    padding: 10px 0;
    clear: both;
    margin-left: 150px;
}

/* @end Contact us pages */

/* @group Log in pages
--------------------------------------*/

FORM#log-in DIV.field {
    position: relative;
    width: 100%;
}
FORM#log-in LABEL {
   font-weight: bold;
   float: left;
}

FORM#log-in DIV.submit INPUT {
    width: 100px;
}

FORM#log-in P {
    clear: both;
    float: none;
}

FORM#log-in DIV.submit {
    float: left;
}

FORM#log-in UL.actions, FORM#log-in DIV.remember {
    position: static;
    clear: both;
    text-align: left;
    margin-left: 150px;
}

FORM#log-in LI.login-btn {
    float: none;
}
FORM#log-in DIV.remember INPUT#id_remember_me {
    float: left;
}
FORM#log-in DIV.remember LABEL {
    margin-left: 0.5em;
    float: left;
}
FORM#log-in UL.errorlist {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

/* @end Log in pages */

/* @group Rates */

.rates #primary {
    width: 100%;
    padding-left: 0;
}
p#rate-instructions {
    text-align: center;
    font-weight: normal;
    color: #1e2a97;
    font-style: italic;
	font-weight: normal;
	width: 360px;
	position: absolute;
	top: 140px;
	left: 380px;
}
#rates h2 {
    width: 250px;
}
#secondary #rates {
    text-align: center;
}
#rate-calculator h2 {
    font-weight: normal;
    color: #1e2a97;
    width: 100%;
}
#currency-selector {
    margin-left: 0;
    padding-right: 15px;
}
#currency-selector LABEL {
    display: block;
    font-weight: bold;
}
#currency-selector SELECT#your-currency,
#rate-changer-calltable SELECT#your-currency,
#rate-currencies-smstable SELECT#your-currency {
    margin: 5px 0px 10px;
    width: 200px;
}
#currency-selector SELECT#your-currency {
    float: none;
}
#rate-changer-calltable SELECT#your-country,
#rate-currencies-smstable SELECT#your-country {
	clear: left;
    margin: 5px 0px 10px;
}
#currency-selector P,
#rate-changer-calltable P,
#rate-currencies-smstable P {
    margin: 0;
    font-size: 85%;
    width: 500px;
    float: left;
    margin: 2px 0 0 5px;
}
#rate-changer-calltable P,
#rate-currencies-smstable P {
    width: 370px;
}

#rate-calculator {
    padding: 0 0 0 0;
    margin: 20px 0px 0;
    clear: both;
	height: 350px;
}
#rate-calculator .inner {
    position: relative;
    min-height: 350px; /* height in -ie56.css */
    padding: 10px 15px 0 15px;
    background: url("../images/bg-rates.jpg") 0 0 no-repeat;
}
#rate-calculator h2 {
    font-weight: normal;
    color: #1e2a97;
    width: 100%;
}
#rate-calculator #countries {
    float: left;
    width: 365px;
}
#rate-calculator #rates {
    float: right;
    width: 360px;
    font-weight: normal;
}
#rate-calculator #countries LABEL {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
#rate-calculator #countries SELECT {
    margin: 5px 0px 10px;
    width: 285px;
}

.rates-page #rates-links {
	text-align: center;
}

.rates-page #rates-links A {
    background: url("../images/button-red-fixed-huge.png") no-repeat;
    display: inline-block;
    width: 350px;
    height: 32px;
    margin: 0px 7px;
    padding: 6px 4px 0px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#rate-calculator #rates H2 {
    margin-top: 0;
    font-weight: bold;
    color: #000;
}

#rates TABLE {
    width: 350px;
    margin-bottom: 10px;
}

#rates TABLE TR {
    height: 38px;
}
#rates TABLE TH {
    width: 200px;
}
#rates TABLE TD {
    width: 116px;
    text-align: right;
    padding-right: 8px; /* 0 in -ie.css */
    background: url("../images/bg-rate.gif") right no-repeat;
}

TABLE#rate-links {
    clear: both;
    width: 100%;
    border: 0;
}
TABLE#rate-links TABLE TR {
    height: auto;
}

.rates-table H2,
.rates-table LABEL {
    display: block;
    color: #000;
    font-size: 116%;
    font-weight: bold;
}

.rates-wrap {
	width: 762px;
	padding-top: 5px;
	margin: 10px 0;
    background: url('../images/table-bg-grey-top.gif') 0 0 no-repeat;
    clear: both;
}
.rates-wrap TABLE.rates {
	width: 762px;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #999;
	background: #fff;
}
.rates-wrap TABLE.rates TH {
    background: #e6e6e6;
}
.rates-wrap TABLE.rates TH,
.rates-wrap TABLE.rates TD {
    padding: 5px 10px;
}
.rates-wrap TABLE.rates TD {
    border-right: 1px solid #999;
}
.rates-wrap TABLE.rates TR.even {
    background: #ebf6fc;
}
TABLE.rates TR.title TH {
    text-align: center;
}

/* @end Rates */


/* @group Press and media
--------------------------------------*/
.media H1 {
    margin-bottom: 15px;
}
.media #primary {
    width: 580px;
}

#primary {
    position: relative;
}

#primary UL.tiles LI A,
#primary UL.tiles LI A:link {
    text-decoration: none !important;
}
#primary UL.tiles LI {
    position: relative;
    background: url("../images/bg-box.gif") 0 100% no-repeat;
    display: block;
    float: left;
    width: 279px;
    min-height: 124px; /* height in -ie56.css */
    margin: 0px 10px 10px 0px;
    padding-bottom: 30px;
    border: 0;
}
#primary UL.tiles LI .inner {
    background: url("../images/bg-box.gif") 0 0 no-repeat;
    padding: 10px 10px 0 10px;
}
#primary UL.tiles LI.odd {
    clear: left;
}

#primary UL.tiles LI IMG {
    position: absolute;
    top: 10px;
    right: 20px;
}

#primary UL.tiles LI H2 {
    font-size: 116%;
    width: 160px;
    min-height: 60px; /* height in -ie56.css */
}

#primary UL.tiles LI A.more {
    position: absolute;
    width: 200px;
    color: #328fd4;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#primary UL.tiles LI A.more {
    bottom: 15px;
    background: url("../images/button-blue-arrow.gif") left bottom no-repeat;
    padding: 0px 0px 0px 15px;
    font-size: 93%;
}

#primary UL.tiles LI P {
    font-size: 93%;
    font-weight: bold;
}

.icon-list LI {
	position: relative;
    background: none;
    padding-left: 140px;
    min-height: 100px; /* height in -ie56.css */
    border-top: 1px solid #ccc;
    margin: 20px 0;
}
.icon-list IMG {
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    border: 5px solid #e6e6e6;
}
.icon-list H2 A,
.icon-list H2 A:link {
    text-decoration: none;
}
.icon-list P.source {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 93%;
    font-weight: bold;
}
A.link {
    display: block;
    margin: 4px 0px;
}

A.pdf {
    background: url("../images/icon-pdf.png") no-repeat;
    padding: 0px 0px 5px 25px;
}

/* @end Press and media */

/* @group VSMP
--------------------------------------*/
.vsmp H1 {
    margin-bottom: 15px;
}
.vsmp #primary {
    width: 580px;
}
TABLE.vsmp-find {
    width: 580px;
    border-bottom: 1px solid #CCC;
    margin: 1.5em 0;
}
TABLE.vsmp-find TD {
    padding: 15px 0;
    border-top: 1px solid #CCC;
    vertical-align: top;
}
TABLE.vsmp-find TD.logo {
    width: 195px;
}
TABLE.vsmp-find TD.logo IMG {
    display: block;
}
TABLE.vsmp-find TD.logo A {
    display: block;
    color: #8C000A;
}
TABLE.vsmp-find TD.vsmp {
    text-align: left;
}
TABLE.vsmp-find TD.country {
    color: #666;
    padding-right: 20px;
    font-weight: bold;
    text-align: right;
}

DIV.vsmp-apply H2 {
    color: #328FD4;
}

FORM#vsmp-apply {
    float: left;
    padding-bottom: 10px;
}

FORM#vsmp-apply LABEL {
   font-weight: bold;
   float: left;
   line-height: 25px;
}

FORM#vsmp-apply {
    width: 375px;
}

FORM#vsmp-apply INPUT {
    float: right;
    width: 180px;
}

FORM#vsmp-apply SELECT {
    float: right;
    width: 190px;
}

FORM#vsmp-apply DIV.field {
    clear: both;
    position: relative;
    padding-bottom: 15px;
    height: 25px;
}

FORM#vsmp-apply DIV.field TEXTAREA {
    float: left;
    width: 375px;
}

FORM#vsmp-apply P {
    clear: both;
}

FORM#vsmp-apply DIV.submit {
    clear: both;
    padding-top: 10px;
}

FORM#vsmp-apply DIV.submit INPUT.button {
    display: block;
    float: none;
    width: 80px;
    margin: 0 auto;
	background: url(../images/button-red-fixed.png);
	border: 0;
	padding: 7px;
}

/* @end VSMP*/

/* @group Help
--------------------------------------*/
.help OL {
    margin: 15px 0px 0px;
    padding-left: 25px;
}
.help OL LI {
    list-style: decimal;
    font-weight: bold;
}
.help OL LI A {
    color: #328fd4;
    font-weight: normal;
}
.help OL LI P {
    font-weight: normal;
}
.help OL LI UL LI {
    list-style: none;
}
.help #primary {
    width: 580px;
}
.help H1 {
    margin: 0px 0px 20px;
}
.help H3,
.vsmp H3 {
    margin: 45px 0px 5px;
    color: #328fd4;
    font-size: 138.5%;
}
.help P {
    margin: 0.5em 40px 0px 0px;
}
.help p.topLink {
	font-size:93%;
	margin-bottom:30px;
	text-align:right;
}
.help P.inset {
    margin-top: 25px;
    clear: both;
}
.help P.inset SPAN {
    float: left;
    margin: 0 20px 20px 0;
    width: 160px;
}
.help IMG.pic {
    border: 2px solid #d2d2d2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 100.1%;
}

/* @end Help */

/* @group emergency */

.emergency h4 {
	margin: 15px 0;
	font-size: 120%;
	color: #8C000A;
}

/* @end emergency */

/* @group sms */

.sms .table {
    min-height: 0; /* height in -ie56.css */
}
.sms .add-more {
    padding: 10px;
}
.sms .add-more SPAN {
    margin: 0 10px;
}
.sms LABEL STRONG {
    font-size: 123.1%;
}
.sms TEXTAREA {
	width: 516px;
	height: 100px;
    margin: 10px 0;
}
.sms UL.actions,
.sms-sent UL.actions,
.call-end UL.actions {
    position: static;
    margin-top: 10px;
}
.sms UL.actions LI {
    float: left;
}
.sms-add-recipient LABEL {
    float: left;
    width: 140px;
}
.sms-add-recipient FORM DIV {
    float: left;
}
.sms-add-recipient UL.recipients {
    clear: both;
}
.sms-add-recipient UL.recipients LI {
    padding: 4px;
}
.sms-add-recipient .table UL.actions {
    top: 5px;
}
.sms-add-recipient .textfield {
    margin-right: 10px;
}

.sms-sent .parts {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.sms-sent #primary {
    width: auto;
}
DIV.table UL.table LI {
    padding: 4px;
}

.sms-sent UL.actions LI,
.call-end UL.actions LI {
    display: inline;
    margin: 4px 8px;
}

.call-end .table FORM {
	background: none;
}
.call-end .table FORM DIV {
    margin: 5px 0 10px 0;
}

/* @end sms */

/* @group call */

.call-in-progress #primary {
    width: auto;
}
.call-in-progress FORM {
    background: none;
}
.call-in-progress UL.top {
    padding: 8px;
}

.call-in-progress DIV.table LI {
    margin: 4px 0px 4px 4px;
}

/* @end call */

/* @group top */
UL#nav-account FORM {
    float: left;
}
UL#nav-account SELECT {
    padding: 2px;
    margin-top: -7px;
    float: left;
}
UL#nav-account DIV.flags {
    float: left;
}
UL#nav-account DIV.flags A {
    padding-right: 3px;
}
UL#nav-account LI.last {
    border: 0;
    padding-right: 3px;
}

/* @end top */

/* @group Buttons
--------------------------------------*/

BUTTON {
    border: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}
button::-moz-focus-inner {
    border: 0;  /* overrides extra padding in Firefox */
    padding: 0;
}

.button,
.button-red {
    background-image: url('../images/button-red-fixed.png');
    background-repeat: no-repeat;
    width: 88px;
    height: 32px;
    margin: 2px 7px 2px 0px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
INPUT.button,
INPUT.button-red {
    width: auto;
}

INPUT.button.disabled {
    border: 1px solid #999;
    background-image: none;
    background-color: #ddd;
    color: GrayText;
    cursor: default;
}

A.button,
A.button-red {
    display:block;
    padding-top: 8px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

A.button-grey {
    text-decoration: none;
}

.button-grey,
.button-grey B {
    background-image: url('../images/button-grey.png');
    background-repeat: no-repeat;
}
.button-grey {
    float: left;
    height: 50px;
    padding-right: 22px;
    margin-right: 10px;
    background-position: 100% 0;
    cursor: pointer;
}
.button-grey B {
    display: block;
    /* width 0 in -ie56.css */
    height: 37px;
    padding: 13px 0 0 31px;
    background-position: 0 0;
}
.button-grey,
.button-grey:hover {
    text-decoration: none;
}
/*A.button-grey {
    color: #0091d6;
}*/

div.home-promo .button-red {
	background-image: none;
	color: #1E2A97;
	text-decoration: underline;
}

div.home-promo .button-red:hover {
	color: #328FD4;
}

div.home-promo .button-red b {
	font-weight: normal;
}

.home #form_login div.submit a.button-red {
	float: left;
}

/* @end Buttons */

/* @group Boxes
--------------------------------------*/

#sys_message {
    background: #cce9f7 url(../images/sys-message.png) 10px 8px no-repeat;
    margin: 2px 10px 10px 0px;
    padding: 8px 15px 30px 45px;
    color: #1e2a97;
}
#sys_message .textfield {
    margin-right: 10px;
}

/* @end Boxes */

/* @group Ticker
--------------------------------------*/

#rates-ticker {
    position: relative;
    width: 761px;
    height: 32px;
    overflow: hidden;
    background: url('../images/bg-ticker.png') no-repeat;
    margin-top: 20px;
    margin-bottom: 15px;
}

#rates-ticker H2 {
	position: absolute;
	top: 0;
	left: 8px;
    font-size: 107.8%;
    margin: 0;
}
#rates-ticker H2 A {
    display: block;
    padding: 9px;
    text-decoration: none;
}

#rates-ticker ul {
	position: absolute;
	top: 0;
	left: 140px;
	width: 590px;
}

#rates-ticker LI {
    /*overflow: hidden;*/
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    font-size: 107.8%;
    line-height: 15px;
}

#rates-ticker span.separator {
	display: none;
}

#rates-ticker LI SPAN.inner {
    float: left;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    width: 580px;
}

#rates-ticker LI SPAN.rate {
    float: left;
    border-left: 1px solid #797979;
    padding-left: 8px;
}
#rates-ticker LI SPAN.rate-country {
    border: none;
}
#rates-ticker LI SPAN.rate-value {
    padding-left: 5px;
    border: none;
    font-weight: bold;
}
#ticker-next,
#ticker-prev {
    position: absolute;
    top: 10px;
    display: block;
    width: 8px;
    height: 11px;
    text-indent: 8px;
    overflow: hidden;
    background: url('../images/icon-nextprev.gif');
    outline: none;
}
#ticker-next {
    right: 14px;
    background-position: -8px 0;
}
#ticker-prev {
    right: 27px;
}
#ticker-next:hover {
    background-position: -8px -11px;
}
#ticker-prev:hover {
    background-position: 0 -11px;
}

/* @end Forms */

/* @group Lists
--------------------------------------*/

/* @end Lists */

/* @group Tables
--------------------------------------*/

/* @end Tables */

/* @group Forms
--------------------------------------*/
INPUT {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 2px 4px;
}
.textfield,
DIV.text INPUT,
DIV.text TEXTAREA {
    padding: 3px;
    border: 2px solid #d2d2d2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 100.1%;
}
DIV.text INPUT:focus {
    border-color: #1e2a97;
}

INPUT.button {
    float: none;
    height: auto;
    padding: 2px 10px;
    border: 1px solid #8c000a;
    background: #d41d00 url('../images/bg-red-gradient.gif') 0 100% repeat-x;
    font-size: 13px;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;*/
}

.field {
    position: static;
    margin: 5px 0;
}
.checkorradio {
    position: relative;
    padding-left: 20px;
}
.checkorradio INPUT {
    position: absolute;
    left: 0;
}
.field-help,
.footnote {
    font-size: 84.7%;
    color: #808080;
}
.submit .field-help {
    margin-top: .5em;
}
.field-help A {
    color: #808080;
}

/* @end Forms */

/* @group Footer
--------------------------------------*/

#footer {
    clear: both;
    padding: 1px 14px 25px 14px;
    background: url('../images/bg-footer.png') left bottom no-repeat;
}
#nav-footer {
    position: relative;
    height: 32px;
    background: url('../images/bg-footernav.png') no-repeat;;
    clear: both;
}
#nav-footer UL {
    float: right;
	padding-top: 9px;
    line-height: 1.2em;
}
#nav-footer LI {
    float: left;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #797979;
    font-size: 92.4%;
    color: #797979;
}
#nav-footer LI A {
    color: #8C000A;
    text-decoration: none;
    font-size: 112%;
}
#nav-footer LI A:hover {
    color: #328fd4;
    text-decoration: none;
}
#nav-footer LI.first {
    position: absolute;
    left: 18px;
    border: 0;
}
#nav-footer LI.last {
    border: 0;
}
#strapline {
    margin: 10px;
    text-align: center;
    line-height: 1em;
    color: #8c000a;
}

/* @end Footer */

/* @group Skiplinks and invisible elements
--------------------------------------*/

.hide {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    }
#skiplinks UL {
    padding: 0;
    margin: 0;
    list-style: none;
    }
#skiplinks LI {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    }
#skiplinks A {
    color: #fff !important;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 100%;
    z-index: 20000;
    }
#skiplinks A:active,
#skiplinks A:focus { /* Only show skiplinks on focus */
    position: absolute;
    left: 0;
    overflow: visible;
    width: auto;
    height: auto;
    font-size: 1em;
    border: 0;
    margin: 0;
    padding: 6px;
    background: #f00 !important;
    }
DIV.clearer {
    height: 1px;
    line-height: 1px;
    clear: both;
    overflow: hidden;
    }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;} /*additional bit in lilly-ie56.css*/
/* End hide from IE Mac */

/* @end Skiplinks and invisible elements */

/* @group Language selection
--------------------------------------*/

FORM#join-now SELECT {
    position: relative;
}

#nav-account .language {
    position: relative; /* .language shifted in -ie.css */
    float: left;
}
#nav-account #select-language IMG {
    vertical-align: middle;
    margin-right: 5px;
}
#nav-account #select-language {
    padding-right: 14px;
    background-image: url('../images/icon-plusminus.gif');
    background-repeat: no-repeat;
}
#nav-account .closed {
    background-position: 100% 4px;
}
#nav-account .closed:hover {
    background-position: 100% -14px;
}
#nav-account .open {
    background-position: 100% -32px;
}
#nav-account .open:hover {
    background-position: 100% -50px;
}
#language-menu {
    position: absolute;
    right: -3px; /* -10px in -ie56.css */
    top: 18px;
    z-index: 10;
    width: 200px;
    padding: 6px 0;
    background: #fff;
    border: 2px solid #d2d2d2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    visibility: hidden;
}
#language-menu LI {
    float: none;
    border: 0;
}
#language-menu LI A {
    display: block;
    padding: 3px 5px 3px 5px; /* bottom 2px in -ie.css */
    width: 180px;
}
#language-menu LI A:hover {
    background: #eefafe;
}
#language-menu LI IMG {
    padding: 1px 3px 0 0;
    vertical-align: middle;
}

/* @end Language selection */

/* @group account module on home page */
.home #account-module .table,
.home #account-module FORM {
	background: none;
	width: 205px;
}
.home #account-module .table DIV {
	float: none;
}
.home #account-module DIV.submit {
	width: 220px;
}
.home DIV.field-help {
	clear: both;
}
.home #make-call-text DIV.target {
	background: none;
	padding: 0;
}
.home #account-module UL.actions {
	position: static;
	float: none;
	clear: both;
}
.home #account-module UL.actions LI {
	margin: 10px 10px 0px 0px;
	display: block;
	float: left;
}
/* @end account module on home page */

DIV#cancelVerification
{
	clear: both;
}

div.disabled-container {
	background: #A81600 url(../images/sys-warning.png) no-repeat 15px 15px;
	padding: 5px 5px 5px 50px;
	margin: 5px 0 0 13px;
}

div.disabled-container h3 {
	padding-top: 10px;
	margin-top: 0;
	color:#FFF;
	font-size: 1.1em;
}

div.disabled-container p {
	margin:0.5em 0;
}

div.disabled-container p, div.disabled-container a {
	color: #FFF;
}
