/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body{background-color:gray;}
p{color:blue;}
h3{color;white;}
.input{
	border:1px solid #006;
	width:150px;
	color:black;
}

fieldset{
	border:1px solid #000 ;
	position:relative;
	left:10px;
		right:10px;

}

legend{
	padding: 0.2em 0.5em;
	color:#8e3a47;
	font-size:18px;
	text-align:center;
	
	
}

.LensTable,th,td
{
	position:relative;
	border:0px solid black;

}

.DectectorPixelFieldSet
{
	position:relative;
	top:0px;
	height:185px;
	width:350px;
}

.DistanceToTargetFieldSet
{
	position:relative;
	height:138px;
	width:350px;
}

.MetricsCls
{
	position:relative;
	width:200px;
}

.ResultTable
{
	position:relative;
	left:-2px;
	
	width:600px;
	height:325px;
}
.TargetSizeFieldSet
{
	position:relative;
	height:138px;
	width:350;
}

.ResultFieldSet
{
	position:relative;
	
}