body {
	font-family: Arial, sans-serif;
}


/* div.msgBox {
    overflow:auto;
	padding: 4px;
    border:1px solid #EEE;
    background-color: lightyellow;
	}

a.send {
	padding: 4px;
	border:2px solid #EEE;
    background-color: lightblue;
} */

h1 {font-size: 24px;font-family: Arial, sans-serif;}

#content{
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	background-color:#f2f2f2;
	border:1px solid #ccc;
	text-align:left;
	padding: 15px;
	font: 12px Tahoma, sans-serif;
}
#content[id]{
	position:fixed;
}

#page{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:lightyellow;
/*	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	*/
}
#page[id]{
	position:fixed;
}

#messageBox {
	position:absolute;
	top:100px;
	left:-300px;
	z-index:6000;
}


#calvin {
	width:167px !important;width /**/:167px;
    height:209px !important;height /**/: 209px;
	background: url(calvin.png);
}

div.msgBox {
	width:160px !important;width /**/:160px;
    height:70px !important;height /**/: 70px;
    overflow:auto;
	padding: 10px;
	color:blue;
	}

a.send {
	padding: 4px;
	border:2px solid #EEE;
    background-color: lightblue;
}

.admin {
	color:red;
}


a:link{ text-decoration: none; color: black; }
a:visited{ text-decoration: none; color: black; }
a:hover{ Color: red; text-decoration: none; }
