.msg_error {
	background-color:#cc0000;
	padding-left:10px;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 34px;
}
.msg_success {
	background-color:#009900 ;
	padding-left:10px; 
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 34px;
}
.header_actions {
	color: #0073aa;
}
#the-list.td_background {
	background-color: #f9f9f9;
}
#the-list.first_td {
	float: left;
}
#the-list tr td .td_with {
	width: 100%;
}