/*Flash notice and error*/
DIV#flash_notice, DIV#flash_error, #ajax_notice
{
	clear: both;
	color: #333;
	padding: 3px;
	font-size: 116%;
	margin-bottom: 20px;
}
DIV#flash_notice, #ajax_notice
{
	background-color: #BCFFBD;
}
DIV#flash_error
{
	background-color: #F3C6CC;
}
/*Outcall and SMS orders pages*/
TABLE#orders_table
{
	text-align: center;
}
