body {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

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

/* ----------- My Form ----------- */
.stylized {
}

/* ----------- stylized ----------- */
.stylized h1  {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
.stylized p {
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:10px;
}
.stylized label {
    margin-top: 2px;
    padding-top: 4px;
    display:block;
    font-weight:bold;
    text-align:right;
    width:120px;
    float:left;
}
.stylized input[type=text], textarea, select {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #CCC;
    width:310px;
    margin-left:3px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
.stylized select {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #CCC;
    width:316px;
    margin-left:3px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
.stylized button {
    width:50px;
    height:23px;
    background:#666666 url(img/button.png) no-repeat;
    line-height:31px;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    padding-bottom: 3px;
    margin-left: 3px;
}

