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

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 ----------- */
.myform{
margin:0 auto;
width:130px;
padding:2px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 1px #cccccc;  /* form border width */
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight: normal;
margin-bottom:2px;
}
#stylized p{
font-size:11px;
color:#000000;
text-align: center;
font-weight:bold;
margin-bottom:2px;
border-bottom:solid 1px #cccccc;
padding-bottom:2px;
}
#stylized label{
display:block;
font-weight:normal;
text-align: center;
width: 75px;
float: left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:center;
width:40px;
}
#stylized input{  /*input quantity box*/
float: center;
font-size:12px;
padding:0px 0px;
border:solid 1px #000000;
width:25px;  /*input quantity size*/
margin:0px 0 2px 8px;
}
#stylized button{  /*submit button*/
clear:both;
margin-left:10px;
width:100px;
height:20px;
background: #CC66CC;
text-align:center;
line-height:20px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;