body {
  margin: 0;
  padding: 0;
}

#navLogo {
  opacity: 0.8;
  top: 0;
  left: 20px;
}

#bg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  position: absolute;
}

#bg img {
  margin: 0;
  padding: 0;
  position: fixed;
}

#overlay {
  position:absolute;
  width:100%;
  height:100%;
  background: transparent url(/images/common/pattern.png) repeat;
  top:0;
  left:0;
  z-index:1;
}

#overWrapper {
  position:absolute;
  top:25%;
  left:25%;
  z-index: 10;
}

#overDialog {
  box-shadow: 1px 1px 5px #222;
  z-index: 10;
  width: 470px;
  border-radius: 10px;
  background-color: rgba(248, 248, 248, 0.9);
}

#overInner {
  position: relative;
}

#msg {
  margin: 0 20px 30px 20px;
  color: #555;
}

#msg em {
  font-size: 13px;
  color: #C7243A;
}

#msg strong {
  color: #0176C0;
}

#inquire {
  float: left;
}

/*
#signins small {
  font-size: 11px;
}


#signin_btns em {
  font-size: 11px;
  color: #555;
  display: inline-block;
  width: 125px;
  padding: 5px;
}
*/

form input[type="text"] {
  width: 210px;
  margin-right: 5px;
}


#fb_btn, .buyit_btn {
  box-shadow: 1px 1px 5px #222;
  outline: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  vertical-align: top;
  color: white;
  font-size: 24px;
  font-family: inherit;
  font-weight: inherit;

  background: -webkit-gradient(linear, left top, left bottom, from(#40D0FF), to(#0974BC));
  background: -webkit-linear-gradient(top, #40D0FF, #0974BC);
  background: -moz-linear-gradient(top, #40D0FF, #0974BC));
  background: -ms-linear-gradient(top, #40D0FF, #0974BC);
  background: linear-gradient(to bottom, #40D0FF, #0974BC);
}

#fb_btn:hover, .buyit_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#45A1CF), to(#2962AD));
  background: -webkit-linear-gradient(top, #45A1CF, #2962AD);
  background: -moz-linear-gradient(top, #45A1CF, #2962AD));
  background: -ms-linear-gradient(top, #45A1CF, #2962AD);
  background: linear-gradient(to bottom, #45A1CF, #2962AD);
}
#fb_btn:active {
  background-position: 240px 0;
}
.error_msg {
  color: red;
  font-size: 10px;
}

.fb-facepile{
    display: block;
    margin:15px 0 0 0;
    padding: 0 55px 0 55px;
}

.fb-facepile span {
  display: inline-block!important;
  padding-bottom: 15px;
}

#terms {
  clear: both;
  font-weight: bold;
  font-size: 10px;
  width:460px;
  text-align: right;
  padding-top: 5px;
}

#terms a {
  color: white;
}

/* for verified template */
#dialogInner {
  padding: 20px;
}

#dialogInner h1 {
  font-size: 50px;
  font-family: sans-serif;
  font-weight: 100;
  line-height: 40pt;
  color: #333;
}

#dialogInner h1 small {
  color: #555;
}

#dialogInner small {
  font-size: 20px;
  color: #555;
}

.caption {
  font-size: 10px;
  color: #555;
  display: block;
}


#ticket {
  z-index: 1;
  position: absolute;
  top:10px;
  left:515px;
}

#ticket img {
  height:260px;
}

#pre_products_frame {
  width: 177px;
}

.pre_products_slider, #pre_products, .pre_product_elm {
  width: 177px;
  height: 270px;
}

.pre_product {
  width: 147px;
  margin: 20px 17px;
}

.pre_product img {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 147px;
}

.pre_product_img {
  margin-bottom: 10px;
}

