.messagebox{
	position:absolute;
	right: 10px;
	width:200px;
	margin-right:20px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
	height: 20px;
}
.messageboxok{
	position:absolute;
	right: 10px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	margin-right:20px;
	font-weight:bold;
	color:#008000;
	height: 20px;

}
.messageboxerror{
	position:absolute;
	margin-right:20px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
	float:right;
	height: 20px;
}

.roundedCorner {
   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.button {
	font-family: Tahoma !important;
	font-size: 12px !important;	
	font-weight: bold;
}