p, h1, form, button {
  border:0; 
  margin:0; 
  padding:0;
}
.spacer {
  clear:both; 
  height:1px;
}

/* ----------- My Form ----------- */
.myform{
  margin-top: 30px;
  width:275px;
  padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
  border:solid 2px #b7ddf2;
  //background:#ebf4fb;
  background:#DDF8CC;
}
#stylized h1 {
  font-size:20px;
  font-weight:bold;
  color: #003399;
  margin-bottom:4px; 
}
#stylized p{
  font-size:11px;
  color:#666666;
  margin-bottom:20px;
  border-bottom:solid 1px #b7ddf2;
  padding-bottom:10px;
}
#stylized label{
  display:block;
  font-size: 15px;
  font-weight:bold;
  text-align:right;
  width:80px;
  float:left;
  margin-top: 3px;
}
#stylized .small{
  color:#666666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:140px;
}
#stylized input{
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #aacfe4;
  width:165px;
  margin:2px 0 5px 10px;
}
#stylized select{
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #aacfe4;
  width:170px;
  margin:2px 0 5px 10px;
}
#stylized button{ 
  clear:both;
  margin-top: 10px;
  margin-left:90px;
  width:125px;
  height:31px;
  background:#666666 url(/library/images/button.png) no-repeat;
  text-align:center;
  line-height:31px;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
  cursor: pointer;
}