body {
    font-family: Arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/********************************************
Wish List Input Form Styles
********************************************/

#formWrapper {
    text-align: left;
    margin: 0 auto;
    background: #FFF;
}

#formWrapper table {
    /*border-top: 1px solid black;*/
    border-left: 1px solid;
}

#formWrapper td {
    padding: 4px;
    font-size: 12px;
}

.lableTD {
    border-top: 1px solid;
    font-weight: bold;
    text-align: right;
}

.borderTD {
    border-top: 1px solid;
    border-right: 1px solid;
}

.lableTDheader {
    font-weight: bold;
    border-top: 1px solid;
    border-right: 1px solid;
}

#submitBtn {
    text-align: center;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.borderTDtop {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: top;
}

#formWrapper h2 {
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    margin: 15px 10px;
}

#formWrapper p {
    font-size: 12px;
    margin: 10px;
}

.spacerTD {
    border-right: 1px solid;
}

/***********************************************
*** COLORS *************************************
************************************************/
/* Main table cells  ***************************/
    #formWrapper table, .lableTD, .borderTD, .spacerTD, .borderTDtop, #submitBtn {
    border-color: #339;
    background: #FFF;
    color: #339;
    }

    /* Area separator headers *********************/
    .lableTDheader {
    border-color: #339;
    background: #339;
    color: #FFF;
    }

    /* Wish List title ****************************/
    #formWrapper h2 {
    color: #339;
    }

    /* Intro paragraph ****************************/
    #formWrapper p {
    color: #000;
    }

    #formWrapper {

    border: 1px solid #339;
    border-top: 4px solid #339;
    }




/*******************************************
Wish List Output Styles
********************************************/

#wishOutput body {
    margin: 10px;
    padding: 0;
}

#wishout {
	margin: 20px;
}

#wishOutput table {
    border-left: 1px solid #339;
    border-bottom: 1px solid #339;
}

#wishOutput td {
    font-size: 10px;
    border-right: 1px solid #339;
    border-top: 1px solid #339;
}

#wishOutput ul {
    margin: 0 0 15px 5px;
    padding: 0;
    border: 0;
}

#wishOutput ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

#wishOutput .header {
    font-weight: bold;
    background: #339;
    padding: 0;
    margin: 0;
    color: #FFF;
}

#wishOutput .values {
    padding: 8px 3px;
}

#wishOutput .lable {
    font-weight: normal;
    font-style: none;
    color: #666;
}

#wishOutput .valueDisplay {
    font-weight: normal;
    color: #339;
}

#wishOutput .notes {
    vertical-align: top;
    padding: 3px;
}