#OwnFavorites .submit:hover {
	color: #DC9308;
}

#OwnFavorites .submit_fav {
	cursor: pointer;
	background-color: #000000; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 13px; 
	border: 0px; 
	font-weight: bold; 
	padding-left: 12px; 
	padding-right: 12px;
}

#OwnFavorites .image {
    padding: 4px;
    border: 1px solid #999999;
    margin: 3px;
    float: left;
}

#OwnFavorites .remove {
    display: block;
    float: left;
    background: url('./images/remove.png') no-repeat;
    text-indent: 20px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #880000;
}

#OwnFavorites .slideshow {
    display: block;
    float: left;
    background: url('./images/slideshow.gif') no-repeat;
    text-indent: 24px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #880000;
	height: 20px;
}

#OwnFavorites .header {
    display: block;
    float: left;
    background: url('./images/Favorite.png') no-repeat;
    text-indent: 50px;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 60px;
    padding-top: 16px;
}