#cart{
    width:500px;
}

#cartForm{
    padding: 9px;
    background: #bfbfc1;
    margin-bottom: 10px;
}

#cartForm input, textarea{
    width: 120px;
    border: 0px;
    background-color: #fff;
    font-size: 11px;
    margin-bottom: 7px;
}

#cartForm div.submitCart{
    margin-top: 10px;
    text-align: right;
}

#cartForm input.submitCart{
    width: auto;
    height: auto;
    border: 0px;
    background-color: #fff;
}

#cartForm textarea{
    overflow: hidden;
    height: 65px;
    font-family: arial, verdana, sans-serif;
}

#cartForm div.contentError{
    color: #FFF;
    font-weight: bold;
}

#cartResponse{
    padding: 9px;
    background: #bfbfc1;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
}

#cartPrint{
    font-weight: bold;
    padding: 9px;
    background: #bfbfc1;
    margin-bottom: 7px;
}

#cartPrint a{
    margin-left: 52px;
}

#cartPrint img{
    margin-top: 5px;
}


#cartNotify{
    background-color: 	#fff;
    padding:			10px;
    position: 			absolute;
    top: 				100px;
    left: 				150px;
    border: 			1px solid #000;
}
