.top_left {
	float:left;
	width:393px;
	height:85px;
	padding-bottom:6px;
}

.top_right {
	float:left;
	width:186px;
	height:85px;
	margin-left:6px;
	border-left: 1px solid #ccc;
	padding-bottom:6px;
	padding-left:6px;
}



/*--- Graphic Button -----*/

.button_join {
	background-color:#FFFFFF;
	background-image:url(../../images/site/graphics/footer.jpg);
	border:1px solid #fff;
	color:#fff;
	padding:4px 25px;
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin:6px 0 0 16px;
	text-decoration:none;
	font-size:1.1em;
}

.button_join:hover {
	background-color:#F2FAFF;
	color:#ccc;
	border-color:#ccc;
	}

/*--- Search Box Inputs -----*/

.input_comm {
	height:14px;
	padding:5px 0 0 0px;
	width:87px;
	margin-left: -7px;
	border:solid 1px #888;
	font-size: 1.1em;
	font-family: "Helvetica", Verdana, Verdana, sans-serif;
	float:left;	
}

.form2_input_comm1 {
	padding-bottom:6px;
	margin: 0 ;
	font-size:0.9em;
	font-weight:normal;
	float:left;
	}

.input_comm:focus, .select_comm:focus, .select_comm2:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F0F6FF none repeat scroll 0 0;
	border-color:#888888;
}

.form2_label_comm {
	width: 54px;
	padding-top:5px;
	font-size:1em;
	font-weight:normal;
	color:#888888;
	margin:4px 0 8px;
	float:left;
}
.form2_input_comm { 
	float:left;
	font-size:0.9em;
	font-weight:normal;
	margin:5px 0 0 7px;
	padding-bottom:6px;
}

.select_comm, .select_comm2, .select_comm3 {
	border:1px solid #888888;
	font-size:1.1em;
	margin:0 2px 0 0;
	padding: 3px 0pt 0pt 2px;
	height: 20px;
	width: 92px;
	display:inline;
	line-height:3em;
}

.select_comm2 { width: 60px; }
.select_comm3 { width: 40px; }

.form2_label_comm {
	font-size:1em;
	font-weight:normal;
	margin:4px 0 8px;
	width:54px;
	padding-top:5px;
	float:left;
}

.box_grad {
 background-image:url(../../images/site/graphics/box_grad.jpg);
 background-repeat:no-repeat;
 width:169px;
 float:left;
 height:6px;
}