Next

Form

Personal Information
Questionaire
/*method two*/
#stack {
width: 400px; }
#stack label {
display: block;
padding: 3px 0 0;
}
#stack input, select {
background: #efefef;
color: #777;
font: 12px Arial, Verdana, sans-serif;
border: 1px inset;
height: auto;
}
#sidebyside .btn,#stack .btn {
border: 3px double;
border-color: #AEB8D1 #424D6A #424D6A #AEB8D1;
background: #efefef url(btnbg.gif) repeat-x;
display: block;
margin: 5px 10px;
cursor: pointer;
color: #777;
font-weight: bold; }
#stack label.non {display: inline !important; }
.radio {background: transparent !important; border: none !important; }
fieldset {border: 1px solid #344D57;padding: 10px;margin: 10px 0;position: relative;}
legend {color: #777;
margin: 10px 0 10px;
padding: 2px 4px;
border-top: 1px solid #344D57;
border-right: 1px solid #344D57;
border-left: 1px solid #344D57;}
.sub {background: #efefef; }
.slash {
width: 200px;
height: 24px;
padding: 0 20px;
margin: 0;
border: none;
background: url(slash.gif) no-repeat top left;
text-indent: -1000em;
}
#stack input:focus, select:focus {background: #fff; border: 1px solid #0c3}