#bsi_forum {
	}
	#bsi_forum blockquote {
		border: 1px solid #666;
		padding: 5px;	
	}
	#bsi_forum textarea {
		width: 500px;
		height: 150px;
		}
	#bsi_forum label {
		width: 170px;
		}
	#bsi_forum .bsi_thread {
		background: #343434;
		padding: 10px;
		margin: 0 0 10px 0;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 2px 2px 2px #000;
		-moz-box-shadow: 2px 2px 2px #000;
		-webkit-box-shadow: 2px 2px 2px #000;
		}
		#bsi_forum .bsi_thread.pinned {
			background: #565656;
			}
		#bsi_forum .bsi_thread:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;		
			}
		#bsi_forum a.bsi_thread_title {
			line-height: 35px;
			font-size: 18px;
			margin-left: 10px;
			}
			#bsi_forum .bsi_thread.pinned a.bsi_thread_title:before {
				color: #fff;
				content: 'Pinned: ';
				}
		#bsi_forum .bsi_thread_options {
			float: right;
			padding: 5px;
			margin: 0 0 0 10px;
			background: #1A1A1A;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0px 0px 4px #000;
			-moz-box-shadow: inset 0px 0px 4px #000;
			-webkit-box-shadow: inset 0px 0px 4px #000;
			font-size: 10px;
			line-height: 12px;
			text-align: right;
			color: #343434;
			}
		#bsi_forum div.bsi_profile {
			position: relative;
			float: left;
			width: 180px;
			padding: 5px;
			background: #1A1A1A;
			color: #343434;
			font-size: 10px;
			line-height: 12px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0px 0px 4px #000;
			-moz-box-shadow: inset 0px 0px 4px #000;
			-webkit-box-shadow: inset 0px 0px 4px #000;
			}
			#bsi_forum div.bsi_profile img.avatar {
				float: left;
				margin-right: 5px;
				}
			#bsi_forum div.bsi_profile a {
				display: block;
				}
			#bsi_forum div.bsi_profile_info {
				display: none;
				position: absolute;
				top: 0;
				left: 195px;
				padding: 0 5px;
				width: 150px;
				height: 100%;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				background: #1A1A1A;
				box-shadow: inset 0px 0px 4px #000;
				-moz-box-shadow: inset 0px 0px 4px #000;
				-webkit-box-shadow: inset 0px 0px 4px #000;
				}
				#bsi_forum div.bsi_profile:hover div.bsi_profile_info {
					display: block;
					}
				#bsi_forum div.bsi_profile_info p {
					margin: 5px 0 0 0;
					}
		#bsi_forum ul.bsi_posts {
			display: none;
			clear: both;
			list-style: none;
			background: #1A1A1A;
			padding: 10px;
			margin: 10px 0 0 0;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			box-shadow: inset 0px 0px 4px #000;
			-moz-box-shadow: inset 0px 0px 4px #000;
			-webkit-box-shadow: inset 0px 0px 4px #000;
			}
			#bsi_forum .bsi_posts li {
				margin: 0 0 10px 0;
				padding: 0 0 10px 190px;
				background: url(../img/bsi/line_x.gif) bottom repeat-x;
				}
				#bsi_forum .bsi_posts li.last {
					margin: 0;
					padding: 0 0 0 190px;
					background: none;
					}
					#bsi_forum .bsi_posts li:after {
						content: ".";
						display: block;
						height: 0;
						clear: both;
						visibility: hidden;
						}
				#bsi_forum .bsi_posts div.bsi_profile {
					width: 170px;
					margin: 0 0 0 -190px;
					background: #343434;
					color: #1A1A1A;
					box-shadow: 0px 0px 4px #000;
					-moz-box-shadow: 0px 0px 4px #000;
					-webkit-box-shadow: 0px 0px 4px #000;
					}
					#bsi_forum .bsi_posts div.bsi_profile_info {
						left: 185px;
						background: #343434;
						box-shadow: 0px 0px 4px #000;
						-moz-box-shadow: 0px 0px 4px #000;
						-webkit-box-shadow: 0px 0px 4px #000;
						}
				#bsi_forum .bsi_posts .bsi_post {
					
					}
					#bsi_forum .bsi_posts .bsi_post p {
						margin: 0 0 10px 0;						
						}
						#bsi_forum .bsi_posts .bsi_post p:last-child {
							margin: 0;						
							}
					#bsi_forum .bsi_posts .bsi_post .bsi_post_end {
						font-size: 10px;
						color: #343434;
						font-style: italic;
						padding-top: 5px;
						margin-top: 5px;
						border-top: 1px dotted #343434;
						}
						#bsi_forum .bsi_posts .bsi_post .bsi_post_tools {
							float: right;
							font-style: normal;
							}
							#bsi_forum .bsi_posts .bsi_post_number {
								float: right;
								background: #343434;
								color: #fff;
								padding: 2px 4px;
								margin: 0 0 5px 5px;
								font-size: 10px;
								line-height: 10px;
								border-radius: 3px;
								-moz-border-radius: 3px;
								-webkit-border-radius: 3px;
								}
				#bsi_forum .bsi_posts li.bsi_reply {
					padding-left: 0;
					}
		#bsi_forum .bsi_newthread {
			display: none;
			clear: both;
			list-style: none;
			background: #1A1A1A;
			padding: 10px;
			margin: 10px 0 0 0;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			}
			#bsi_forum .bsi_newthread li {
				margin: 0 0 10px 0;
				padding: 0 0 10px 0;
				background: url(../img/bsi/line_x.gif) bottom repeat-x;
				}
				#bsi_forum .bsi_newthread li.last {
					margin: 0;
					padding: 0;
					background: none;
					}
					#bsi_forum .bsi_newthread li:after {
						content: ".";
						display: block;
						height: 0;
						clear: both;
						visibility: hidden;
						}
				#bsi_forum .bsi_newthread input[type=text] {
					width: 500px;
					}
