@charset "UTF-8";
/* CSS Document */

#login { border-radius: 15px; text-align:center;
  height:180px; width:250px; border: 3px ridge blue; }
#title { border-radius: 10px 10px 0px 0px;
  background-image: -moz-linear-gradient(top , #0000FF, #88BBFF);
  background-image: -webkit-linear-gradient(top , #0000FF, #88BBFF);
  background-image: -ms-linear-gradient(top , #0000FF, #88BBFF);
  height:30px; color:white;  font:bold 22px arial black; }
input { border-radius:10px; border:3px groove blue; margin-top:20px; 
  padding-left:10px; }
label { font:italic 18px arial black; }  
