/* Add here all your CSS customizations */

/* Menu box class */
.menu-box{
	background-color: #EEE;
	border: 1px solid #FFF;
	display: block;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	padding: 10px;
}

.pmMessageTable > tbody > tr > td > span > p[style]{
	background: transparent !important;
	color: #777 !important;
}

.pmMessageTable > tbody > tr > td > span > p > *{
	color: #777 !important;
}

/*
.menu-box a{
	border: none;
	background-color: transparent;
}*/

