body
{
    font-family: "Garamond";
    font-size: 1.2em;
}

div 
{
    padding-left: 5px;
}

h2
{
    text-align: center;
}

.address p
{
    margin: 3px;
}
/*hidden for now*/
.dateboxes
{
    display: none;
}

.letter-body
{
    margin: 0px 150px 0 3;

}
.add-comments
{
    padding-top: 10px;
    margin-bottom: 50px;
}

.signee
{    
    margin: 10 0;
    display: block;
}

#more-com
{
    width: 100%;
    height: 200px;  
    resize: vertical;
    min-height: 50px;
    font-size: 1.2em;
}

.tab
{
    position: absolute;
    left: 50px;
}

input[type="tel"]
{
    width: 150;
}

input
{
    width: 300;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 2;
    padding-top: 15;
    height: 30;
}

select
{
    font-family: "Garamond";
    font-size: 1em;
    padding: 2;
}

button
{
    font-family: "Garamond";
    font-size: 1em;
    background: lightgray;
    border: 1px solid lightgray;
    padding: 3 10;
}

#phonenum
{
    margin-top: 5px;
}

#date
{
    width: auto;
}