  #user-register-form label{
     display:inline-block;
     width: 350px;
		max-width: 100%;
     vertical-align: top;
     font-weight: 600;
 }
  #user-register-form input{
      width: 350px;
		max-width: 100%;
      margin-bottom:15px;
  }
    #user-register-form textarea{
      width: 350px;
		max-width: 100%;
      margin-bottom:15px;
  }
   #user-register-form select{
      width: 350px;
		max-width: 100%;
      margin-bottom:15px;
  }
  #user-register-form input[type='checkbox']{
      width:20px;
  }
  #user-register-form input{
    margin-top: 0px !important;
}
   #user-register-form  .message-box{
       margin-bottom:30px;
   }
   .hidden{
	   display:none;
   }
   .relative-name{
	   display:none;
   }
    .relative-name.active{
	   display:block;
   } 
   .user-registration-btn{
	   margin: 100px auto;
		display: block;
	
	}
   .color-green{
	   color:#b8ca30;
   }
   
   	a.border {
        border: 1px solid #371d1d6b;
        display: block;
        float: left;
        padding: 10px;
        border-radius: 10px;
        min-height: 112px;
        margin: inherit;
        margin-right: 10px;
    }
    .clearer{
        clear:both;
    }