/* @group default product view tellFriend */
#tellAFriendFormHolder
{
    padding:20px;
    border:1px solid #999999;
    z-index:5;
}
#tellAFriendFormHolder input,
#tellAFriendFormHolder textarea
{
    border:1px solid #cccccc;
    width:200px;
}
#tellAFriendFormHolder #submitForm
{
    text-align:center;
    background-color:#e9f3cd;
}
#tellAFriendFormHolder #submitForm:hover
{
    background-color:#d4e4a5;
}
#tellAFriendFormHolder dd
{
    margin-left:0;
}
#tellAFriendFormHolder dt
{
    margin-top:5px;
}
a#hideJsTellFriendForm
{
    display:inline-block;
    width:32px;
    height:32px;
    cursor:pointer;
    position:absolute;
    right:-16px;
    top:-16px;
    z-index:6;
    background-image:url('/images/icon/list-remove.png');
}
/* @end */
