.messageboxuser{
	position:absolute;
	width:390px;
	border:1px solid #c93;
	background-color: #f7f7f7;
    border: 1px solid #cccccc;
    color: #333333;
	padding:5px;
	text-align:center;
	 font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
                font-size: 11px;
				-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.messageboxokuser{
	position:absolute;
	width:390px;
	background-color: #fff9d7;
    border: 1px solid #e2c822;
    color: #333333;
	padding:5px;
	text-align:center;	
	 font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
                font-size: 11px;
				-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.messageboxerroruser{
	position:absolute;
	width:390px;
	background-color: #ffebe8;
    border: 1px solid #dd3c10;
    color: #333333;
	padding:5px;
	text-align:center;
	 font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
                font-size: 11px;
				-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}


.messagebox{
	position:absolute;
	width:330px;
	border:1px solid #c93;
	background-color: #f7f7f7;
    border: 1px solid #cccccc;
    color: #333333;
	padding:5px;
	text-align:center;
	 font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
                font-size: 11px;
				-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.messageboxok{
	position:absolute;
	width:330px;
	background-color: #fff9d7;
    border: 1px solid #e2c822;
    color: #333333;
	padding:5px;
	text-align:center;	
	 font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
                font-size: 11px;
				-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.messageboxerror{
	position:absolute;
	width:330px;
	background-color: #ffebe8;
    border: 1px solid #dd3c10;
    color: #333333;
	padding:5px;
	text-align:center;
	 font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
                font-size: 11px;
				-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

