button.simple, a.buttonSimple, button.simpleMedium, a.buttonSimpleMedium, button.simpleLarge, a.buttonSimpleLarge {
    display: -moz-inline-box;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    background: none;
    width: auto;
    border: none;
    overflow: visible;
    height: 26px;
    text-decoration: none;
}

a.buttonSimple span, a.buttonSimpleMedium span {
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
}

button.simpleMedium span, a.buttonSimpleMedium span {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: -moz-inline-box;
    display: inline-block;
    height: 16px;
    padding: 5px 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

button.simpleMedium span.green, a.buttonSimpleMedium span.green {
    background: url("../images/buttons/green_medium.png") repeat-x scroll left top #DE5328;
    color: #FFF;
    text-shadow: none;
}

button.simpleMedium:hover span.green,
a.buttonSimpleMedium:hover span.green {
    background: #87c80a url("../images/buttons/green_medium.png") repeat-x left -26px;
}


button.simpleMedium span span.arrow, a.buttonSimpleMedium span span.arrow {
    -moz-border-radius: 0 0 0 0;
    margin: 0;
    padding: 0 28px 0 0 !important;
}

button.simpleMedium span.green span.arrow, a.buttonSimpleMedium span.green span.arrow {
    background: url("../images/buttons/green_medium_arrow.png") no-repeat scroll right center transparent;
}

/*-------- Modal --------*/
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    display:none;
}

#boxes .window {
    position:absolute;
    z-index:9999;

    display: block;
    top: 608px;
    left: 440px;
}

#dialog1 .blueBody {
    border: 1px solid #98DFF9;
    /*background: #4DC8F5;*/
    padding: 14px 20px;
    margin: 0 8px;
    max-width: 350px;
    font-size: 0.857em;
    line-height: 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #4DC8F5 url("../images/buttons/blue_background.png") repeat-x;
}

div.bluePointer {
    width: 10px;
    height: 19px;
    position: absolute;
    bottom: 18px;
    left: -1px;
    font: normal 1px/1px monospace;
    background: url("../images/buttons/blue_pointer.png") no-repeat top right;
}

div.blueClose {
    height: 21px;
    width: 21px;
    position: absolute;
    top: -6px;
    right: 1px;
    background: url("../images/buttons/blue_close.png") no-repeat top right;
    cursor: pointer;
}

div.blueBody div.status {
    left: 0;
    bottom: 0;
}

div.blueBody h2 {
    color: white;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 3px 0;
    text-shadow: none;
}

div.blueBody h3 {
    color: #C1EBFB;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 5px 0;
    text-shadow: none;
}

div.blueBody form.mobileDownload {
    padding: 0 0 0 75px;
    background: url("../images/buttons/blue_illustration.png") no-repeat left 5px;
}

div.blueBody p {
    color: white;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 10px 0;
    text-shadow: none;
}

div.blueBody input {
    width: auto;
}

div.blueBody table td {
    color: white;
    vertical-align: middle;
}

div.blueBody table td img {
    margin-right: 10px;
}

div.blueBody form.mobileDownload input {
    margin: 5px 0 3px 0;
    padding: 2px;
    font-size: 13px;
    border: 1px solid #98DFF9;
}

div.blueBody p.buttonAndText {
}

/* ---------- Menu ---------- */
#menu ul li a {
    font: 12px Arial,sans-serif;
}

.search {
    margin: 0 18px 0 0;
    width: 77px;
}

#menu ul li:last-child ul {
    left: -52px;
}

#loginButton span {
    width: 51px;
    text-align: center;
}

/* ---------- Contact UL ---------- */
ul.contact-info li {
    margin-bottom: 10px;
}

ul.contact-info li p {
    margin-left: 30px;
    margin-bottom: 0;
}

/* ---------- Side menu ---------- */
.gs_side {
    display: inline;
    float: right;
    width: 199px;
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
.btn{
    width: auto;
    float: left;
    background: #339cdf url(../images/loginbuttonbg.png) repeat-x;
    color: #fff;
    padding: 7px 10px 8px 10px;
    text-shadow: 0px -1px #278db8;
    border: 1px solid #339cdf;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 12px 0 0;
    cursor: pointer;
    padding: 7px;
    border-radius: 2px;
}