html, body {
    background-image: url('../images/cowparsleypaper.jpg');
    background-position: top center;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: Cantarell;
    font-size: 12px;
    color: #666666;
    line-height: 0px;
}

.box {
    width:730px;
    float:left;
    border:1px solid #CCCCCC;
    padding:10px;
    clear:both;
    margin:10px 0px;
}

input.text {
    border: 1px solid #4d4d4d;
    background: #ffffff;
    height: 17px;
    font-family: Cantarell;
    font-size: 12px;
    color: #4d4d4d;
    padding-left: 4px;
}

textarea.address {
    border: 1px solid #4d4d4d;
    background: #ffffff;
    height: 70px;
    font-family: Cantarell;
    font-size: 12px;
    color: #4d4d4d;
    padding: 4px 4px 4px 4px;
}

img {
    border:1px solid #CCCCCC;
}

img.noBorder {
    border:0px;
}

.side_text {
    font-family: 'Yanone Kaffeesatz';
    font-size:18px;
    color:#CCCCCC;
    line-height:18px;
    margin:0px;
}

.no_side_padding tr td {
    padding-left:0px;
}

.caption {
    color: #E4E4E4;
    font-weight:bold;
}

.asterisk {
    color:#990000;
    font-weight:bold;
}

p {
    padding:0px;
    margin:0px;
}

#body_text ul {
    margin-top:0px;
    padding-top:0px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#body_text ul li {
    margin-top:0px;
    padding-top:0px;
    margin-bottom:0px;
    padding-bottom:0px;
    line-height:normal;
}

a:link {color: #E4E4E4; text-decoration:none; font-family:Cantarell; font-weight:500;}     /* unvisited link */
a:visited {color: #E4E4E4; text-decoration:none; font-family:Cantarell; font-weight:500;}  /* visited link */
a:hover {color: #3C3C3C; text-decoration:none; font-family:Cantarell; font-weight:500;}   /* mouse over link */
a:active {color: #E4E4E4; text-decoration:none; font-family:Cantarell; font-weight:500;}   /* selected link */

a:link.grey {color: #E4E4E4; text-decoration:none; font-family:Cantarell; font-weight:500;}     /* unvisited link */
a:visited.grey {color: #E4E4E4; text-decoration:none; font-family:Cantarell; font-weight:500;}  /* visited link */
a:hover.grey {color: #3C3C3C; text-decoration:none; font-family:Cantarell; font-weight:500;}   /* mouse over link */
a:active.grey {color: #E4E4E4; text-decoration:none; font-family:Cantarell; font-weight:500;}   /* selected link */
