body{
    margin : 0;
}

#m1-root{
    position : absolute;
    height : 460px;
    overflow : hidden;
    width : 320px;
    left : 0px;
    top : 0px;
}

.m1-push-button{
    height : 30px;
    width : 100px;
    -webkit-border-image : url(res/images/pushButton.png) 5 5 5 5 stretch stretch;
}
.m1-push-button[active='true']{
    -webkit-border-image : url(res/images/pushButton_touch.png) 5 5 5 5 stretch stretch;
}
.m1-push-button-submit{
    /*background-color:Transparent;*/
    -webkit-border-image : url(res/images/pushButton.png) 5 5 5 5 stretch stretch;
    border:none;
    padding: 5px 10px 5px 10px;
}
.m1-push-button-submit[active='true']{
    -webkit-border-image : url(res/images/pushButton_touch.png) 5 5 5 5 stretch stretch;
}


.m1-font-Helvetica-3{
    color : RGB(255,255,255);
    font-size : 12px;
    font-family : Helvetica;
    font-weight : bold;
}

.m1-button{
    /*position : absolute;*/
    cursor : pointer;
    text-align : center;
    background-color : transparent;
    font-weight : bold;
    padding : 0px;
    line-height : 0px;
    color : white;
    overflow : hidden;
    font-size : 12px;
    font-family : Helvetica;
    text-decoration : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    text-shadow : rgb(64, 64, 64) 0px -1px 1px;
}

.m1-shadow-1{
    text-shadow : RGB(64,64,64) 0px -1px 1px;
}

.m1-textfield{
    padding-top : 2px;
    padding-bottom : 2px;
}

.m1-textfield-custom{
    -webkit-border-radius : 8px;
    -webkit-box-shadow : 1px 2px 2px rgba(0,0,0,0.4);
    background : #ffffff;
    border : 1px solid #7e7e7e;
}

.m1-font-Helvetica-4{
    color : RGB(0,0,0);
    font-size : 16px;
    font-family : Helvetica;
    font-weight : lighter;
}