body{
  	background-image: url(img/fon2.png);
    background-repeat: no-repeat;
}
h1 {
  color: #cc6699;
  }
  
textarea#styled {
	width: 350px;
	height: 130px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#oscilloscope {
  	background-image: url(img/monitor.png);
    background-repeat: no-repeat;
	background-size: 500px 500px;
}
#c1 {
	margin: 40px;
}
#c2 {
	margin: 40px;
}
#begunok td {border:none;}
#begunok {
	font-size: 18px;
	padding: 1px;
	width: 180px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 4px solid #8BA59A;
  display: block;
  background-color: #E6EFEE;
}

#begunok input {
	width: 70px;
	font-family: sans-serif;
	font-size: 14px;
}




#controlPanel2{
	padding: 6px;
	width: 360px;
	height: 97px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  display: block;
  background-color: #8DA198;
}





#controlPanel{
	padding: 6px;
	width: 350px;
	height: 87px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border: 7px solid #DFE9E6;
  display: block;
  background-color: #69919B;
}








#controlPanel  {
	border-spacing: 10px 0; 
}

#controlPanel td {
	text-align: center;
	width: 55px;
	font-family: sans-serif;
    color: white;
}

#tablotimer{
	padding-top:1px;
  font-size: 36px;
  background-color: #000;
  color: #E6EFEE;
    border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  border: 2px solid #8BA59A;
}


