/*form*/
.form {
    border: 1px solid #cccccc;
    padding: 20px;
    border-bottom-left-radius:11px;
    -webkit-border-bottom-left-radius:11px;
    -moz-border-bottom-left-radius:11px;
    border-bottom-right-radius:11px;
    -webkit-border-bottom-right-radius:11px;
    -moz-border-bottom-right-radius:11px;
    background-color: #F2F2F2;
    position:relative;
}
.form:before, .form:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.form:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}



/* CSS reset */
html
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*body, html {*/
    /*font-family:Arial, Helvetica, sans-serif;*/
    /*-webkit-text-size-adjust:none;*/
/*}*/
ol, ul {
    list-style:none
}
blockquote, q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:''
}
:focus {
    outline:0
}
ins {
    text-decoration:none
}
del {
    text-decoration:line-through
}
table {
    border-collapse:collapse;
    border-spacing:0
}
*:focus {
    outline:none;
}

/* widget registration */

#widget-registration #registration-button, #widget-registration #login-button {
    border:none !important;
    border-bottom:3px solid #9f5400 !important;
    /*padding:8px 20px !important;*/
    /*text-align:center !important;*/
    color:#000 !important;
    text-decoration:none !important;
    /*font-size:14px !important;*/
    text-shadow: none !important;
    /*border-radius:20px !important;*/
    /*-webkit-border-radius:20px !important;*/
    /*-moz-border-radius:20px !important;*/
    /*background:#ffd560 !important;*/
    /*background:-webkit-gradient(linear, left top, left bottom, from(#ffd560), to(#f1af06)) !important;*/
    /*background:-webkit-linear-gradient(top, #ffd560, #f1af06) !important;*/
    /*background:-moz-linear-gradient(top, #ffd560, #f1af06) !important;*/ 
    /*background:-o-linear-gradient(top, #ffd560, #f1af06) !important;*/ 
    /*background:linear-gradient(to bottom, #ffd560, #f1af06) !important;*/
}

#widget-registration #registration-button:hover, #registration-button:active, #widget-registration #login-button:hover, #login-button:active, .button:hover {
    background:#fcb101 !important;
}

#widget-registration .accept-terms {
	color: #999999;
	font-size:10px;
	text-transform:none !important;
}
#widget-registration .accept-terms a {
	text-decoration: underline;
	color: #86b136;
	font-size:10px;
}

/* Gamebox widget */

#widget-gamebox {
    background: white;
}

#widget-gamebox .direction-button {
    width:62px;
    height:62px;
    text-decoration:none;
    margin:0 10px 5px;
    display:block;
    overflow:hidden;
    text-indent:-5555px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#widget-gamebox .direction-button.call, #widget-gamebox .direction-button.call:active {
    background:url(../images/call_put_btn_sprite.png) no-repeat top left !important;
    border:none !important;
}

#widget-gamebox .direction-button.call:hover {
    background:url(../images/call_put_btn_sprite.png) no-repeat top right !important;
    border:none !important;
}

#widget-gamebox .direction-button.put, #widget-gamebox .direction-button.put:active {
    background:url(../images/call_put_btn_sprite.png) no-repeat bottom left !important;
    border:none !important;
}

#widget-gamebox .direction-button.put:hover {
    background:url(../images/call_put_btn_sprite.png) no-repeat bottom right !important;
    border:none !important;
}

#widget-gamebox #payout-wrapper {
    font-size:60px;
    color:#333;
    float:left;
    text-decoration:none;
    margin:-20px 20px 0;
    width:150px;
}
#widget-gamebox .payout-text {
    font-size:14px;
    color:#666;
    float:left;
    width:150px;
    text-align:center;
}

#widget-gamebox .spot {
    float:left;
    padding: 7px 10px;
    background:#fff;
    border:1px solid #cbcbcb;
    font-size:11px;
    width:74px !important;
    text-align:center;
    display:block;
    width: 72px;
    margin: 7px 0 10px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}
