﻿h2 { color:rgb(102, 51, 0); }
h3 { color:rgb(102, 51, 0); }

.form {
	background-color:yellow;
	margin-top:5px;	
	padding:20px;
	color:black;
}
.form cite {
	color: red;
}
.dcss3 {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.dcss3b {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
}

#DivTemperatureInfo {
	background: #F4F4F4;
	color:gray; 
	padding:10px;
	font-size:12px;	
}
#DivTemperatureInfo td {
	font-weight:normal;
}
#DivTemperatureInfo th {
	color:gray;
	font-size:14px;
	min-width:150px;
}
.txtbx {
	width:100px;
	height:30px;
	font-size:20px;
	text-align:center;
	color:blue;
	margin-right:5px;
	margin-left:10px;
}
#submit {
	width:250px;
	height:36px;
	font-size:20px;
	text-align:center;
	color:blue;
	cursor:pointer;	
	margin-left:50px;
	float:right;
}
#imgtmpshow {
	position:absolute;
	left:50%;
	top:410px;
	width:90px;
	height:150px;
	margin-left:30px;
	z-index:2000;
}
#tabbrolis th {
	text-align:left; width:150px;
}
#tabbrolis td {
	text-align:right; width:auto;
}
.dvtool { width:auto; margin:0px; padding: 10px 10px 10px 10px; text-align: center; background-color:rgb(255, 255, 153); border-radius: 10px 10px 10px 10px; box-shadow: 0 0 10px rgba(0,0,0,0.8); }
.dvssmade {
	width:auto; margin:0px; padding:10px; background-color:rgb(9,9,9); color:rgb(255,255,255);
}

