html { 
    /*background: url("../images/background.png") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
.container {
    width: 320px;
    margin: auto;
}

input, fieldset {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    border-width: 1px;
    border-style: inset outset outset inset;         
}

button {
    width: 304px;
    padding: 10px;
    margin-bottom: 10px;
}     

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 274px;
    margin-bottom: 15px;
}

.textInput {
    width: 304px;
    padding: 10px;
    margin-bottom: 10px;  
    border-radius: 3px;
    border-width: 1px;
    border-style: inset outset outset inset;       
}