@charset "utf-8";

.webservice{
 border: 1px solid black;
 width:800px;
 height:450px;
 margin-top:10px;
 background-color:#EEEEEE;
 border-collapse:collapse;
	
	}

.field{
	width:700px;
	height:350px;
	margin-left:5px;
	margin-top:5px;
	background-color:#EEEEEE;
	border: 1px solid black;
}

.text{
	height:250px;
	width:90%;
	border: 1px solid black;
	resize:none;
}

.operate{
	width:700px;
	height:80px;
	margin-left:5px;
	margin-top:15px;
	padding-top:4px;
	background-color:#EEEEEE;
	border: 1px solid black;

	}

/*.threshold {
	float:left;
	margin-left:4px;
	margin-top:2px;
	width: 330px;
	height: 50px;
	font-family: Arial,Helvetica;
  font-weight: bold;
}*/

.threshold {
    float:left;
    margin-left:4px;
    margin-top:2px;
    width: 300px;
    height: 50px;
    font-family: Arial,Helvetica;
  font-weight: bold;
}

.threshold div{
    margin-top:6px;
}

.threshold div input{
    margin-left:15px;
}


.console {
	float:left;
	margin-left:25px;
	margin-top:2px;
	
/*	
	margin:0 auto;
	text-align: center;*/
	
	width: 300px;
	height: 50px;
  font-family: Arial,Helvetica;
  font-weight: bold;
}

.console div{
    float: left;
    margin-left: 15px;
}

.btn{
font-family: Arial,Helvetica;
  font-weight: bold;  
  display: inline;
  width: 80px;
 height: 35px;
 float: left;
 margin-left: 5px;
}


filedset
{
   
	margin:0px auto;
        -moz-border-radius:8px;
}
