*{
  margin: 0;
  padding: 0;
}

body{
  background: #b4e637;
}
fieldset{
  margin: auto;
  margin-top: 20px;
  border: 1px solid black;
  width: 280px;
  background: #C7EC66;
}
legend{
   font-weight: bolder;
}
label{
float: left;
width: 110px;
 /* text-align: left; */

}
input{
  width: 150px;
}
.poga{
  width: 60px;
  float:right;
  margin: 2px 10px 2px 0px;
}
p{
  margin:5px;
}
ul li{
  list-style-image: url(../../img/bulet_link.gif);
  list-style-position: inside ;
}

li a{
    text-decoration: none;
    color: black;
    padding: 0px 0px 0px 0px;
}
li a:link{
  color:black;
}
li a:hover, li a:active{
    font-size: 100%;
    font-weight: bolder;
}










