/* tags */

.tag_list{
	float:left;
	}
	.tag_list li{
		padding-left: 8px !important;
		padding-right: 0 !important;
		margin-left: 7px !important;
		margin-right:0 !important;
		border-left: 1px solid #c5c5c5 !important;
		border-right:0 !important;
		}
	.tag_list li a{
		font-size:10px;
	}
	.tag_list .header{
		font-size:10px;
		margin-left:0 !important;
		padding-left: 0 !important;
		border-left: none !important;
		color: #3f3f3f !important;
		}

/* wiki-sections */

#sections {
	margin-left: 20px;
	margin-bottom: 0px;
	float: right;
}
#sections ul {
	padding: 30px 40px 15px 20px;
	background: #f1f1f1 url(../images/sections.gif) no-repeat 20px 15px;
	border: 1px solid #d3d3d3;
	float: left;
}
#sections ul li {
	list-style: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
#sections a {
	color: #4d4d4d;
}
#sections a:hover {
	color: #000;
}

/* boxes */

.success {
	background: #e2fad6 url(../images/accept.png) no-repeat 19px 19px;
	border: 1px solid #91db6c;
	padding: 15px;
	padding-left: 50px;
	color: #404040;
	margin-bottom: 20px;
	font-size:14px;
	line-height:18px;
}
.error {
	background: #fae1d6 url(../images/exclamation.png) no-repeat 19px 19px;
	border: 1px solid #f59b73;
	padding: 15px;
	padding-left: 50px;
	color: #404040;
	margin-bottom: 20px;
	font-size:14px;
	line-height:18px;
}
.help {
	background: #eaf0f6 url(../images/help.png) no-repeat 19px 19px;
	border: 1px solid #bcc6d0;
	padding: 15px;
	padding-left: 50px;
	color: #404040;
	margin-bottom: 20px;
	font-size:14px;
	line-height:18px;
}
.tip {
	background: #fafad6 url(../images/wand.png) no-repeat 19px 19px;
	border: 1px solid #f6d87d;
	padding: 15px;
	padding-left: 50px;
	color: #404040;
	margin-bottom: 20px;
	font-size:14px;
	line-height:18px;
}

