.th_form label {
				display: block;
				width: 100px;
				float: left;
			}

.th_form input.text {
				/*float: left;*/
			}

.th_form fieldset {
				height: 2.3em;
				clear: both;
			}

.th_form fieldset.textarea {
				height: 7em;
				clear: both;
			}
.gecko .th_form fieldset {
				height: 2.2em;
			}

.gecko .th_form fieldset.textarea {
				height: 10em;
				clear: both;
			}
			
fieldset {
				margin: 0;
				padding: 0;
				clear: both;
				border: none;
			}

form {
				margin: 0;
				padding: 0;
			}

p.form_error {
	color: #ff3333;
	background: #fcfcfc;
	padding: 5px;
	border: #ff3333 solid 1px;
}