html,body
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    overflow: hidden;
    background:#FFF;
    background-size: 100% 100%;
    font-family: Arial,sans-serif;
}

canvas
{
    display:block;
    position:absolute;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

input.txt_fps
{
    background: #CCCCCC;
    color: #000;
    display: block;
    width: 80px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius:0;
}

input.input_message
{
    font-family: "Adobe Heiti Std";
    background: none;
    outline: none;
    appearance:none;
    text-align: center;
    vertical-align: bottom;
    font-size: 24px;
    line-height: 24px;
    color: #b39b62;
    border: 0
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#c3ab97;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color:#c3ab97;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color:#c3ab97;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#c3ab97;
}



textarea.text
{
    background: none;
    outline: none;
    text-indent:0;
    line-height: 40px;
    text-align: left;
    font-size: 20px;
    color: #000000;
    border: 0
}