
.td1{
  width: 50px; margin-bottom: 8px; text-align: center;
}
.td2{
  margin-left: 10px; width: 100%; padding-left: 6px;
}
.td3{
	text-align: right; line-height: 1.5em; white-space: nowrap;
}
.td4{
  text-align: center; line-height: 1.5em; white-space: nowrap;
}
.td5{
  text-align: right; line-height: 1.5em; white-space: nowrap;
}
input.ro{
	background-color: transparent;
	color: white;
	border: 0;
	text-align: right;
}
#cmd{
  float:left;
	width: 670px;
	text-align: center;
}
#port{
  float:left;
	width: 570px;
	text-align: left;
}
.alert{
	background-color: white;
	border: 1px solid red;
	color: red;
	width: 550px;
	line-height: 2em;
	margin: 0 auto 0 auto;
	text-align: center;
}
.label{
	height: 18px;
	color: white;
	float: left;
	width: 30%;
}
.data{
	height: 18px;
	float: right;
	width: 68%;
}
.data input{
	height: 18px;
	border: 1px solid gray;
	font-family: arial;
	width: 160px;
}

#btncmd{
  float:left;
	width: 700px;
	text-align: center;
	margin-top: 20px;
	* border-bottom: 20px solid transparent;
}
input.btn{
	height: 30px;
	border: 1px solid gray;
	font-family: arial;
	width: 200px;
	padding: 5px;
}