#hd {
  font-size:2.5em;
  font-weight: bold;
  padding:10px;
  border-bottom: 1px solid #ccc;
}

#ft {
  border-top:1px solid #ccc;
  padding:10px;
}

.fieldname {
  padding:3px;
  font-weight:bold;
  font-size:1.1;
}

.subform_title {
  font-size:16px;
  font-weight:bold;
  padding:5px;
  border-top:1px solid #ccc;
  background-color:#eee;
  border-bottom:1px solid #ddd;
}

#menu {
  padding:5px;
}

.tab-pane {
  padding:20px;
  margin-top:10px;
  border:none;
}

table.email_list th {
  padding:10px;
  color:#fff;
  background-color:#000;
  font-weight:bold;
}

table.email_list td {
  padding:5px;
}

table.stan-table th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
  sans-serif;
  color: #6D929B;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

table.stan-table td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #6D929B;
}

table.stan-table td.alt {
  background: #F5FAFA;
  color: #B4AA9D;
}

table.stan-table th.spec { 
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(images/bullet1.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
  sans-serif;
}

table.stan-table th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(images/bullet2.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
  sans-serif;
  color: #B4AA9D;
}

.myform{
  margin:0 auto;
  width:auto;
  padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
  border:solid 2px #b7ddf2;
  background:#ebf4fb;
}
#stylized h1 {
  font-size:14px;
  font-weight:bold;
  margin-bottom:8px;
}
#stylized p{
  font-size:11px;
  color:#666666;
  margin-bottom:20px;
  border-bottom:solid 1px #b7ddf2;
  padding-bottom:10px;
}
#stylized label{
  display:block;
  font-weight:bold;
  text-align:right;
  width:140px;
  float:left;
}
#stylized .small{
  color:#666666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:140px;
}
#stylized input{
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #aacfe4;
  width:200px;
  margin:2px 0 20px 10px;
}
#stylized select{
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #aacfe4;
  width:200px;
  margin:2px 0 20px 10px;
}
#stylized button{
  clear:both;
  margin-left:150px;
  width:125px;
  height:31px;
  background:#666666 url(img/button.png) no-repeat;
  text-align:center;
  line-height:31px;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
}

#stylized legend {
  font-size:1.2em;
  font-weight:bold;
  padding:5px;
  color: #95BBD0;
}

#stylized fieldset {
  border: 1px solid #B7DDF2;
  width:300px;
}

.spacer {
  clear:both;
}

#stylized input.radio {
  padding-left:0px;
  margin-left:0px;
  margin-top:0px;
  margin-bottom:10px;
}

p.tab-buttons {
  padding:8px;
  border-bottom:1px solid #B7DDF2;
}

p.tab-buttons a {
  padding:10px;
}

.fielddata {
  background-color:#EBF4FB;
}

.fieldname {
  background-color:#EBF4FB;
}

input {

}

p label {
  font-weight:bold;
  font-size:1.3em;
}

p {
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
}

p input {
  font-size:1.1em;
  font-weight:bold;
  border:1px solid #ccc;
  padding:10px;
}

p select {
  font-size:1.1em;
  font-weight:bold;
  border:1px solid #ccc;
}

p textarea {
  border:1px solid #ccc;
}

img.icon {
  padding:5px;
}

h2 {
  font-size:18px;
  font-weight:bold;
}
