.durationContent {
    height: 480px;
    overflow: hidden;
}

/* Layout for Payment-per-minute */

.duration-lang-selection li { line-height: 24px; margin-bottom: 5px; }
.duration-lang-flag {
    display: block;
    line-height: 24px;
    padding-left: 28px;
    background-repeat: no-repeat;
}

.durationContent.languageSelection {
    text-align: center;
}

.durationContent.languageSelection .availableLanguages {
    width: 160px;
    text-align: left;
    margin: 20px auto;
    padding-top: 100px;
}

.durationContent.popupInformation {
    text-align: center;
    padding: 0 30px;
}

.durationContent.popupInformation .waitPopup,
.durationContent.popupInformation .countrySelection {
    margin: 20px auto;
    padding-top: 100px; 
}

.durationContent.popupInformation .confirmMessage {
    width:300px;
    margin:70px auto;
}

.durationContent.delayedForm {
    text-align: center;
    padding: 0 30px;
}

.durationContent.delayedForm form {
    width: 400px;
    margin: 30px auto 0 auto;
}

.durationContent.delayedForm .errorMessage {
    text-align: left;
}

.durationContent.phoneDisplay {
    text-align: center;
    padding: 0 50px;
}

/* Phone number image */

.durationContent .priceLevelPhoneNumber {
    display: block;
    margin:20px auto;
}

.durationContent .accessCode {
    font-size: 1.5em;
    display: block;
    margin:20px auto;
}

/******************************************************************
** Duration Access Method                                       **
******************************************************************/

h2.AccessMethodTitle
{
    padding: 0px;
    margin: 0.5em 0;
    text-align:left;
    color: #f5820d;
    font-size: 1.1em;
    font-weight: bold;
    background-color: transparent;      
}

table.SelectAccessMethod
{
    width: 490px;
    color: #3f3f3f;
    margin: 0.5em auto;
    background-color: #ffffff;
    border-collapse: collapse;
}

table.SelectAccessMethod thead
{
    background-repeat: no-repeat;
    background-image: url(../images/common/back/formlayout_top.png);    
}

table.SelectAccessMethod tbody
{
    background-repeat: repeat-y;
    background-image: url(../images/common/back/formlayout_middle.png);
}

table.SelectAccessMethod tfoot
{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../images/common/back/formlayout_bottom.png);
}
table.SelectAccessMethod tbody td
{
    text-align:left;
    padding-left:1.5em;
}

table.SelectAccessMethod tbody tr
{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../images/common/back/formlayout_separator.png);
}

table.SelectAccessMethod tbody tr.last
{
    background-image: none;

}

.MethodDescript
{
    text-align:left;
    padding:0.5em 0.5em 0 0;

}
.errorMsg
{
    color: #f00;
    font-size: 0.8em;
    font-weight: bold;
    background-color: transparent;      
}  