﻿/* ----------- My Form ----------- */
.myform
{
font-family:"Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: #232323;
margin:0 auto;
width:450px;
padding:14px;
}
.spacer{clear:both; height:1px;}

.result 
{
    color: Red;
}

/* ----------- stylized ----------- */
#stylized
{
font-family:"Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: #232323;
border:solid 2px #b7ddf2;
background:#fff;
}
#stylized h1 {
font-size:18px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:150px;
float:left;
}
#stylized .small{
color:#ff0000;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input, textarea, select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized .btn{
clear:both;
margin-left:160px;
width:125px;
height:31px;
background:#0B6799;
text-align:center;
line-height:20px;
color:#FFFFFF;
font-size:14px;
font-weight:normal;
}
