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

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #005FAF;
/*border:solid 1px #797979;*/
background:#ebf4fb;
-moz-opacity:0.85;
opacity: 0.85;
filter:alpha(opacity=85);
border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;  
-khtml-border-radius:10px;
/*behavior:url(border-radius.htc);*/
/*background:#AFD5E0;*/
}
#stylized h2 {
font-size:20px;
font-weight:bold;
margin-bottom:8px;
text-align:left;
}
#stylized h1 {
font-size:16px;
font-weight:bold;
margin-bottom:8px;
text-align:left;
}
#stylized .faq{
text-align:left;
clear:both;
margin-top: 5px;
}
#stylized .texter{
text-align:justify;
color:#666666;
}
#stylized .field{
width:690px;
height:60px;
text-align:left;
display:inline;
}

#stylized p{
font-size:13px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
padding-top:10px;
text-align:justify; 
clear:left;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:290px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:13px;
font-weight:normal;
text-align:right;
width:290px;
}
#stylized input{
    float:left;
    display:block;
}

#stylized .inputfield{
float:left;
display:block;
font-size:14px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:270px;
height: 26px;
margin:2px 0 20px 10px;
}

#stylized .f_checkbox{
background-repeat:no-repeat;
background-position:center center;
height:20px;
width:20px;
display:block;
float:left;
cursor:pointer;
cursor:hand;
margin:2px 0 20px 10px;
}

#stylized .unchecked{
background-image:url(icon/chk_off.png)
}

#stylized .checked{
background-image:url(icon/chk_on.png)
}

#stylized button{
clear:both;
/*margin-left:305px;*/
margin-bottom:30px;
margin-top:5px;
width:65px;
height:65px;
background:#ebf4fb url(icon/go_65.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized button:hover {
clear:both;
/*margin-left:300px;*/
margin-bottom:25px;
margin-top:0px;
width:75px;
height:75px;
background:#ebf4fb url(icon/go_75.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
cursor:hand;
}

#stylized .pbar{
width:550px;
height:75px;
margin-left:auto;
margin-right:auto;
font-family:"Courier";
font-size:28px;
}

#stylized .result{
font-family:"Courier";
font-size:16px;
}

#stylized .checkit { 
width:100%;
height:20px;
margin-bottom:5px;
clear:both;
text-align:right;
font-size:14px;
}

