br{
  clear:both;
  display:table;
}
form{
  line-height: 16px;
}
#armenu{
  clear: both;
  display: table;
  margin: 10px 0px 10px 0px;
  border-bottom: 2px green solid;
  width: 100%;   
}

#armenu ul, #armenu ul li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#armenu ul{
  padding: 0px 5px 0px 10px;  
}
#armenu ul li{
  float: left;
  padding: 2px 0px 0px 0px;
  line-height: 22px;
  margin: 0px 2px 0px 2px;
  position: relative;
  top: 3px;
  *top:2px;
}
#armenu ul li a{
  border: 1px green solid;
  border-bottom: 0px;
  padding: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
  background: url(/pics/topbg.gif) repeat-x left bottom;
  color: white;
}

#armenu ul li .sel{  
  color: black;
  font-weight: bold;
  padding-left: 19px;
  background: url(/pics/pipa.gif) no-repeat 2px 4px;
  background-color: white;  
}
table{
  width: 100%;
}

table tr:hover{
  background-color: rgb(243,243,243);
}
table tr td{
  padding: 3px;  
  vertical-align: top;
  width: 50%;
  border-bottom: 1px rgb(240,240,240) dotted;
}
table tr .star{  
  background: url(/pics/star.gif) no-repeat 0px 4px;
  text-indent: 8px;
}
.input{
  padding: 2px;
  font-size: 14px;
  font-weight: normal;
  color: rgb(0,102,0);
  width: 250px;  
}
.number{
  width: 40px;
  text-align: right;
}
.short{
  width: 110px;
}
.textarea{
  width: 250px;
  padding: 2px;
  font-size: 12px;
}
.mb{
  float: left;  
  padding: 2px 5px 2px 0px;
}

.send{
  clear: both;
  display: table;
  width: 100%;
  padding: 10px 0px 20px 0px;
  
}
.send input{
  padding: 2px;
  font-weight: bold;
  color: black;
  font-size: 14px;
}

.tipp{
  line-height: 13px;
  color: gray;
}
#terulet{
  display: none;  
}
/**/
.dp-choose-date{
  display: none;
}
#dp-popup{
  clear: both;
  width: 200px;
  background-color: white;
  border: 1px silver solid;
}
