body{
   font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color: #dfeff9;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
   margin:0 auto;
   width:400px;

}

/* ----------- stylized ----------- */
#stylized{
 
}

#stylized2{
   width:350px;
   padding:14px;

}

#stylized h1 {
   color: #134f7f;
   font-size:20px;
   font-weight:bold;
   margin-bottom:8px;
}

#stylized p{
   font-size:14px;
   color: #134f7f;
   margin-bottom:20px;
   padding-bottom:10px;
}

#stylized label{
   color: #134f7f;
   display:block;
   font-weight:bold;
   text-align:left;
   width:100%;
   float:left;
   margin-bottom: 5px;
}

#stylized input{
   
}

#stylized input[type=text], #stylized input[type=password]{
   border: 2px solid #a8a8a8;
   font-family: inherit;
   padding: 3px;
   width: 100%;
   margin:0 auto 10;
}


#stylized button{
   
}

.centered {
   position: absolute;
   top: 40%;
   left: 50%; }

.column {
   position: relative;
   width: 466px;
   
   margin-top:-174px;
   margin-left: -233px; 
}

.top {
   background: transparent url(../img/loginbox_top.png) no-repeat top left;
   height: 29px; }
.middle {
   background: transparent url(../img/loginbox_middle.png) repeat-y top left;
   padding: 5px 33px; }
.bottom {
   background: transparent url(../img/loginbox_bottom.png) no-repeat top left;
   height: 29px; }

  
.gistsubmit {
  display: block;
  background: transparent url(../img/loginbutton_left.png) no-repeat 0 0;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 0;
  height: 39px;
  color: #134f7f;
  position: relative;
  margin-right: 5px; }
  .gistsubmit:hover {
    text-decoration: none; }
  .gistsubmit input {
    display: block;
    max-width: 175px;
    overflow: hidden;
    font-style: normal;
    white-space: nowrap;
    background: none;
    border: 0;
    margin: 0 !important;
    padding: 0;
    color: #134f7f;
    font-weight: bold;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 21px;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 11px;
    cursor: pointer;
    position: relative;
    margin-right: -18px !important;
 }
  .gistsubmit span {
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 12px;
    height: 100%;
    background: transparent url(../img/loginbutton_right.png) no-repeat 0 0; }

.clear, .clearboth {
   clear: both; }

.float-right, .right {
   float: right; }

#stylized .error{
   background:  url(../img/error.png) no-repeat 0 0 ;
}

#stylized .success{
   background:  url(../img/ok.png) no-repeat 0 0 ;
}


#stylized .error h1{
   color: red;
   margin-left: 74px;
}

#stylized .error p{
   color: red	;
   margin-left: 74px;
}

#stylized .success h1{
   color: green;
   margin-left: 74px;
}

#stylized .success p{
   color: green;
   margin-left: 74px;
}