.form-row {
	width: 98%;
	padding: 10px 1%;
	clear: both;
	display: block;
	margin-top: 2px;
	border-bottom: 1px dotted #CCC;
	float: left;
}

.form-row label {
	min-width: 20%;
	max-width: 30%;
	padding: 5px 0;
	padding-right: 10px;
	text-align: right;
	float: left;
}

.form-row input {
	width: 70%;
	float: left;
}

#Content .form-row input[type=text],
#Content .form-row input[type=email] {
	font-family: Tahoma;
	color: #333 !important;
}

#messageForm .form-row label,
#userProfile .form-row label,
#userRegister .form-row label {
	min-width: 25%;
	font-size: 14px;
	font-family: Tahoma;
}

#userRegister h3 {
	font-size: 120%;
	margin: 15px 0 10px 0;
}

#messageForm .form-row .ui-input, #messageForm .form-row .cz-select.half-width,
#userProfile .form-row .ui-input, #userProfile .form-row .cz-select.half-width,
#userRegister .form-row .ui-input, #userRegister .form-row .cz-select.half-width {
	font-size: 12px;
	font-family: Tahoma;
	width: 63% !important;
}

#messageForm .form-row .message {
	height: 220px;
	width: 63% !important;
}


#recaptcha_widget_div {
	margin: auto;
	float: none;
	width: 440px;
}

#messageForm .form-row .ui-input.ui-state-default,
#userProfile .form-row .ui-input.ui-state-default,
#userRegister .form-row .ui-input.ui-state-default {
	color: #DDD !important;
}

.percentage, .percentage small {
	text-align: center;
	font-family: Tahoma;
}

.percentage {
	font-size: 80%;
}

h3 small.font-tahoma {
	font-size: 14px;
}