﻿/* new styles */
body {
    background: #eee;
    color: #333;
    font-size: 12px;
    padding: 0 0 40px;
    background-repeat: repeat-x;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
div.row {
    clear: left;
    margin: 6px;
}

label {
    font-weight: bold;
    color: #000066;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #721213;
    font-size: 14px;
}

textarea {
    display: block;
    margin: 0 0 1em 0;
    width: 260px;
    border: 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 4px;
    border: dashed 1px #cecece;
    -moz-box-shadow: 3px 3px 4px #cecece;
    -webkit-box-shadow: 3px 3px 4px #cecece;
    box-shadow: 3px 3px 4px #cecece; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cecece')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cecece');
}

div.buttons {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 1em;
    padding: 6px;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #721213;
    ;
    color: white;
    -moz-boz-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
}