#widget-gamebox .trend-up {
    color: #4F900F;
}
#widget-gamebox .trend-down {
    color: #EB4823;
}

#widget-gamebox #game-expiry-box, #widget-gamebox #instrument-box {
    padding:2px 15px;
    background:#fff;
    border:1px solid #cbcbcb;
    font-size:11px;
    width:150px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#widget-gamebox .x-progress-default {
    background:#fff !important;
    border:none !important;
    width:150px !important;
    height:24px !important;
    float:left !important;
    -webkit-box-shadow:inset 0px 0px 15px 0px #ccc !important;
    -moz-box-shadow:inset 0px 0px 15px 0px #ccc !important;
    box-shadow:inset 0px 0px 15px 0px #ccc !important;
    border-radius:20px !important;
    -webkit-border-radius:20px !important;
    -moz-border-radius:20px !important;
}

#widget-gamebox .closing-progress-bar-container .x-progress-text {
    color:#333;
}

#widget-gamebox .x-progress-bar {
    background-image:url(../images/time_bar_bg.jpg) !important;
    height:16px !important;
    margin:0 !important;

    display:block !important;
    float:left !important;
    border:none !important;
    -webkit-box-shadow:inset 0px 0px 2px 0px #999;
    -moz-box-shadow:inset 0px 0px 2px 0px #999;
    box-shadow:inset 0px 0px 2px 0px #999;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

#widget-gamebox .call-small-icon {
    display:inline-block;
    background:url(../images/buttons_small.png) no-repeat top center;
    width:16px;
    height:16px;
}

#widget-gamebox .put-small-icon {
    display:inline-block;
    background:url(../images/buttons_small.png) no-repeat bottom center;
    width:16px;
    height:16px;
}

/* Asset-index widget */

#widget-asset-index #asset-index-filter {
    background:#a50003;
    background:-webkit-gradient(linear, left top, left bottom, from(#de0202), to(#a50003));
    background:-webkit-linear-gradient(top, #de0202, #a50003);
    background:-moz-linear-gradient(top, #de0202, #a50003);
    background:-o-linear-gradient(top, #de0202, #a50003);
    background:linear-gradient(to bottom, #de0202, #a50003);
    border:none !important;
    padding:5px;
}

#widget-asset-index #asset-index-filter .active {
    color:#fff;
    border-left:0;
    border-right:0;
}

#widget-asset-index #asset-index-filter a {
    font-size:12px;
    text-decoration:none;
    float:left;
    color:#fff !important;
    padding:5px 15px !important;
    text-shadow: none;
    margin-left:0;
}

#widget-asset-index .game, #widget-asset-index .instrument {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

/* Expiry-prices widget */

#widget-expiry-prices #date-picker {
    background:#a50003;
    background:-webkit-gradient(linear, left top, left bottom, from(#de0202), to(#a50003));
    background:-webkit-linear-gradient(top, #de0202, #a50003);
    background:-moz-linear-gradient(top, #de0202, #a50003);
    background:-o-linear-gradient(top, #de0202, #a50003);
    background:linear-gradient(to bottom, #de0202, #a50003);
    border:none !important;
    padding:5px;
}
#widget-expiry-prices #date-picker label {
    color:#fff;
    font-weight:bold;
}

#widget-expiry-prices .odd {
    background: #e6e6e6;
}

#widget-expiry-prices .even {
    background: #fefefe;
}

#widget-expiry-prices #pagination .button {
    margin-right: 5px;
    color: #fff;
    background: #333;
    text-shadow:none;
}
#widget-expiry-prices #pagination a:not(.pressed).button:hover {
    background:#628029;
    border:1px solid #a6a6a6;
    color:#fff;
}
#widget-expiry-prices #pagination .button.pressed,
#widget-expiry-prices #pagination a.pressed:hover {
    color:#979797;
    background:#adadad !important;
    border:1px solid #a6a6a6;
}