@CHARSET "ISO-8859-1";

div#flash_message
{
	height: 60px;
	width: 200px;
	color: black;
    text-align: center;
	background-color: white;
	border: 3px solid blue;
}

div#flash_message span
{
	margin-top: 20px;
	color: black;
	font-size: 14px;
  display: inline-block;
}


div#flash_error_message
{
	height: 60px;
	width: 200px;
	color: black;
    text-align: center;
	background-color: white;
	border: 3px solid red;
}

div#flash_error_message span
{
	margin-top: 20px;
	color: black;
	font-size: 14px;
    display: inline-block;
}

div#show_error_message
{
	border: 2px solid #ff5c33;
	background: #ffff99;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: red;
	margin-bottom: 10px;
}

div.hide_error
{
	display: none;
}

div#tb_menu_items ul li{
	font-size: 14px;
}

.pointer {
	cursor: pointer;
}

.fieldError {
	border: 1px solid red !important;
}

div.hidden-element {
	display: none;
}

div.success-message {
	background-color: lightgreen;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px;
}

div.error-message {
	background-color: #ff4500;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px;
	color: #FFFFFF;
}