body {
	margin: 5px 0 0 0;
	padding: 0;
	background: #ffffff;
	color: #000;
	font-family: arial, helvetica, sans;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#recaptcha_widget_div {
	margin-left: 35px;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000;
	text-align: center;
}

.fieldset {
	width: 380px;
	border: 0;
	text-align: left;
}

.fieldset label {
	
}

.fieldset .textfield {
	height: 20px;
	width: 376px;
	margin-top: 5px;
}

.fieldset .shortTextfield {
	height: 20px;
	width: 150px;
	margin-top: 5px;
}

.fieldset .textarea {
	height: 100px;
	width: 376px;
	margin-top: 5px;
}