  @charset "utf-8";

      /*! Flatly */
      @import url('bootstrap.min.css');
      @import url('bootstrap-responsive.min.css');

      /*! Font Awesome */
      @import url('//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css');

      body {
        padding-top: 90px;
        padding-bottom: 5px;
        background-color: #f5f5f5;
      }

      a {
        font-weight: bold;
      }

      .wrapper {
        max-width: 1000px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }

            .wrapper img {
                text-align: center !important;
                width: 95px;
                height: 95px;
            }

                        .wrapper img.photo {
                                text-align: center !important;
                                width: 245px;
                                height: 245px;
                        }

      small {
        font-size: 75%;
      }

      a [class^="icon-"], a [class*=" icon-"], a [class^="icon-"]:hover, a [class*=" icon-"]:hover {
        text-decoration: none;
      }

      .wrapper.supportus {
        text-align: center;
      }

      /*! .wrapper input[type="text"], .wrapper input[type="password"], .wrapper select {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      } */

      .wrapper .alert a {
        font-weight: bold;
        color: #fff;
      }

      #right-float {
        float: right; margin-right: 35px; position: relative;
      }


      /*! Disclaimer */

      #disclaimer {
	background: #E2E2E2 url('/static/img/by_paypal.jpg') 780px center no-repeat;
	padding: 10px 300px 10px 20px;
	margin: 20px 0;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
      }

      /*! Bootstrap Overwrites */

  @import "bootstrap";

      legend {
        margin-bottom: 5px !important;
        border-bottom: 1px solid #dce4ec;
      }

      .tooltip-inner {
        text-transform: none;
      }

      .popover-title, .popover-content {
        text-transform: none;
        text-align: center;
        font-size: 12px;
      }

      ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
      }

      ::-webkit-scrollbar-thumb {
        background: #787878;
      }

      ::-webkit-scrollbar {
        width: 10px;
        background: #DEDEDE;
        border: 1px solid #C9C9C9;
      }


	::selection {
		background: #222;
		color: #fff;
	}
	::-moz-selection {
		background: #222;
		color: #fff;
	}

      footer {
        font-family: 'lucida grande','Lucida Sans Unicode',tahoma,sans-serif;
        text-align: center;
        font-size: 11px;
        text-transform: uppercase;
        color: #6f7986;
        line-height: 1.3em;
        margin-bottom: 10px;
      }

      footer a {
        font-weight: normal;
      }

      footer a:hover {
        background: #222;
        color: #fff;
        padding: 4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
      }

      footer a.active {
        background: #222;
        color: #fff;
        padding: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
      }