/*
 *
 * @author Yusuf iLTER 2009, yilter@hotmail.com
 *  
 */

#MessageBox
{
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em;
	width:400px;
	height:200px;
	background-color:#EAF4F8;
	font-family:Verdana;
	font-size:1em;
	font-weight:bold;
	position:relative;
}
#MessageHeader
{
	left:0px;
	top:0px;
	width:390px;
	height:20px;
	text-align:left;
	background-image:url('../images/messagetitle.png');
	background-repeat:repeat-x;
	color:#ffffff;
	vertical-align:middle;
	padding-top:0.6em;
	padding-left:1em;
	padding-bottom:0.2em;
	position:absolute;
	border:none;
}
#MessageBody
{
	position:relative;
	margin:3em 2em 2em 1em;
}
#MessageButton
{
	bottom:5px;
	width:400px;
	height:30px;
	text-align:left;
	position:absolute;
	text-align:center;
}
#MessageContent
{
	position:absolute;
	padding:1em 0em 0em 8em;
	width: 290px;
	height: 70px;
	color:#545454;
	float:right;
}
#MessageImage
{
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em;
	background-color:#ffffff;
	position:absolute;
}
