/** Styles **/
.question{
	color:blue;
	background: #b2bc99 url(images/question.png) no-repeat;
}
.notice{
	color:#FFFFFF;
	background: #ACA899 url(images/notice.png) no-repeat;
}
.warning{
	color:#FFFFFF;
	background: #FF9900 url(images/important.png) no-repeat;
}
.error{
	color:#FFFFFF;
	background: #d92e00 url(images/stop.png) no-repeat;
}
.succes{
	color:#FFFFFF;
	background: #8AC77F url(images/success.png) no-repeat;
}
.question, .notice, .warning, .error, .succes
{
	display:block;
	height:35px;
	padding-top:4px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:5px;
	margin:4px 25px;	
	border:1px solid #7C7D6A;	
	background-position:4px 4px;
}
html>body .question, html>body .notice, html>body .warning, html>body .error, html>body .succes
{
	height:auto;
	min-height:30px;
}



/* Quote & Code blocks */  
.codetitle {
	border:1px solid #1a8130;
  font-size: 10px;
  color: #9AEF9E;
  padding:5px; 
  width:90%; 
  font-weight:bold; 
  margin-top:10px;
  background: url(images/bbcode_code.gif) #009900 no-repeat right;
}
.codediv {
	background-color:#526070; 
  border: 1px solid #1a8130;	
	color:#00c800; font:12px Courier,"Courier New", sans-serif; padding:5px; overflow:auto; width:90%; height:50px; text-align:left;
}
.quotetitle {
	border:1px solid #1a8130;
  border-bottom:0px;
  font-size: 10px; color: #ECF0F6;padding:5px; width:90%; font-weight:bold; text-align:left;
  margin-top:10px;background: url(images/bbcode_quote.gif) #7995DF no-repeat right;
}
.quotediv {
	background-color: #526070;
  color: #eeeeee;
  border: 1px solid #1a8130;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	padding:5px;
  overflow:auto;
  width:90%;
  text-align:left;
}