.pre_product_title, .pre_product_body {
  font-size: 12px;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.pre_product_title {
  border-bottom: 1px dotted #333;
  margin-top: 5px;
  margin-bottom: 3px;
}

div#container {
  position: relative;
}
/************************************/
/* GetBox */
/************************************/
.over_wrapper {
  margin: 0 auto;
  position: relative;
  width: 640px;
}
.box_wrapper {
  position: absolute;
  top: 150px;
  left: 0;
  width: 640px;
  z-index: 2;
}
.get_box {
  position: relative;
  float: left;
  z-index: 10;
  width: 460px;
  height: auto;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  background-image: -webkit-linear-gradient(top, #FFF 0%, rgba(238,238,238,0.9) 100%);
  background-image: -moz-linear-gradient(top, #FFF 0%, rgba(238,238,238,0.9) 100%);
  background-image: -ms-linear-gradient(top, #FFF 0%, rgba(238,238,238,0.9) 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, rgba(238,238,238,0.9) 100%);
  background-image: linear-gradient(top, #FFF 0%, rgba(238,238,238,0.9) 100%);

  box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.5);
}
.get_box .heart {
  float: left;
  padding: 35px 5px 0 20px;
}
.get_box h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 50px;
  padding: 40px 20px 30px 20px;
  height: 49px;
  color: #666666;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
    -moz-text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
    -webkit-text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
.get_box h3 {
  margin: 10px 30px;
  color: #27A5E0;
  font-size: 20px;
  font-weight: bold;
}
.get_box p {
  margin: 10px 30px;
  color: #666666;
}

.item_case {
  top: 15px;
  position: relative;
  float:right;
  width: 180px;
  background-color: #eeeeee;
  box-shadow: 0 1px 3px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px 2px rgba(0,0,0,0.5);
  color: #333333;
  z-index:2;
}
.item_case header {
  padding-bottom: 5px;
  background-color: #ffcc00;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
}
.item_case h2 {
  padding: 3px 10px 0px 10px;
  background-color: #333333;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
}
.item_case div {
  margin-bottom: 10px;
}
.item_case .price_box {
  margin: 0;
  padding: 5px 10px 0 10px;
  border-top: 1px dotted #666666;
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}
.item_case footer {
  padding: 0px 10px 5px 10px;
  font-size: 9px;
}


#signins {
  padding: 10px 20px 30px 30px;
}

#emails {
  width: 290px;
  padding: 10px;
  font-size: 20px;
}

#password {
  width: 290px;
  padding: 10px;
  font-size: 20px;
}

#submit {
  box-shadow: 1px 1px 5px #222;
  border: 0 none;
  border-radius: 5px;
  outline: medium none;
  cursor: pointer;
  padding: 12px;
  color: white;

  background: -webkit-gradient(linear, left top, left bottom, from(#40D0FF), to(#0974BC));
  background: -webkit-linear-gradient(top, #40D0FF, #0974BC);
  background: -moz-linear-gradient(top, #40D0FF, #0974BC));
  background: -ms-linear-gradient(top, #40D0FF, #0974BC);
  background: linear-gradient(to bottom, #40D0FF, #0974BC);
}

#submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#45A1CF), to(#2962AD));
  background: -webkit-linear-gradient(top, #45A1CF, #2962AD);
  background: -moz-linear-gradient(top, #45A1CF, #2962AD));
  background: -ms-linear-gradient(top, #45A1CF, #2962AD);
  background: linear-gradient(to bottom, #45A1CF, #2962AD);
}

.fb_edge_widget_with_comment {
  z-index: 100;
  overflow: visible;
}


#tutorial_products_frame {
  width: 320px;
  height: 230px;
}

#tutorial_products li {
  width: 320px;
  float: left;
}

.tutorial_product {
  width: 294px;
  margin: 20px 17px;
}

.tutorial_product img {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 294px;
}

.tutorial_product_title, .tutorial_product_body {
  font-size: 12px;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.tutorial_product_body {
  margin-bottom: 10px;
  font-weight: bold;
  height: 45px;
}

.tutorial_product_title {
  border-bottom: 1px dotted #333;
  margin-top: 5px;
  margin-bottom: 3px;
}
