#customTShirtBox {
    margin-left : 10px;
    margin-top  : 3px;
    float       : left;
}
#customTShirtBox h4 {
    width       : 208px;
    text-align  : center;
    font-size   : 12px;
    line-height : 20px;
    padding     : 0px;
    margin      : 0px;
    float  : left;
}
#customTShirtBox #shirtArea {
    width  : 208px;
    height : 208px;
    background : url(blankshirt.png) no-repeat top left;
    float  : left;
}
#customTShirtBox #shirtArea #shirtText {
    font-size   : 18px;
    font-weight : bold;
    color       : #fff;
    text-align  : center;
    position    : relative;
    width       : 75px;
    top         : 80px;
    left        : 65px;
    overflow    : hidden;
}
#customTShirtBox #buttonArea {
    margin     : 0px;
    padding    : 0px;
    width      : 208px;
    height     : 31px;
    background : url(inputbox.png) no-repeat top left;
    float      : left;
}
#customTShirtBox #buttonArea input[type="text"] {
    border         : 0px;
    margin         : 0px;
    padding-left   : 5px;
    padding-bottom : 0px;
    line-height : 30px;
    height      : 30px;
    width       : 155px;
    color       : #666666;
    background  : none;
    font-weight : bold;
    font-size   : 12px;
    float       : left;
    display     : block;
}
#customTShirtBox #buttonArea a {
    border     : 0px;
    margin     : 0px;
    padding    : 0px; 
    width      : 48px;
    height     : 31px;
    float       : left;
    display     : block;
    background  : none;
    cursor      : pointer;
}
