.userform * {
	font-size: 11px !important;
	}

.userform fieldset {
	border: none;
	}

.userform legend {
	display: none;
	}
	
.userform label {
	margin-bottom: 5px;
	font-family: verdana;
	}
	
	.userform label span {
		font-weight: bold;
		}
   
		.userform .required label span {
			background-image: url(images/required.gif);
			background-position: center right;
			background-repeat: no-repeat;
			padding-right: 12px;
			}
			
			
.userform .item {
	margin-top: 10px;
	}
		
.userform .textarea label {
	float: left !important;
	width: 150px !important;
	}
	
	.userform .textarea textarea {
		height: 150px;
		margin: 1px 0 5px 0;
		}

	
.userform .submit {
	padding-left: 150px;
	}
	
	.userform .submit input {
		padding: 2px 4px;
		*padding: 0;
		}
		
		
.userform .textfield input, .userform textarea {
	border: 1px solid #666;
	padding: 2px 4px;
	width: 350px;
	}
	
.userform .infofield .content * {
	font-size: 105% !important;
	line-height: 20px;
	}
	
	
.userform .invalid {
	border: none !important;
	}
	
	.userform .invalid label {
		color: red;
		}
		
	.userform .invalid .error {
		display: none;
		}