#mainmiddlePan {
    min-height: 650px;
}

.imgAbout {
    width: 500px;
    float: left;
    margin-bottom: 40px;
}

#spotName p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}

#spotDescription h1 {
    margin-bottom: 20px;
}

#spotDescription p:last-child {
    margin-bottom: 0 !important;
}

div.earnings {
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
    color: #333;
    margin-top: 10px;
    line-height: 40px;
    font-size: 36px;
}

#spotName h2 {
    text-transform: uppercase;
}

span.boxed {
    border: solid 2px #E4E9F2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px;
    background-color: #fff;
}

.numheader {
    font-size: 70px;
    line-height: 36px;
    margin-top: 20px;
}

.numfooter {
    font-size: 28px;
}

.submitForm {
    border: none;
    height: 60px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background: #FA2 url(/images/button_gradient_darker.png) repeat-x 0 0;
    padding: 4px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #333;
    text-shadow: 0 1px 0 #ffd266;
    font: bold 20px Helvetica Neue, Arial, Sans-serif;
    cursor: pointer;
}

input.submitForm:hover {
    background-position: 0 -60px;
}

.btn:hover {
    text-decoration: none;
    box-shadow: 0 0 5px #FFF;
    -webkit-box-shadow: 0 0 5px #FFF;
    -moz-box-shadow: 0 0 5px #FFF;
}

.btn:focus {
    outline: 1px dotted #666;
}

.btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.text {
    margin-top: 10px;
    margin-left: 40px;
}

ul.text li {
    line-height: 26px !important;
    font-size: 22px !important;
    margin-bottom: 8px !important;
}

#spotInfo.marquee {
    height: auto;
    width: 690px;
    padding: 0;
    float: none;
    z-index: 1;
    overflow: visible;
    border: 12px solid #F4F4F4;
}

#spotInfo.marquee .boxWrapper {
    padding: 30px;
}

input.inputAmt {
    border: 2px solid #E4E9F2;
    width: 50px;
    padding: 4px 7px 5px 7px;
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
    font-size: 28px;
    color: #4c8e41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: -4px;
    position: relative;
    margin-left: 4px;
    background: #f4f4f4;
}

#creatorImg {
    display: block;
    width: 690px;
    height: 388px;
}

#userTag {
    background: #fff;
    margin-bottom: 20px;
    border: solid 3px #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#userTag .inner {
    padding: 12px;
    padding-bottom: 11px;
}

#userTag .inner.bottom {
    background: #f0f0f0;
}

.boxPrice {
    font-family: 'LeagueGothicRegular', "Impact", Charcoal, Arial Black, Gadget, Sans serif;
}

.boxPrice p {
    margin-bottom: 4px;
    font-size: 26px;
}

.boxPrice span {
    font-size: 36px;
}

.smallText {
    font-size: 12px;
}

#nsMain .inputTitle {
    color: #333;
    font-size: 16px;
    margin: 10px 10px 0 0;
    width: 100px;
    text-align: right;
}

#nsText {
    width: 372px;
    height: 60px;
    margin-left: 0;
    margin-bottom: 6px;
}

.nsRight {
    width: 392px;
    float: left;
    margin-bottom: 6px;
}

input.inputText {
    margin-bottom: 6px;
    margin-top: 0;
    border: 2px solid #E4E9F2;
    background: #FFF;
    width: 374px;
    padding: 9px 7px 10px 7px;
    font-size: 15px;
    color: #333;
}

#nsButtons {
    margin: 10px 0 20px 0;
}

.rightSide {
    float: right;
    position: absolute;
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

#playBtn {
    background-image: url(/images/play_btn.png);
    display: block;
    height: 388px;
    width: 690px;
    position: absolute;
}

#playBtn:hover {
    background-position: 0 -388px;
}

.wrapper-dropdown .dropdown li a {
    border: none !important;
}

.wrapper-dropdown .dropdown {
    border: solid 1px #ddd;
    left: 0;
}