@charset "UTF-8";


/* ================================ */
/* ====== FIBERTECH NETWORKS ====== */
/* ========== STYLESHEET ========== */
/* ================================ */


/* =========== FORMS ========== */
fieldset {
	
	}
	
label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	}

#h_col_left input.btn_submit{

			background: transparent url(/images_homepage/submit_btn.gif) no-repeat;
			height: 42px;
			width: 99px;
			border: none;
			float: right;
			padding-top: 15px;
	
	}
#h_col_left table tr td{
	
	font-size: 14px;
	font-weight:bold; 
	color: #666;

}
	
input, textarea, select {
	/* margin-bottom: 5px; */
	/* adding: 3px; */
	/* width: 20px; */
	}
	
	
	#eyebrow input#criteria {
		width: 150px;
		/* margin: 5px 0; */
		background: #e5e4e4;
		color: #000;
		border: 1px solid #d0d0d0;
		font-size: 11px;
		height: 20px;
		padding-left: 5px;
		}
	
	input.btn_go {
		height: 17px;
		/* padding: 2px 0; */
		/* margin-top:5px; */
		/* padding: 4px 0 0 0; */
		border: 0;
		cursor: pointer;
			background: transparent url(/images_common/go_btn.jpg) no-repeat;
			width: 28px;
			height: 23px;
			vertical-align: top;
		}
		
		input.btn_go {
		/*
	background: transparent url(/images_common/go_btn.jpg) no-repeat;
			width: 28px;
			height: 23px;
*/
			}
	
		
	input.btn_submit,
	input.btn_reset {
		padding: 2px 10px;
		font-size: 14px;
		font-weight: bold;
		color: #555;
		letter-spacing: -1px;
		text-shadow: 0 1px 1px #fff;
		background: #fff url(../img/bg_navigation.gif) top left repeat-x;
		border: 1px solid #bbb;
		}
			
#content input,
#content textarea,
#content select {
	margin-left: 5px;
	border: 1px solid #ccc;
	}
	
	#content input:focus,
	#content textarea:focus,
	#content select:focus {
		border: 1px solid #5a6564;
		}
		
	#content input.inp_radio {
		border: 0;
		padding: 0;
		vertical-align: middle;
		}
