body{
	background: #ffffff url('http://goods.kaypu.com/img/body-back.png') repeat;
}

h1{
	font-size: 24.5px!important;
	border-bottom: 1px solid;
	text-transform: capitalize;
}

div.loading{
	background-image: url('./images/ajax-loading-fb.gif');
	background-repeat: no-repeat;
	background-position: center; 
	z-index: 999;
	opacity: 0.5;
	/*background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;*/
}


.errorMessage{
	color: red;
	background: aliceblue;
	padding: 5PX;
	border-radius: 4px;
}


body {
  padding-top: 20px;
}

.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}


/* Main marketing message and sign up button */
      .jumbotron {
        margin: 80px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 100px;
        line-height: 1;
      }
      .jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }