
.input_inreg  {
	border:1px solid black;
}
	.row {
		margin:2px 0px 5px 0px;
		width:470px;
	}

		.row div.col_1 {
			float:left;
			width:280px;
			text-align:right;
			padding:2px 5px 0px 0px;
		}

		.row div.col_2 {
			float:left;
			width:160px;
			padding-left:5px;
		}

		.row div.col_3 {
			float:left;
		}


div.valid {
	position:absolute;
	padding:0px 10px 0px 27px;
	font-size:11px;
	color:white;
	background: #00d800 url('/images/certified.gif') no-repeat scroll;
	font-weight:bold;
	white-space:nowrap;
	height:17px;
	margin-top:2px;
}

div.invalid {
	position:absolute;
	padding:0px 10px 0px 27px;
	font-size:11px;
	color:white;
	background: #FF0000 url('/images/incertified.gif') no-repeat scroll;
	font-weight:bold;
	white-space:nowrap;
	height:17px;
	margin-top:2px;
}

.comment_mic {
	font-size:10px;
	margin-left:240px;
}