* {
 margin: 0; 
 padding: 0; 
}
html,body,#swd_c
{
 background-color: #fff;
 color: #000;
}
#swd_f {
 background-color: transparent;
 color: #000;
}
html
{
 overflow-y:scroll;
 height: 100%
}
body
{
 min-height: 100%;
 text-align:center;
 font:62.5% Arial, Helvetica, sans-serif;
 color: #000;
}
h1 { font-size: 3.0em; }
h2 { font-size: 2.8em; }
h3 { font-size: 2.6em; }
h4 { font-size: 2.4em; }
h5 { font-size: 2.2em; }
h6 { font-size: 2.0em; }
p,address,li,dd,dt,legend
{
 font-size: 1.6em;
 color: #000;
}
.swd_form_td
{
font-size: 1em;
}
#swd_a {
 margin: 0 auto;
 max-width:1200px;
 text-align:left;
 border:0;
}
#swd_b {
 width: 100%;
 min-width:750px; 
 border:0;
}
#swd_a,#swd_b,#swd_x,#swd_y,#swd_z
{
 background-color:transparent;
}
#swd_x,#swd_y,#swd_z
{
 border:0;
}
#swd_w
{
 border:1px solid #000;
}
#swd_c,#swd_f
{
 border:0;
 width: 100%;
}
#swd_f
{
 font-size:0.7em;
 text-align:center;
}
#swd_f p#nocss
{
 display:none;
}

ul,ol {margin-left: 2.5em; padding-left: 0;}   

.swd_form {
  display: table;
  text-align:center;
  margin: 0 auto;
}
.swd_form label {
  display: block;
  border: 0;
  text-align:center;
}
.swd_form fieldset fieldset label {
  margin: 0 0.1em 0 0;
  float: left;
  text-align:right;
  vertical-align:top;
}
.swd_form fieldset fieldset input,.swd_form fieldset fieldset textarea {
  vertical-align:top;
}
.swd_form fieldset fieldset textarea {
  overflow:auto;
}
.swd_form fieldset fieldset ol li {
 clear: left;
 margin: 0.5em 0;
 text-align:left;
}
.swd_form fieldset fieldset ol {
 border: 0;
 list-style:none;
 margin: 0;
}

.swd_form fieldset fieldset label
{
  width:6em;
}
.swd_form fieldset fieldset input.input_text,
.swd_form fieldset fieldset select.input_text,
.swd_form fieldset fieldset textarea
{
  width:24em;
}
.swd_form fieldset fieldset input,.swd_form fieldset fieldset textarea
{
}
.swd_form fieldset fieldset textarea
{
 height: 10em;
}
.swd_form fieldset .hidden {
  display:none;
}
