/* CSS Document */

#bucketlister-nev-logo  { width: 250px; height: 95px; position: relative;  }
	#bucketlister-nev-logo span { width: 100%; height: 100%; display: block; position: absolute; background: url(images/nev-logo.png) no-repeat; }
	#bucketlister-nev-logo span { text-indent: -999em; }
#bucketlister-container fieldset { border: 1px solid #000; padding: 20px; margin: 20px 0; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#bucketlister-container fieldset legend { padding: 0 10px; font-weight: bold; font-size: 16px;}
.padme { width: 250px; text-align: center; font-weight: bold; margin: 0; }

#loading { background: url(images/ajax-loader.gif); width: 16px; height: 16px; }
.bucketlister-error { background: #FFEBE8; }

.bucketlister-table a.bucketlister-up { padding-right: 20px; background: url(images/up.png) no-repeat center right; }
	.bucketlister-table a.bucketlister-up:hover, a.bucketlister-table a.bucketlister-up:active, .bucketlister-table a.bucketlister-up:focus { 
 background: url(images/up.png) no-repeat center right;	}
.bucketlister-down { padding-right: 20px; background: url(images/down.png) no-repeat center right;  }
	.bucketlister-table a.bucketlister-down:hover, a.bucketlister-table a.bucketlister-down:active, .bucketlister-table a.bucketlister-down:focus { 
 background: url(images/down.png) no-repeat center right;	}

