form.user-favorites {
	padding: 0px 0 10px 0;
	width: 100%;
	display: inline-block;
	}
	
table.user-favorites table{
	border-collapse:collapse;
	width: 100%;
	}
	
table.user-favorites tr:hover {
	background-color:#f1f1f1;
	}
	
table.user-favorites td{
	padding: 15px 5px;
	border-bottom: 1px solid #ccc;
	}
	
table.user-favorites td.cb{
	width: 10px;
	padding: 3px 5px !important;
	}
	
table.user-favorites td.cb input{
	
	}
	
table.user-favorites td.date{
	width: 70px;
	color: #626262;
	}
	
table.user-favorites td.image{
	width: 40px;
	}

	
form.user-favorites input[type="submit"]{
	float: left;
	color:#fff;
    display: inline-block;
    padding:6px 20px;
    text-align: center;
    border-radius: 5px;
    background: #1C8CE0;
	border:0px;
	margin-top:20px;
}
form.user-favorites input[type="submit"]:hover {
	 background: #1a83d1; 
	}
