
	.form {
		float: left;
		width: 400px;
	}
	fieldset {
		position: relative;
		width: 500px;
		margin: 0 0 20px 0; 
		padding: 10px 20px;
		border: 1px solid #9d2023;
		background-color: #fff;
		text-align: left; /*for ie*/
	}
	legend {
		position: absolute;
		top: -10px;
		left: 20px;
		font: 11px/15px verdana, sans-serif;
		border: 1px solid #9d2023;
		background-color: #9d2023;
		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;
	}
	.label, .blabel {
		line-height: 18px;
		padding-right: 7px;
	}
	.blabel {
		font-weight: bold;
	}
	.input_l {
		float: left;
		display: inline;
		margin-right: 3px;
		width: 200px;
		height: 20px;
	}
	.input_m {
		float: left;
		display: inline;
		margin-right: 3px;	
		width: 100px;
		height: 20px;
	}
	.input_s {
		float: left;
		display: inline;
		margin-right: 3px;
		width: 50px;
		height: 20px;
	}
	.submit {
		margin-left: 40px;
	}
	a.tip {
		color: #000;
		text-decoration: none;
	}
	a:hover.tip {
		text-decoration: none;
	}
	.last_label {
		float: left;
		clear: left;
		display: inline;
		width: 500px;
		height: 100%;

	}
