#addCommentButton {
    width: auto;
    height:32px;
    line-height: 32px;
    background: url(images/comment_add_32.png) no-repeat left center;
    padding-left:35px;
    float:right;
    clear:both;
    cursor:pointer;
	margin-top: 20px;
}
#closeCommentButton {
    width:16px;
    height:16px;
    background: url(images/cross-16.png) no-repeat center center;
    float:right;
    cursor:pointer;
}

.pictureComment,
#addCommentContainer {
    text-shadow: none !important;
    padding: 12px;
    position: relative;
    background: #fffcf7 url(images/bildXXL_hg.jpg) no-repeat 0px -30px;
    border: 1px solid white;
    color: #888;
    margin-bottom: 25px;
    clear:both;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 2px 2px 0 #b0a38f;
    -webkit-box-shadow: 2px 2px 0 #b0a38f;
    box-shadow: 2px 2px 0 #b0a38f;
}

.pictureComment {
    float:left;
    margin-left:70px;
    min-width: 300px;
}
#addCommentContainer {
    float:right;
    width:500px;
    display:none;
}

#addCommentContainer label {
    width: auto !important;
    height: auto;
}

.pictureComment .avatar {
    height: 50px;
    left: -70px;
    position: absolute;
    width: 50px;
    background: url('images/default_avatar.png') no-repeat #fcfcfc;
    margin-top: -25px;
    top: 25px;
    -moz-box-shadow: 1px 1px 0 #c2c2c2;
    -webkit-box-shadow: 1px 1px 0 #c2c2c2;
    box-shadow: 1px 1px 0 #c2c2c2;
}

.pictureComment .avatar img {
    display: block;
}

.pictureComment .name {
    font-size: 100%;
    font-weight: bold;
    color: #69331b;
    padding-top: 5px;
}

.pictureComment .date {
    font-size: 10px;
    padding: 6px 0;
    position: absolute;
    right: 15px;
    top: 0;
    color: #000;
}

.pictureComment p,
#addCommentContainer p {
    font-size: 80%;
    line-height: 1.5;
    padding: 0;
    text-shadow: none;
}

#addCommentContainer textarea {
    display: block;
    border: 1px solid #ccc;
    margin: 5px 0 5px;
    padding: 3px;
    font-size: 12px;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
}

#addCommentContainer textarea {
    width: 450px;
}

label {
    font-size: 10px;
}

label span.error {
    color: red;
    position: relative;
    right: -10px;
}

#submit {
    cursor: pointer;
    font-weight: bold;
    padding: 4px;
    margin-top: 5px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#submit:hover {
    background-image:none;
    background-color: #fff;
    border-color: #000;
}
