

#input_form {
	margin: 15px;
	padding: 10px;
	border:1px solid #cccccc;
	position: relative;
	margin-top: 0px;	
	
}

#form_dist,
#form_height,
#form_width {
	
	position: relative;
	display: block;
	padding:1px;

}

#form_height{
	display:inline;
	float: left;
	left: 20px;	
}

#form_height #dim_button {

	width:75px;
	position: relative;
	top:-8px;
}

#form_width{
	left:23px;
}



#form_focal .input_title,
#form_width .input_title,
#form_height .input_title,
#form_dist .input_title {
	font-weight:bold;
}

#form_dist {
	display:inline;	
	float:right;
	position: relative;
	top: -8px;
}

#form_dist #dist_button{
display:inline;
width:80px;
}


#form_focal {
	float: right;
	position: relative;
		top: -18px;
	
}

#form_focal #focal_button {
	width: 80px;
}


#form_focal input,
#form_dist input,
#form_height input,
#form_width input {
	width:40px;
	}

#form_img {
	clear:both;
	position: relative;
	left:5px;
	padding-bottom:20px;
	font-style:italic;
	font-weight:bold;
}

/*-------------------------------------------------------------*/
/* Content table */
/*-------------------------------------------------------------*/
#content_table {
	width: 94%;
	border-collapse:collapse;
	margin-left:15px;
	margin-bottom:15px;
	text-align: center;
	}

#content_table td,
#content_table th {
	padding:5px;
	border: 1px solid #dddddd;
	border-collapse:collapse;
	
}

#content_table th {
	background-color : #eeeeee;
	text-align: left;
	}
#content_table tr td:first-child {
	text-align: left;
	}



#content_table th h3 {
	margin:0 5px; 
	font-size: 10px;
	font-weight: bold;
}
