html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    background-repeat: no-repeat;
}

* {
    outline: none;
}

p, div {
    cursor: default;
}

a, a:active, a:visited, a:focus {
    color: #4444aa;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a div {
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

body { 
    line-height: 1.5; 
    color: #111;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

ul {
    list-style-type: none;
}

.clear {
    clear: both;
}

body {
    background-color: #ffdddd;
    font-family: georgia, serif;
    -webkit-text-size-adjust: none;
}

input[type=text], textarea {
    border: 1px inset #999;
    resize: none; 
}

label {
    font-size: 11px;
}

/* http://particletree.com/features/rediscovering-the-button-element/ */

button {   
    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:#565686;
    cursor:pointer;
    padding: 3px 8px 4px 5px;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}

input[type="text"],
input[type="password"] {

    border:1px solid #dedede;
    border-top:1px solid #999;
    border-left:1px solid #999;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
}

input[type="checkbox"] {

    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
}

button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}



.layout-wrapper {
    position: relative;
    width: 924px;
    margin: 0 auto;
}

.header {
    background-color: #ffeeee;
    border-bottom: 1px solid #eecccc;
    padding: 5px 5px 8px 7px;
}

.header a {
    color: inherit;
}

.header a:hover {
    text-decoration: none;
}

.logo {
    float: left;
    margin: 0 14px 0 8px;
    background: url('../images/logo_med.png');
    width: 63px;
    height: 81px;
}


.wrapper {
    max-width: 740px;
    margin: auto;
}

.subh1 {
    font-size: 16px;
    line-height: 1.1;
}

.subh3 {
    margin: -3px 0 0 0;
}

.subh3 a {
    color: #77c;
}

.calendar-wrapper {
    position: relative;
    width: 322px;
    padding: 5px 5px 10px 5px;
    margin: 5px 10px 5px 0px;
    float: left;
    
    background-color: #ffffff;
    font-size: 11px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 1px 1px 3px #993333;
    -moz-box-shadow: 1px 1px 3px #993333;
    
}

.infopage {
    position: relative;
    width: 604px;
    padding: 20px 30px;
    margin: 5px 10px 5px 0px;
    float: left;
    
    background-color: #ffffff;
    font-size: 12px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 1px 1px 3px #993333;
    -moz-box-shadow: 1px 1px 3px #993333;
    
}

.calendar-wrapper h2,
.messages h2 {
    /*text-align: right;*/

    font-weight: normal;
    font-size: 15px;
    margin-bottom: 5px;
    
}

.calendar-wrapper h2 {
    color: #cc9999;
}

div.info {
    position: relative;
    float: right;

    width: 230px;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 10px 5px;
    
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;

    xborder: 1px solid #ecc;
    
    x-webkit-box-shadow: 0px 1px 4px #cc9;
    x-moz-box-shadow: 0px 1px 4px #cc9;
    xbox-shadow: 0px 1px 4px #cc9;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.messages {
    position: relative;
    float: left;
    width: 675px;
    xmin-height: 45px;
    margin: 5px 0 0 0;
}

.messages .placeholder {
    height: 45px;
}

.section {
    margin-bottom: 20px;
    clear: both;
}

button {
    font-size: 11px;
}

h1 {
    xfont-weight: bold;
    font-size: 24px;
    xtext-align: right;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
}

h3 {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
}

#info h3 {
    xfont-weight: bold;
    xcolor: #444;
}

h4 {
    font-size: 12px;
    line-height: 18px;
}

.copytext h1 {
    margin: 0 0 10px 0;
}

.copytext h2 {
    margin: 1.5em 0 0.5em 0;
}
.copytext h3 {
    margin: 1.5em 0 0.5em 0;
}

.copytext p {
    margin: 0 0 0.5em 0;
}

.copytext a {
    color: #7777CC;
}

.copytext a.external {
    background: url("../images/external-link.png") no-repeat scroll 1px center transparent;
    padding: 0 0 0 12px;
}


.copytext strong {
    font-weight: normal;
    text-decoration: underline;
}

