	<style type="text/css" title="text/css">
	/* <![CDATA[ */
	
	.form {
		float: left;
		width: 400px;
		margin: 10px 0 40px 0px;
	}
	
	fieldset {
		position: relative;
		width: 400px;
		margin: 0 0 10px 0; 
		padding: 10px 20px;
		border: 1px solid #999;
		background-color: #eee;
		text-align: left; /*for ie*/
	}
	legend {
		position: absolute;
		top: -10px;
		left: 20px;
		font: 11px/15px verdana, sans-serif;
		border: 1px solid #999;
		background-color: #fff;
		padding: 2px 8px;
		letter-spacing: .2em;
		text-transform: uppercase;
	}
	label {
		float: left;
		width: 100px;
		text-align: right;
	}
	.ontop {
		display: block;
	}
	textarea {
		height: 100px;
	}
	input:focus, textarea:focus {
		background: #FFF8D2;
	}
	p.wrap  {
		margin: 6px 0 0 0;
		width: 400px;
		clear:both;
	}	
	p, input, textarea, select, .label, .blabel {
		font: 11px/15px verdana, sans-serif;
	}
	.label, .blabel {
		line-height: 18px;
		padding-right: 7px;
		margin: 4px 0 0 0;
	}
	.blabel {
		font-weight: bold;
	}
	.input_l {
		float: left;
		margin-right: 3px;
		width: 200px;
	}
	.input_m {
		float: left;
		margin-right: 3px;	
		width: 100px;
	}
	.input_s {
		float: left;
		margin-right: 3px;
		width: 50px;
	}

	.btn {
		width: 90px;
	}
	.error {
	border: 1px solid #CC0000;
	background-color: #F3E0D9;
	}
	.message {
	border: 1px solid #137E3F;
	background-color: #C6EAC5;
	}
	/* ]]> */
	</style>