input, select, textarea {
	width: 205px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}



.basic_row {
	clear: both;
}
.basic_row2 {
	clear: both;
	text-align:center;
	float: left;
	width:500px;
	height:28px;
	padding:2px;
color: black;
}
.two_col_left {
	text-align:right;
	float: left;
	width:150px;
	height:28px;
	padding:2px;
}
.two_col_right {
	text-align:left;
	float: left;
	width:350px;
	height:28px;
	padding-left:5px;
}
.two_col_left2 {
	text-align:right;
	float: left;
	width:150px;
	height:100px;
	padding:2px;
}
.two_col_right2 {
	text-align:left;
	float: left;
	width:350px;
	height:100px;
	padding-left:5px;
}
.clear_float {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}