form.generic p {
	width: 55%;
	display: inline-block;
	text-indent: 1em;
}

form.generic div.field {
	clear: both;
}

form.generic label {
	float: left;
	clear: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
	margin-right: 0.5em;
	
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}
		
form.generic div.required label {
	font-weight: bold;
}

form.generic div.optional label {
	font-weight: normal;
}

form.generic label.inline {
	float: none;
	clear: none;
	width: auto;
}

form.generic input.text {
	margin: 5px;
	width: 35%;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	padding: 0 5px;
}

form.generic textarea {
	margin: 5px;
	width: 35%;
	height: 5em;
	font-size: 14px;
	padding: 5px;
}


form.generic span.optional, form span.error {
	height: 35px;
	line-height: 35px;
	font-size: 90%;
	margin-left: 1em;
}

form.generic span.optional {
	font-style: italic;
	color: #555;
}

form.generic input.submit {
	height: 35px;
	line-height: 29px;
	margin: 38px 20% 3px;
	
	font-size: 90%;
	font-weight: bold;
}

form.generic span.tip {
	height: 25px;
	line-height: 25px;

	font-size: 80%;
	color: #888;
}

form.generic .BoxContent {
	padding-left: 0;
}




