@charset "UTF-8";
/* CSS Document */


#leftcontent {
	position: absolute;
	left:120px;
	width:150px;
	top:200px;
	background:#fff;
	}


#centerleftcontent {
	position: absolute;
	left:275px;
	width:200px;
	top:200px;
	background:#fff;
	height: 372px;
	}


#centerrightcontent {
	position: absolute;
	left:480px;
	width:400px;
	top:201px;
	background:#fff;
	height: 371px;
	}


#rightcontent {
	position: absolute;
	left:885px;
	width:250px;
	top:200px;
	background:#fff;
	height: 377px;
	}
	
	
	#leftcontentbottom {
	position: absolute;
	left:123px;
	width:250px;
	top:583px;
	background:#fff;
	}


#centerleftcontentbottom {
	position: absolute;
	left:378px;
	width:250px;
	top:583px;
	background:#fff;
	height: 197px;
	}


#centerrightcontentbottom {
	position: absolute;
	left:633px;
	width:250px;
	top:583px;
	background:#fff;
	}


#rightcontentbottom {
	position: absolute;
	left:888px;
	width:250px;
	top:583px;
	background:#fff;
	}
	

.roundcont {
	width: 100%;
	background-image: url(images/skin/bg.gif);
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/skin/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/skin/br.gif) no-repeat top right; 
}

.roundtopleft { 
	background: url(images/skin/tl.gif) no-repeat top left; 
}

.roundbottomleft {
	background: url(images/skin/bl.gif) no-repeat top left; 
}

img.corner {
   background-image: url(images/skin/bg.gif) repeat-x;
   width: 26px;
   height: 26px;
   border: none;
   display: block !important;
}



table.message
{
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 260px;
	background-color: #fafafa;
	border: 1px #cc0000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}


.boxHeader
{
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	background-image: url(images/skin/bg.gif);
	height: 26px
}

.boxBody
{
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #404040;
	background-color: #fafafa;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #cc0000;
} 