.calendar {
    clear: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #333333;
    width: 100%;
    background-color: #dddddd;
    padding: 0 0 1px 1px;
    xoverflow: hidden;
    margin-bottom: 5px;
    xpadding-top: 2px;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    
}

.calendar .cell {
    position: relative;
    float: left;
    margin: 1px 1px 0 0;
    padding: 0px;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    
    xclear:right;

    x-webkit-border-radius: 2px;
    x-moz-border-radius: 2px;
    xborder-radius: 2px;
}

.past .day {
    cursor: pointer;
}

.past .day:hover {
    background-color: #ffeeee;
}

.calendar .moon-0,
.calendar .moon-f {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    z-index: 2;
    opacity: 0.6;
}

.calendar .today .moon-0,
.calendar .today .moon-f {
    bottom: 1px;
    right: 0px;
}

.calendar .moon-f {
    background: url('../images/moon_full.png') no-repeat;
}
.calendar .moon-0 {
    background: url('../images/moon_new.png') no-repeat;
}

/* clip month labels after sunday */
.calendar .w-0 {
    overflow: hidden;
    background-color: #eeeeee;
}

.calendar .today {
    xpadding: 1px;
    width: 43px;
    height: 43px;
    border: 1px solid #cccccc;
    top: -1px;
    left: -1px;
    z-index: 2;
    
    -webkit-box-shadow: 1px 1px 4px #993333;
    -moz-box-shadow: 1px 1px 4px #993333;
    
}

.calendar .blood,
.calendar .maybe {
    background-color: #ffcccc;
    background-repeat: no-repeat;
    background-position: 50% 14px;
}

.calendar .blood {
    background-image: url('../images/strawberry.png');
}

.calendar .blood .l-d {
    display: none;
}

