body{
    background-image: url('../img/bg.png');
}

.navbar{
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
}

.navbar-inner{
    background-image: linear-gradient(to bottom, #444444, #222222) !important;
}

#hero{
    background: white; 
    border-bottom: 1px solid #D1D2D4;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
    border-radius: 0;
    height: auto;
    /*padding-bottom: 50px;
    padding-top: 50px;*/
}

footer{
    background: url('../img/footer.png');
    padding: 20px 0;
    color: #FFF;
    box-shadow: inset 0px 3px 8px 0px rgba(0,0,0,0.7);
    margin-top: 30px;
}

.headlogo{
    color: #8cc937 !important;
}

.well{
     background: #FFF; 
     box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
}

#registerform{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    display: none;
}

.table{
    background: #FFF;
}

.progress{
    margin: 0;  
    position: relative;  
}

.progress span{ 
    display: block;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #000;
    text-align: center;
    width: 100%;  
    text-shadow: 0px 0px 3px #ffffff;  
}

.alert-gray {
  color: #333;
  background-color: #f5f5f5;
  border-color: #e3e3e3;
}

#domainlisttable td, #domainlisttable th{
	text-align: center;
}

.formsum{
	 line-height: 30px; 
	 margin: 0; 
	 font-size: 15px;
}

.formsum > span{
	font-weight: bold;
}