body
 {
     font-family: Arial, Helvetica;
     font-size: 12px;
 }
h1
{
    padding-top: 4px; padding-bottom:4px;
    font-size: 13px;
    font-weight: bold;
}
input[type="text"]
{
    width:30px;
}
td
{
    padding: 6px;
    border: 1px solid black;
}
div.label
{
    clear:both;
    float:left;
    width:100px;
    height:24px;
    margin-top: 5px;
}
div.input
{
    float:left;
    height:24px;
    margin-top: 5px;
}
.theeth_wrapper{
    margin: 0 auto;
    width:550px;
}
.back{
    padding: 5px 10px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgb(28, 184, 65);
}
#theeth_image{
    width: 550px;
    border: none;
}