.calendar .maybe {
    background-color: #ffdddd;
    background-image: url('../images/strawberry_10x10.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.calendar .fruit {
    background-color: #ffffdd;

    background-image: url('../images/excl_10x10.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.calendar .l-m,
.calendar .l-d,
.calendar .l-wd {
    cursor: inherit;
}

.calendar .l-m {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #666666;
    border-top: 1px solid #cccccc;
}

.calendar .l-d {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}
.calendar .l-wd {
    text-align: center;
    line-height: 12px;
    margin-top: 2px;
}

.calendar .l-today {
    text-align: center;
    line-height: 11px;
    background-color: #bbbbbb;
    color: #ffffff;
    xfont-weight: bold;
    padding-bottom: 1px;
    padding-top: 1px;
    position: absolute;
    bottom: 0px;
    width: 100%;
/*    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
}

.cycle-info {
    display: none;
}

.cycle-info th {
    padding-right: 4px;
}

.stat-med,
.stat-min,
.stat-max {
    display: none;
}

.save-form {
    display: none;
    position: relative;
    clear: both;
    
    padding: 0 5px;
    font-size: 11px;
    line-height: 25px;

    background-color: #ffeeee;
    border: 1px solid #eecccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.save-form h4 {
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
}

.save-form h4 span {
    cursor: pointer;
}

.save-form label {
    font-size: 11px;
    margin-right: 4px;
}

.save-form .name-row,
.save-form .email-row {
    float: left;
}

.save-form .name-row {
    width: 192px;
}

.save-form .password-row {
    width: 164px;
}

.save-form .email-row {
    width: 190px;
}

.save-form .button-row {
    width: 100%;
}

.save-form .info {
    clear: both;
}

.save-form input.text {
    width: 90px;
    background-color: #f3f3ff;
}

.save-form .email-row input.text {
    width: 150px;
}

.save-form input.checkbox {
    margin: 2px;
    vertical-align: -3px;
}

.save-form button {
    width:80px;
    height:23px;

    margin: 5px 0;

    font-size: 11px;
    font-weight: bold;
    text-align: center;
    
	background-color: #f3d0d0;
    xbackground:#666666 url(img/button.png) no-repeat;
    border: 1px solid #eecccc;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.save-form .help {
    display: block;
    xvisibility: hidden;
    padding: 2px 5px 4px 5px;
    background-color: #f3dddd;
    color: #997777;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    font-family: helvetica, arial, sans-serif;
    margin: 2px 0 2px 15px;
    position: relative;
    
    /*
    -webkit-box-shadow: 1px 1px 1px #993333;
    -moz-box-shadow: 1px 1px 1px #993333;
    */
    /*
    xborder-top: 4px solid transparent;
    border-width: 4px 40px 0 0;
    -webkit-border-image: url(../images/arrow_top.png) 0 5 0 5 stretch stretch;
    -moz-border-image: url(../images/arrow_top_.png) 0 40 0 0 repeat repeat;
    */
}

.save-form .hideregister {
    color: #997777;
}

.save-form .help .arrow {
    xdisplay: none;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 4px;
    background-image: url('../images/arrow_top.png');
    background-repeat: no-repeat;    
}

.save-form .waiting {
    padding-left: 21px;
    padding-top: 4px;
    padding-bottom: 5px;
    background-image: url('../images/wait_16x16.gif');
    background-position: 2px 2px;
    background-repeat: no-repeat;
}

.save-form div.valid {
    padding-left: 21px;
    xpadding-top: 4px;
    xpadding-bottom: 5px;
    background-image: url('../images/ok_16x16.png');
    background-position: 3px 1px;
    background-repeat: no-repeat;
}

.save-form div.error {
    background-color: #f3d0d0;
    color: #997777;

    padding-left: 21px;
    xpadding-top: 4px;
    xpadding-bottom: 5px;
    background-image: url('../images/error_16x16.png');
    background-position: 2px 0px;
    background-repeat: no-repeat;
}


.prediction {
    xdisplay: none;
}

.action-required {
    position: relative;
    clear: both;
    background-color: #ddddff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 4px;
    xmargin: 5px 0;
}

div.inactive {
    background-color: #eeeeee;
    color: #999999;
}

.state {
    display: none;
}

.disclaimer,
.help,
.legend {
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
}

.legend {
    position: relative;
    padding: 10px 5px 5px 5px;
    border: 1px solid #dddddd;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.legend .label {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    color: #666666;
    background-color: #ffffff;
    text-align: center;
}

.legend td {
    padding: 2px 0;
}

.legend tr {
    padding-bottom: 2px;
}

.legend th {
    padding: 0 4px 1px 0;
}

.legend .maybe {
    height: 15px;
    width: 15px;
    background-color: #ffdddd;
    border: 1px solid #eecccc;
    background-image: url('../images/strawberry_10x10.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.legend .fruit {
    height: 15px;
    width: 15px;
    background-color: #ffffdd;
    border: 1px solid #eeeecc;
    background-image: url('../images/excl_10x10.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.legend .later-message {
    margin-top: 10px;
}

.disclaimer {
    color: #666633;
    background-color: #ffffcc;
    border: 1px solid #eeeebb;
    padding: 2px 4px 3px 4px;
    margin: 0 0 4px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.help {
    display: inline;
    position: relative;
    font-family: helvetica, arial, sans-serif;
}

.help .qm {
    display: inline;
    background-color: #ffc;
    
    padding: 0px 3px;
    margin-left: 2px;

    font-size: 9px;
    xfont-weight: bold;
    vertical-align: 2px;
    
    xcursor: help;
    border: 1px solid #eeee88;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 1px 1px 2px #993333;
    -moz-box-shadow: 1px 1px 2px #999933;

}

.help .qm { /*:hover */
    margin-left: 3px;
    vertical-align: 1px;
    -webkit-box-shadow: 0px 0px 1px #993333;
    -moz-box-shadow: 0px 0px 1px #999933;
}

.help .hover {
    display: none;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 3px;
    min-width: 150px;
    max-width: 250px;
    background-color: #ffc;

    font-family: "Marker Felt", "Comic Sans MS", helvetica, arial, sans-serif;

    border: 1px solid #eeee88;

    -webkit-box-shadow: 2px 2px 5px #aaaa99;
    -moz-box-shadow: 2px 2px 5px #aaaa99;
}

.help:hover .hover {
    display: block;
}

small {
    display: block;
    font-family: georgia, serif;
    font-size: 11px;
    line-height: 12px;
    width: 300px;
    margin: 5px 0;
}

#settings button {
    display: block;
    clear: both;
}

.new {
    background-color: #ffff99;
    text-transform: uppercase;
    font-family: helvetica, arial, sans-serif;
    font-size: 8px;
    padding: 1px 2px 0;
    margin-left: -2px;
    vertical-align: 1px;
}

h1 .new,
h2 .new,
h3 .new {
    vertical-align: text-top;
    x-webkit-box-shadow: 1px 1px 5px #aaaa99;
    x-moz-box-shadow: 1px 1px 5px #aaaa99;
}

h1 .beta {
    background-color: transparent;
    margin-left: -3px;
}

.footer {
    font-size: 11px;
    line-height: 11px;
    margin-top: 20px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    text-align: center;
    line-height: 14px;
}


.pagerpanel {
    display: none;
    xmargin: 0 -3px;
    margin: 0;
    padding: 7px 5px;
    background-color: #ddddff;
    clear: both;
    border-bottom: 1px solid #bbbbdd;
    border-top: 1px solid #ccccee;
    x-webkit-box-shadow: 0px 2px 2px #ccccee;
    x-moz-box-shadow: 0px 2px 2px #ccccee;
}

.pager {
    padding: 5px;
    background-color: #ffffff;
    color: #9999dd;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 5px 0 0;
    float: left;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}

.pager-login,
.pager-account {
    float: right;
    margin: 0;
}

.pager-account {
    background-color: transparent;
    text-shadow: 0 1px 0 #eeeeff
}

.pagerpanel .active {
    background-color: #bbbbdd;
    color: #ffffff;    
}

/*
.pager:after {
    content: " >";
}
.pager.bkw:before {
    content: "< ";
}
*/

.disabled {
    opacity: 0.3;
}

.boxtools {
    text-align: right;
    clear: both;
    margin: 0 3px -16px 0;
}

body .hide-earlier,
body .show-earlier {
    xfloat: right;
    color: #5555bb;
    text-decoration: underline;
    font-size: 11px;
}

/*
.earlier {
    opacity: 0.8;
}
*/

.earlier,
.later,
.hide-earlier {
    display: none;
}

.feedback-form input {
    width: 222px;
    border: 1px inset #999;
    font-family: georgia, serif;
    font-size: 14px;
    padding: 3px;
}

.feedback-form textarea {
    width: 222px;
    height: 100px;
    font-family: georgia, serif;
    font-size: 14px;
    padding: 3px;
}

.feedback-form button {
    margin-top: 3px;
}

.fieldwrapper {
    position: relative;
    float: left;
}

.feedback-form .fieldwrapper {
    float: none;
}

label.bglabel {
    color:#999;
}

label.bglabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    z-index:1;
    color:#999;
    white-space: pre;
    cursor: text;
}

label.overlabel {
    display: block;
    font-size: 10px;
    line-height: 11px;
}

.linklist {
    xlist-style-type: disc;
    xlist-style-position: outside;
    margin-left: 15px;
    text-indent: -15px;
}

.linklist .source {
    font-size: 10px;
}

.showlink {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
}

.action-required .showlink {
    display: block;
    background-color: #eeeeff;
    padding: 1px 3px;
    margin: 1px 0 3px -2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input.url-display {
    width: 652px;
    margin: 2px 0 4px -1px;
    padding: 2px;
    background-color: #eef;
}

a.external {
    background: url("../images/external-link.png") no-repeat scroll left center transparent;
    padding: 0 0 0 15px;
}

.hideregister {
    xfont-family: helvetica, arial, sans-serif;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 2px 5px 2px 4px;
    line-height: 14px;
    color: #666699;
    background-color: #f3dddd;
    xtext-decoration: underline;
    xfloat: right;

    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;

    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;

}


.section p,
.section form,
.section ul,
.section table {
    font-size: 11px;
    margin-bottom: 5px;
}

.section em {
    color: #7777cc;
    font-weight: bold;
}

.section .disclaimer,
body .section .smallprint,
.legend .smallprint {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 2px;
}

.smallprint a {
    color: #7777cc;
}

.badge-iphone {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 57px;
    height: 56px;
    background: url("../images/badge_iphone.png") no-repeat;
}

.login-panel {
    position: absolute;
    right: -5px;
    top: -100px;
    xwidth: 230px;
    margin: 5px;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 16px;
    background-color: #ffffff;

    border: 1px solid #dbb;
    border-top: 0px transparent;
    
    -webkit-box-shadow: 0px 0px 3px #cc9;
    -moz-box-shadow: 0px 0px 3px #cc9;
    box-shadow: 0px 0px 3px #cc9;

    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.login-panel .handle {
    text-align: right;
}

.logoutlabel {
    xdisplay: none;
}

.action {
    cursor: pointer;
    color: #4444aa;
}

.login-panel .login-form {
    display: none;
    xposition: absolute;
    top: 18px;
    right: 0px;
    width: 228px;
    background-color: #ffffff;
    padding: 5px 6px;

    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;

    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.login-form button {
    xclear: both;
    float: right;
    margin-top: 3px;
}

.login-form input.text {
    width: 108px;
}

input.checkbox {
    vertical-align: -2px;
}

.login-form input.checkbox {
    margin: 6px 3px 3px 0;
}

.wrapper-password {
    float: right;
}

.start-teaser {
    display: none;
    position: absolute;
    top: 150px;
    left: 0px;
    z-index: 2;
    
    padding: 6px 9px;
    xmargin: 5px;
    
    background-color:#ffff99;
    border-right: 1px solid #999933;
    border-bottom: 1px solid #999933;

    font-family: "Marker Felt", "Comic Sans MS", helvetica, arial, sans-serif;
    
}

.getstarted {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 320px;
    height: 32px;
    z-index: 2;
    
    padding: 5px;

    font-size: 14px;
    line-height: 14px;
    text-align: center;
    
    background-color: #ffff99;
    color: #444400;
    border: 1px solid #ffffbb;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 3px 3px 5px #cccc99;
    -moz-box-shadow: 3px 3px 5px #cccc99;
    
}

.getstarted .arrow {
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 26px;
    height: 25px;
    margin-left: -13px;
    background: url("../images/getstarted_arrow.png") no-repeat;
}

.closebtn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 9px;
    height: 9px;
    background: url("../images/closebtn.png") no-repeat;
    cursor: pointer;
}

.button {
    margin: 0 2px 2px 0;
    padding: 3px 8px 2px 24px;
    float: left;

    font-size: 12px;
    background-color: #fee;
    color: #4444bb;  
    border: 1px solid #dbb;

    font-family: inherit;
    font-weight: normal;

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 4px #cc9;
    -moz-box-shadow: 0px 0px 4px #cc9;
    box-shadow: 0px 0px 4px #cc9;

    cursor: pointer;
}

.registerbutton {
    position: absolute;
    bottom: -2px;
    left: 0px;

    padding: 4px 8px 2px 24px;
    font-size: 13px;

    background: url('../images/icons/disk_16x16.png') 4px 5px no-repeat, -moz-linear-gradient(top,  #fff,  #fdd);
    background: url('../images/icons/disk_16x16.png') 4px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdd));
}

.registerbutton:hover {
    background: url('../images/icons/disk_16x16.png') 4px 5px no-repeat, -moz-linear-gradient(top,  #fff,  #fee);
   background: url('../images/icons/disk_16x16.png') 4px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fee));
}

.sharebutton {
    margin-top: 4px;
    background: url('../images/icons/rss_16x16.png') 4px 4px no-repeat, -moz-linear-gradient(top,  #fff,  #fdd);
    background: url('../images/icons/rss_16x16.png') 4px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdd));
}

.settingsbutton {
    background: url('../images/icons/settings_16x16.png') 4px 4px no-repeat, -moz-linear-gradient(top,  #fff,  #fdd);
    background: url('../images/icons/settings_16x16.png') 4px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdd));
}


.logoutbutton {
    margin-top: 4px;
    background: url('../images/icons/logout_16x16.png') 4px 4px no-repeat, -moz-linear-gradient(top,  #fff,  #fdd);
    background: url('../images/icons/logout_16x16.png') 4px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdd));
}



/*
.header .adproxy {
    display: none;
}

.action-required .logoutbutton {
    display: none;
}
*/

.logout {
    position: absolute;
    top: 70px;
    right: 0px;
    font-size: 11px;
}

.settingsbutton {
    margin-top: 4px;
}

.action-required .adproxy {
    display: none;
}

.header .adproxy {
    position: absolute;
    top: 5px;
    right: 2px;
}

body .messages {
    xmin-height: 0;
}


.button em {
    text-decoration: underline;
}

.recommend {
    xline-height: 18px;
}

p img {
    vertical-align: -3px;
}

.twitterfollow {
    display: inline-block;
    padding: 3px 8px 2px 3px;
    border: 1px solid #ddf;
    background-color: #eef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background: url("../images/social_icons/twitter_16x16.png") 0 0 no-repeat;*/
}

.adproxy {
    xbackground-color: #cfc;
    xborder: 0px solid #beb;
    margin: 2px 0;
    float: right;
    xdisplay: none;
}
.banner {
    width: 468px;
    height: 60px;
    xbackground-image: url('../images/ad_dummy_banner.jpg');
}
.square {
    width: 200px;
    height: 200px;
}

.more {
    float: right;
    
    font-size: 10px;
    font-family: arial, helvetica, sans-serif;
}

.action-required .panel {
    display: none;
    clear: both;
    margin: 5px 0;
    padding: 5px;
    background-color: #ccf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;    
}

.action-required .panel .closebtn {
    top: 5px;
    right: 5px;
}

#settings label {
    float: left;
    width: 155px;
    margin: 3px 5px 0 2px;
    line-height: 12px;
}

