
.popup {
 	background: #FC0;
	border: 1px solid #600 !important;
	-moz-border-radius:2px;
	min-width: 0;
	width: auto;
	padding: 0px !important;
/*	font-family: Verdana;
	font-size: 11px;*/
}

.popup ul {
	list-style: none;
	padding-left: 0px !important;
	margin: 0px !important;
	padding: 0;
}

.popup li {
}
.popup a {
 	text-decoration:none;
	padding: 0.5em;
	display: block;
}

.popup a:hover {
	color:#FC0;
	background-color:#600;
	text-decoration:none;
}

#ajax_post_edit #pun_bbcode_bar {
	padding: 0;
}

