﻿#wrapper_mobile
{
    width: 100%;
    text-align: left;
}

#mobile_content_container
{
    width: 80%;
}

#mobile_content_container_wide
{
    width: 95%
}

#top_header_mobile
{
    height: 30px;
    width: 100%;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

#page_login_container_mobile
{
    width: 80%;
}

#page_login_form_mobile
{
    min-height: 180px;
    width: 100%;
}

input, select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.text-field-mobile input
{
    height: 34px;
    /*
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    */
}

.text-field-mobile
{
    margin-bottom: 6px;
}

select
{
    /*
    text-indent: 0.3em;
    */
}

#select-language
{
    height: 34px;
}