.plus{
	color:#164D6D;
	font-weight:bold;
	font-size:16px;
	margin-left:3px;
	margin-right: 3px;
}

#lenses{
border: 1px solid black;
}
table{
	font-family:      Arial, Times, sans-serif;
}



thead{
	font-family:      Arial, Times, sans-serif;
	background:#2172A1;
	color: white;
	font-weight:bold;
	text-align:center;
	font-size:20px;
}

#results{

white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
}

#lenses{
border-collapse:collapse;
}

fieldset {
	display:inline;
	float:left;
    color: #666;
    background-color: #efefef;
    padding: 2px;
    border: solid 1px #d3d3d3;
    width: 350px;
    }
    
    legend h1{
    font-size:16px;
    font-weight:none;
    
    }
    
    legend {
    color: white;
    font-size:16px;
    background-color: #2172A1;
    padding: 2px 6px;
    margin-bottom: 8px;
    }
    
    label  {
    font-weight:bold;
    line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 145px;
    padding: 3px;
    }
    
    #fmount{
    width:300px;
    padding:1px;
    margin-bottom:5px;
    }
    
    .flabel{
    width: 145px;
    background-color: #2172A1;
    float:left;
    display:inline;
    color:white;
    }
    
    label.fieldLabel  {
    display: inline;
    float: none;
    }
    
    input.formInputText  {
    font-size: .8em;
    color: #666;
    background-color: #FCF4EF;
    padding: 2px;
    border: solid 1px #E6B091;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    height: 12px;
    }
    
	select.formSelect {
    font-size: .8em;
    color: #666;
    background-color: #FCF4EF;
    padding: 2px;
    border: solid 1px #E6B091;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    }
    
    #sidepanel{
    font-family:      Arial, Times, sans-serif;
	color:black;
	border: 0px solid #DA8E61;
	width: 350px;
	height:190px;
	display:block;
	float:left;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	padding-top:10px;
	padding-left:5px;
	text-align:left;
    }
    
    #find{
    cursor:hand;
    }