#messageDiv {
	position: absolute;
	top: 0;
	left: 6%;
	width: 88%;
	z-index: 10000;
}
#messageDiv .hidden {
	display: none;
}
#messageDiv .ui-state-highlight {
	color: #fff;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#messageDiv .ui-icon {
	background-image: url("../images/wink-icons.png");
	float: left;
	margin-right: 0.3em;
}
#messageDiv .close-message {
	position: absolute;
	right: 5px;
	top: 5px;	
	cursor: pointer;
}
#messageDiv .border {
	background-image: none;
	border: 1px solid #777;
	padding: 0 0.7em;
	position: relative;
}
#messageDiv .message .border {
	background-color: #009b00;
}
#messageDiv .error .border {
	background-color: #ec1010;
}
#messageDiv .warning .border {
	background-color: #FF9933;
}
