.clear {

clear:				both;

/* *
* Messages
*/
} .message_container {

position:			absolute;
left:				50%;
top:				0px;

width:				780px;

display:			none;

margin-top:			15px;
margin-left:		-390px;

color:				#333333;

font-size:			14px;
font-weight:		bold;

} .message {

padding:			10px;
margin:				5px;

cursor:				pointer;

} .message_text {

float:				left;
width:				95%;
padding:			5px;

} .message_text a {

color:				inherit;

} .message_button {

float:				right;
padding:			5px;

border:				0px;

} .message_button a {

color:				inherit;

} .alert {

background-color:	#FFFDBD;
color:				#999030;
border: 			#999030 2px solid;
	
} .success {

background-color:	#99FF99;
color:				#009900;
border: 			#009900 2px solid;
	
} .error {

background-color:	#FF9999;
color:				#990000;
border: 			#990000 2px solid;

}