.view-listing, .edit-listing{
	height: 20px !important;
	width: 80px !important;
	line-height: 0px !important;
	margin-right: 10px !important;
}


a.advanced-search-link{
	font-size:19px !important;
    font-weight: normal !important;
    margin: 10px 0px 10px 0px;
    float: right;
}
a.advanced-search-link:hover{
    text-decoration: underline;
}

.delete-listing{
	visibility: hidden !important;
}

.view-all-listings-old{
    background:transparent;
    border:0px;
    text-decoration:underline;
    text-align: center;
    margin: 10px 25px 10px 0px; 
}

.find-listings-button{
	 vertical-align: middle;
	 height: 20px !important;
	 line-height: 0px !important;
	 text-align: center !important;
}

.adv-search-button{
    /*text-align: center;*/
    margin: 20px 25px 10px 40px; 
    margin-right: 25px !important;
	display: inline-block;
	float: right;
}

.view-all-listings{
	font-size:19px !important;
    font-weight: normal !important;
    display: inline-block;
    float: right;
    margin: 5px 25px 20px 0px !important;

    /*margin: 10px 25px 10px 0px;*/
}

a.advanced-search-button{
	padding:5px 10px;
	font-size:11px;
	text-decoration:none;
	background-color:#e6e6e6;
	color:#7c7c7c;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image:linear-gradient(top, #f4f4f4, #e6e6e6);
	border:1px solid #d2d2d2;
	border-radius:3px;
	box-shadow:0 1px 2px rgba(64,64,64,0.1);
	margin-right:3px
}
a.advanced-search-button:hover{
	color:#5e5e5e;
	background-color:#ebebeb;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:-ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:-webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:-o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:linear-gradient(top, #f9f9f9, #ebebeb)
}
