/* set universal form style */
label {
  color:#666;
  width:150px;
  display:block;
  float:left;
}
input, select {
  border:1px solid #aaa;
  color:#222;
}
input[type="checkbox"]{
  border: none;
}

.display_single select, .display_single input{
  width:260px;
}

.display_single input[type="checkbox"]{
  width:auto;
}
.display_single select option{
  padding:0px 0px 0px 5px;
  background-color: #FFF;
}
input.submit {
  border:0;
  padding:2px 5px;
  background-color:#3367a7;
  color:white;
  margin-top:3px;
}

a.button {
    background: transparent url('/image/form/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/image/form/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* BUTTONS */
button{
    margin:0 7px 0 3px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button{
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}