#settings p {
    clear: both;
}

#settings-form button[type=submit] {
    padding-left: 20px;
    background-image: url("../images/icons/disk_16x16.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;

    background: url('../images/icons/disk_16x16.png') 3px 3px no-repeat, -moz-linear-gradient(top,  #fff,  #fdd);
    background: url('../images/icons/disk_16x16.png') 3px 3px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdd));

}

#settings-form.submitting button[type=submit] {
    background-image: url("../images/wait16trans.gif");
    background: url('../images/wait16trans.gif') 3px 3px no-repeat, -moz-linear-gradient(top,  #fff,  #fdd);
    background: url('../images/wait16trans.gif') 3px 3px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdd));
}

#settings-form.ok button[type=submit] {
    background-image: url("../images/ok_16x16.png");
    background: url('../images/ok_16x16.png') 3px 3px no-repeat, -moz-linear-gradient(top,  #fff,  #fdd);
    background: url('../images/ok_16x16.png') 3px 3px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdd));
}

#settings-form p {
    min-height: 20px;
}

.love {
    color: #f00;
}

.panel {
    position: relative;
}

.action-required h2 {
    float: left;
    line-height: 18px;
    margin-top: 8px;
    margin-left: 1px;
    color: #557;
}
.action-required .buttonpanel {
    float: right;
}

.language-switcher {
    position: absolute;
    bottom: -6px;
    left: 86px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #c66;
}

.form-page {
    font-size: 12px;
}

.form-page .action-required {
    margin-top: 5px;    
    padding: 5px;
}

.generic-form p {
    margin: 5px 0;
}

.generic-form label {
    float: left;
    min-width: 140px; 
}

.action-required a {
    text-decoration: underline;
}

.feedback a {
    color: inherit;
}

.login-links {
    position: absolute;
    top: 28px;
    right: 0px;
    text-align: right;
    font-size: 10px;
    line-height: 12px;
}


