body {
    font-family:Lucida Grande, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#2e2e2e;
    line-height:1.4em;
}

.hidden {
    display:none;
}

.button,
.button:link,
.button:visited,
.button:active,
.button
{
    height:30px;
    padding-right:5px;
    display:block;
    float:left;
    color:#fff;
    text-transform:uppercase;
    font-size:0.85em;
    line-height:13px;
    margin-right:5px;
}

.button span:hover {
    text-decoration: underline;
}

.button-right, .button-right:link, .button-right:visited, .button-right:active {
    float:right;
    margin:0 0 0 5px;
}

.button span {
    display:block;
    padding:6px 7px 10px 12px;
    color:#fff;
}

.button-blue  {
    background:url(/images/200906/button-blue-right.png) right 0 no-repeat;
}

.button-blue span {
    background:url(/images/200906/button-blue-left.png) 0 0 no-repeat;
}

.button-green  {
    background:url(/images/200906/button-green-right.png) right 0 no-repeat;
}

.button-green span {
    background:url(/images/200906/button-green-left.png) 0 0 no-repeat;
}

.button-orange  {
    background:url(/images/200906/button-orange-right.png) right 0 no-repeat;
}

.button-orange span {
    background:url(/images/200906/button-orange-left.png) 0 0 no-repeat;
}

.button-red {
    background:url(/images/200906/button-red-right.png) right 0 no-repeat;
}

.button-red span {
    background:url(/images/200906/button-red-left.png) 0 0 no-repeat;
}

#shoemoney_header {
 background-color:#2F8BCC;
 
 -moz-border-radius-topleft:15px;
 -moz-border-radius-topright:15px;
 
 -webkit-border-top-left-radius:15px;
 -webkit-border-top-right-radius:15px;
}

#shoemoney_body {
    border:1px solid #2F8BCC;
    background-color: #fff;
    border-top:0px;
    text-align:center;
    padding:15px;
    
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;

    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
}

#shoemoney_body p {
    text-align:left;
}

.rounded {
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}
.unlinked_link {
	color:#0080E2;
	font-size:10px;
	text-decoration: underline;
}
