.ardencss {
	color: #fff;
	position:absolute;
	visibility: hidden;
	font:lighter 12px/18px arial;
	z-index: 100;
	background-color: #000;
	text-align: left;
	width: 130pt;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 0;
}
.ardencss a {
	color: #fff;
	width: 130pt;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666;
	padding: 0 0 2px;
	text-decoration: none;
	font-weight: lighter;
	background-color: #000;
	text-indent: 5px;
}
.ardencss a:hover { /*hover background color*/
	background-color: #000;
	color: #fc0;
	text-decoration: none;
}
#main {
	margin: auto;
	width: 700px;
	height: 600px;
	background: #fff;
}
#main p {
	padding: 10px;
}
#rightSide {
	float: right;
	margin-right: 10px;
	height: 500px;
	width: 200px;
	background: #fff url(img/rightbg.gif) repeat-x;
}
#rightSide h1 {
	color: #fff;
	margin-left: 5px;
}
#leftSide {
	float: left;
	height: 500px;
	width: 200px;
	background: #fff url(img/bg.gif) repeat-x;
	margin-left: 10px;
}
body {
	background: #284563 url(img/bg3.gif) repeat-x;
}
div.success, div.error {
	display: block;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
div.success .icon, div.error .icon {
	display: block;
	padding: 8px 10px 8px 36px;
	margin:0;
}
div.error {
	color: #D0583F;
	background:#FFFCFB url("img/alert.png") 0 100% repeat-x;
	border-bottom: 1px solid #F8C9BB;
	border-right: 1px solid #F8C9BB;
}
div.error .icon {
	background: url("img/alert-icon.png") 10px 10px no-repeat;
}
div.success {
	color: #6CB656;
	background:#FBFDFA url("img/approved.png") 0 100% repeat-x;
	border-bottom: 1px solid #C1CEC1;
	border-right: 1px solid #C1CEC1;
}
div.success .icon {
	background: url("img/approved-icon.png") 10px 10px no-repeat;
}

