h1 {font-family:arial; color:#000066; font-weight:bold; font-size:15px;
}
h2 {font-family:arial; color:black; font-weight:normal; font-size:13px;
}
h3 {font-family:arial; color:black; font-size:13px, font-style:bold;
}
p {font-family:arial; color:black; font-size:13px;
}
body {font-family:arial; color:black; font-size:12px
}
div {font-family:arial; color:black; font-style:bold; font-size:18; margin:0px;
}
div.img
{ border-width:2px;
  border-color:#B4D2FF;
  margin:20px;
}
span {font-family:arial; color:black; font-size:12px; padding:2px
}
span { margin: 0px;
  height: auto;
  width: auto;
  text-align: left;
}
a {font-family:arial; color:blue; font-size:13px; padding:5px
}
a { margin: 0px;
  border: 0px solid #ff0000;
  height: auto;
  float: center;
  text-align: center;
}
div.img
{ display: inline;
  margin: 5px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;
}
div.desc
{ text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 5px;
}
table,td
{ text-align:center;
  font-family:arial;
  font-size: 13px;
  border width:2px;
  padding:4px;
}

fieldset 
{ margin:0px;
 width: 27%;
 background-color: #D6EFD6;
}
legend
{ font-family:arial;font-size: 14px;color: red;
}
#calculate {
    background-color: #E2E2E5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-box-shadow : 0px 0px 10px rgba(100,100,100,2.0);
	-moz-box-shadow : 0px 0px 10px rgba(100,100,100,2.0);
	box-shadow : 0px 0px 10px rgba(100,100,100,2.0);
    border-radius:3px;
	padding : 3px 3px;
    color: #6e9c0b;
    font: bold 14px 'Verdana';
    text-decoration: none;
    cursor: poiner;
   	border : solid 2px #59595c;
}
#calculate:hover {
    border: 4px;
	border : solid 2px #787678;
    background:#FFFFCC;
    box-shadow: 2px 2px 2px #777;

}
#print {
    background-color: #E2E2E5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-box-shadow : 0px 0px 10px rgba(100,100,100,2.0);
	-moz-box-shadow : 0px 0px 10px rgba(100,100,100,2.0);
	box-shadow : 0px 0px 10px rgba(100,100,100,2.0);
    border-radius:3px;
	padding : 3px 3px;
    color: #6e9c0b;
    font: bold 14px 'Verdana';
    text-decoration: none;
    cursor: poiner;
   	border : solid 2px #59595c;
}
#print:hover {
    border: 4px;
	border : solid 2px #787678;
    background:#FFFFCC;
    box-shadow: 2px 2px 2px #777;
    
}
#ldunit{
    width: 100%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: black;
    font-size: 1em;
    line-height:1.2em;
    margin: 0 0 1px;
    padding: 3px 0; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
    border-weight: 1px;
	border-color:#000000;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('D-arrow.png') no-repeat 100% 0px #E2E2E5; /* add your own arrow image */
    *background-image:none; /* turn bg image for IE7 */
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}
#ldunit option {
    background: #fff; /* style the dropdown bg color */
}
#ldunit:hover {
    border: 4px;
	border : solid 2px #787678;
    background:#FFFFCC;
    box-shadow: 2px 2px 2px #777;

}
#units{
    width: 100%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: black;
    font-size: 1em;
    line-height:1.2em;
    margin: 0 0 1px;
    padding: 3px 0; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
    border-weight: 1px;
	border-color:#000000;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('D-arrow.png') no-repeat 100% 0px #E2E2E5; /* add your own arrow image */
    *background-image:none; /* turn bg image for IE7 */
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}
#units option {
    background: #fff; /* style the dropdown bg color */
}
#units:hover {
    border: 4px;
	border : solid 2px #787678;
    background:#FFFFCC;
    box-shadow: 2px 2px 2px #777;

}
