.userform legend {
	display: none;
	}
	
	.userform .item {
		clear: both;
		padding-top: 10px;
		}

	.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 .content {
		display: block;
		float: left;
		width: 270px;
		}
	
	.userform input, .userform textarea {
		border: 1px solid #f60;
		}
	
	.userform .textfield input {
		padding: 2px 4px;
		width: 100%;
		}
	
	.userform .textarea label {
		float: left;
		width: 150px;
		}
	
	.userform .textarea textarea {
		height: 150px;
		padding: 2px 4px;
		width: 100%;
		}
	
	.userform .radiobuttons .content label {
		font-weight: normal;
		}
		
	.userform .radiobuttons .content .value {
		display: block;
		}
		
	.userform .content .value {
		margin-left: 0px;
		}

		
	.userform .radiobuttons input {
		border: none;
		}
		
		
	.userform .submit .content {
		background-image: url(images/button-left.gif);
		background-repeat: no-repeat;
		height: 20px;
		left: 150px;
		padding-left: 5px;
		position: relative;
		}
		
		.userform .submit .content input {
			background-color: transparent;
			background-image: url(images/button-right.gif);
			background-position: top right;
			border: none;
			color: #444;
			display: block;
			float: left;
			font-size: 11px;
			height: 20px;
			padding: 0 15px 0 10px;
			text-decoration: none;
			}
			
	.userform .infofield {
		margin-left: 150px;
		}
		
	.userform .invalid {
		border: none;
		}
		
		.userform .invalid label span {
			color: red;
			font-weight: bold;
			}
		
		.userform .invalid .error {
			clear: both;
			color: red;
			margin-left: 150px;
			}