#ForumContainer {
	width: 960px;
	margin: 10px 0;
}

	#ForumContainer a, #ForumContainer a img {
		border: none;
	}

	#ForumContainer h2 {
		margin-bottom: 10px;
	}

	#ForumContainer p, .count {
		font-size: 12px !important;
		line-height: 15px !important;
	}
	
	.forumHolderFeatures {
		background-color: #000E1A;
	}
	
	/**
	 * Main forum page
	 */
	
	.forumCategory {
		padding: 5px !important;
		padding-top: 10px !important;
	}
	
	.lastPost * {
		font-size: 12px !important;
		padding: 0 !important;
	}
	
	.topicList tr td a {
		color: #275e7c !important;
	}
	
	/**
	 * Post Page
	 */
	 
	div.posterContent div.postType {
		color: #000 !important;
	}
	
	.postHeader {
		color: #666;
		font-size: 12px !important;
	}
		
		table.postHeader td {
			padding: 8px 8px !important;
		}
		
		.replyButton {
			margin-right: 8px !important;
		}
		
		.posterContent {
			width: 790px !important;
		}
		
		#ForumAdminFeatures {
			background: transparent !important;
		}
		
	/**
	 * Reply
	 */
	 
	#Form_ReplyForm_Content {
		width: 600px
	}
	
	.BBCodeHint, #TopicSubscription {
		display: none;
	}
	
	#Form_ReplyForm {
		margin-bottom: 60px;
	}
	
	/**
	 * Profile Page
	 */
	
	#UserProfile label {
		color: #000 !important;
		font-size: 12px !important;
	}
	
	#UserProfile p {
		color: #000 !important;
	}
	
	#MemberLatestPosts li {
		font-size: 12px !important;
	}
	
	/**
	 * Register Page
	 */
	
	#UserProfile .checkableoption {
		width: auto !important;
	}
	
	#UserProfile .field {
		background: transparent;
	}
	
	#UserProfile .middleColumn .nolabel {
		float: right;
		left: -185px;
		position: relative;
		top: -20px;
	}
	
	#Form_RegistrationForm_UnnecessaryNicknamePublic {
		top: -35px !important;
	}
	
	#Form_RegistrationForm_EmailPublic {
		top: -30px !important;
	}
	
	#Form_RegistrationForm_CountryPublic {
		top: -43px !important;
	}
	
	#Form_RegistrationForm_action_doregister {
		margin-top: -15px;
	}
	