.content{
    width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    padding: 5px 20px 20px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px #CCCCCC;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
    background: #fff;
}
hgroup.large{
    font-size: 1.3em;
    text-transform: uppercase;
    height: 45px;
    line-height: 40px;
}
hgroup.medium{
    font-size: 1.25em;
    text-transform: uppercase;
    margin-top:15px;
    margin-bottom: 10px;
}
div.homeImage {
    width: 980px;
    height: auto;
    float: left;
}
div.homeImage img {
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
   /* box-shadow: 2px 2px 16px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;*/
    behavior: url(css/PIE.htc);
}
div.commentCEOBox {
    width: 980px;
    height: auto;
    float: left;
    margin-top: 5px;
}
div.commentCEOBox span {
    color: #526c5a;
    float: left;
    font-size: 0.86em;
    height: 30px;
    margin-left: 80px;
    width: 860px;
}
div.commentCEOBox textarea {
    border: 1px solid #ccc;
    float: left;
    height: 120px;
    margin-left: 78px;
    padding: 10px;
    resize: none;
    width: 835px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(css/PIE.htc);
}
div.commentCEOBox .btn a.clickable{
    display: block;
    width:180px;
    height: 21px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image:url('../images/shop-btn-strip.gif');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.74em;
    line-height: 21px;
    font-weight: bold;
    float: left;
    margin-top:10px;
    margin-left: 14px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
}