.userform{
	border: 1px solid #fff;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 55px;
	}

.message {text-indent: 170px;}

.userform fieldset {
	border: none;
	}

.userform legend {
	display: none;
	}
	
.userform label {
	margin-bottom: 5px;
		width: 170px !important;
	}
	
	.userform label span {
		text-indent: 0px;
		display: block;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		color: #432626;
		}

		.userform .required label span {
			background-position: center right;
			background-repeat: no-repeat;
			padding-right: 12px;
			}

.userform .item {
	margin-top: 10px;
	}

.userform .textarea label {
	float: left !important;
	width: 170px !important;
	}

	.userform .textarea textarea {
		height: 150px;
		margin: 1px 0 5px 0;
		}

.submit {
	
		margin-left: 170px;
		cursor: pointer;
	
	}
/*
	.userform .submit input.sendform{
		font-family: helvetica;
		background-color: #31ba07;
		cursor: pointer;
		background-color: none;
		width: 145px;
		height: 32px;
		border: 0px;
		color: #fff;
		margin-left: 150px;
		font-weight: normal;
		font-size: 16px;
		}
		
		*/

.userform .textfield input, .userform textarea {
	background-color: #fff ;
	border: solid 1px rgb(229, 229, 229);
	color: #333;
	text-indent: 4px;
	font-size: 12px;
	padding-top:5px;
	height: 25px;
	width: 355px;
	}

.userform textarea {
	background-color: #fff;;
	height: 300px;
	}

.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;
	}

input.deleteform{
		display: none;
		position: relative;
		cursor: pointer;
		right: 10px;
		top: -10px;
		background-color: none;
		float: right;
		width: 102px;
		height: 42px;
		border: 0px;
		color: #333;
		font-weight: bold;
		font-size: 16px;
	}
.userform{
     float:left;
     width: 100%;
}
.userform label
{    
    clear:left;
    display:block;
    float:left;
    margin-top:6px;
    width:13em !important;
}
