	<style type="text/css" title="text/css">
	/* <![CDATA[ */
	.form {
		float: left;
		margin: 0;
	}
	fieldset {
		position: relative;
		width: 500px;
		margin: 0 0 10px 10px; 
		padding: 10px 20px;
		border: 1px solid #999;
		background-color: #eee;
		text-align: left; /*for ie*/
		clear: left;
	}
	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;
	}
	.wrap  {
		float: left;
		display: inline;
		margin: 0 0 6px 0;
		width: 500px;
		clear: both;
	}	
	input, textarea, select, .label, .blabel {
		font: 11px/15px verdana, sans-serif;
	}
	.first {
		clear: left;
	}
	.label, .blabel {
		line-height: 18px;
		padding-right: 7px;
	}
	.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;
	}
	.last_label {
		float: left;
		clear: left;
	}
	.submit {
		margin-left: 40px;
	}
	a.tip {
		color: #000;
		text-decoration: none;
	}
	a:hover.tip {
		text-decoration: none;
	}
	
	.message_error {
		float: left;
		margin: 0 0 20px 110px;
		font: 11px/15px Arial, sans-serif; /*get from CSS*/
		width: 250px; 
		padding: 6px 30px;
		border: 1px solid #c00;
		background: #fff url(images/error.png) no-repeat 8px center;
	}

.message_error .msg {
	color: #c00;
	padding-top: 4px;
}
	/* ]]> */
	</style>