h2 {
    font-weight: 600;
    padding-bottom: 0.5em;
    color: #690;
    font-size: 1.25em;
}

.meLogo {
    text-indent: -999%;
    background: url(/images/me_logo.png) no-repeat left top;
    display: block;
    width: 147px;
    height: 25px;
    padding-bottom: 1em;
}

.meLogoResults {
    text-indent: -999%;
    background: url(/images/me_logo_results.png) no-repeat left top;
    display: block;
    width: 203px;
    height: 25px;
    padding-bottom: 1em;
}

.side {
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

fieldset {
    margin: 5px 0;
    padding: 1em;
    border: 0px solid #d1d1d1;
}

input:focus {
    background: #ffc;
}

input[type="text"] {
    font-size: 1.25em;
    line-height: 1.3em;
    width: 250px;
}

#me_button {
    text-align: center;
}

#me_button .button {
    color: #fff;
}

ul#tabs {
    float: left;
    margin: 0 0 -1px 20px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

ul#tabs li {
    background: url('/images/tab-brown.png') top left no-repeat;
    border-bottom: 1px solid #ccc;
    float: left;
    list-style: url('/images/blank.gif');
    margin: 0;
    padding: 0;
}

ul#tabs li a, ul#tabs li span {
    background: url('/images/tab-brown.png') top right no-repeat;
    display: block;
    margin-left: 10px;
    padding: 10px 20px 10px 10px;
    text-decoration: none;
}

ul#tabs li.selected {
    background: url('/images/tab-yellow.png') top left no-repeat;
    border-bottom: 1px solid #CC9;
}

ul#tabs li.selected a, ul#tabs li.selected span {
    background: url('/images/tab-yellow.png') top right no-repeat;
}

.largeContainer {
    margin-top: 0;
    position: relative;
    z-index: 5;
}

form {
}

fieldset {
    max-width: 540px;
    padding: 0;
}

fieldset fieldset {
    border: 0;
    margin: 0;
}

fieldset fieldset span {
    margin: 0;
}

fieldset label {
    text-align: left;
    width: 165px;
    padding-right: 10px;
    margin: -3px 0 0 0;
    _margin: -2px 0 0 0;
    font-size: 13px;
    font-weight: bold;
}

#long {
}

#long fieldset {
    max-width: 830px;
}

#long fieldset label {
}

.wide {
    display: block;
    margin: 0 0 2px 0;
    text-align: left;
    width: auto;
}

#emailForm {
    bottom: 50px;
    left: 200px;
    position: absolute;
    text-align: center;
    z-index: 800;
}

.close {
    float: right;
}

div.wicket-aa {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
    font-size: 12px;
    background-color: white;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    padding: 2px;
    margin: 1px 0 0 0;
    text-align: left;
}

div.wicket-aa ul {
    list-style: none;
    padding: 2px;
    margin: 0;
}

div.wicket-aa ul li.selected {
    background-color: #FFFF00;
    padding: 2px;
    margin: 0;
}

.hudLogo {
    margin-left: 90px;
}