/*
* Put any form related CSS here
*
*/

/* Moved to main CSS file */
/*
#vance-results-filters{
  padding: 2em;
  border: 1px solid #efefef;
  background-color: #F0EBCD;
  border-radius: 6px;
  width:66%;
}
*/

/*
#vance-results-filters .submitbutton{
  margin-bottom: .5em;
  text-align: right;
}


#vance-results-filters .reset{
  margin-right:5px;
}
*/
 
/*
 #edit-city,
 #edit-zip,
 #edit-company-key{
   width: auto;
   
 }
*/
 
 
 /*Sidebar*/
/*
 #vance-listings-sidebar{
  padding: 2em;
  border: 1px solid #efefef;
  background-color: #F0EBCD;
  border-radius: 6px;
 }
*/

.page-admin-listings .results h2{
  font-weight: bold;
  margin-top:1em;
  padding-bottom:5px;
  border-bottom: 1px solid #efefef;
}

.page-admin-listings .alpha{
  margin: 10px 0 10px 0;
  padding: 5px 10px;
  background-color: #EFEFEF;
}

.admin-table-pager{
  margin-top:1em;
  padding-top:10px;
  border-top:1px solid #efefef;
}