/*-------------------------------*/
/* Forum index                   */

	#pForum .standardMessage {
		padding-bottom: 0;
	}

	#pForum .standardMessage p {
		padding-bottom: 0;
	}

/*-------------------------------*/
/* Forum view thread             */

	#pForumView #thread {
		border: 0;
		width: 100%; /* This redunant rule is for WIN IE5/6 which hides the left col */
	}

		#pForumView #thread h3 {
			padding: 20px;
			font-size: medium;
		}

			#pForumView #thread h3 a {
				text-decoration: none;
			}

		#pForumView #thread div {
			/* general padding should be applied here, but the blockquote needs padding and WIDTH because of WIN IE */
		}

			#pForumView #thread h4 {
				float: left;
				padding: 3px 0 0 20px;
				font-size: small;
			}

				#pForumView #thread h4 a {
					text-decoration: none;
				}

			#pForumView #thread em {
				border-top: 1px solid #999;
				text-align: right;
				display: block;
				font-style: normal;
				padding: 3px 0 0 0;
				margin: 0 20px;
			}

			#pForumView #thread blockquote div, #pForumView #thread blockquote form {
				clear: both;
				padding: 1px;
				margin: 20px 0 20px 5%;
				width: 90%;
				background-color: #EEE;
			}

			#pForumView #thread blockquote div {
				overflow: auto; /* IE5 MAC: Just for you, should go in ruleset above, but you seem to lose the form */
			}

		#pForumView #thread form {
		}

			#pForumView #thread form fieldset {
				border: 0;
				padding: 20px;
			}

			#pForumView #thread form legend {
				display: none;
			}

			#pForumView #thread form ul {
				padding: 0 0 20px 30px;
			}

			#pForumView #thread form .label {
				display: block;
				font-weight: bold;
			}

			#pForumView #thread form .input textarea {
				width: 99%;
			}

			#pForumView #thread form .submit {
				display: block;
				padding: 10px 0 0 0;
				text-align: center;
			}

				#pForumView #thread form .submit input {
					padding: 0 15px;
				}
