#wpsc_tickets_container {
  padding: 60px 20px; }

#frm_wpsc_sign_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #frm_wpsc_sign_in #wpsc_sign_in_btn {
    width: 200px;
    padding: 10px;
    background-color: orange;
    color: white;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    #frm_wpsc_sign_in #wpsc_sign_in_btn:hover {
      background-color: #cc8400; }

#wpsc_login_continue_as_guest, #wpsc_create_ticket_submit, #wpsc_create_ticket_reset {
  width: 200px;
  padding: 10px;
  background-color: #b37400;
  color: white;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 20px auto !important; }
  #wpsc_login_continue_as_guest:hover, #wpsc_create_ticket_submit:hover, #wpsc_create_ticket_reset:hover {
    background-color: #805300; }

#wpsc_frm_create_ticket, #create_ticket_body {
  width: 900px;
  margin: 0 auto !important;
  max-width: 100%; }
