.biznamemax{
	font-family: "Helvetica";
	font-size: 12px; color: #333; text-shadow: 0px 1px 1px #FFF;
}

.textboxdescription{
opacity:.6;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#F3EDE3;
	border: 1px solid #634A0C;
	border-radius: 5px;
	box-shadow: 2px, 3px, -3px #000 inset;
	color: #333;
	outline: none;
	height:25px;
	width: 55%;
	
	padding:5px;
	margin-top:-225px;
	margin-left:180px;
}

.textboxdescription:focus {
	font-family:Geneva;
	font-size: 16px; color: #000; text-shadow: 0px 1px 2px #FFF;
	background:#DBD6C3;
	outline: none;
	border: 1px solid #B67537;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}
.textboxdescription::-webkit-input-placeholder {
   font-family:'lobster_1.4regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
}

:-moz-placeholder { /* Firefox 18- */
  font-family:'lobster_1.4regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family:'lobster_1.4regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
}

:-ms-input-placeholder {  
   font-family:'lobster_1.4regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
}
@media all and (max-width: 450px) {
 #howto {
	 visibility:hidden;
  }
  .biznamemax{
	 visibility:hidden;
  }
  .textboxdescription {
	 visibility:hidden;
  }
  input.textbox {
	  width:85%;
  }
}
@media (max-width: 1200px) {
 .textboxdescription{
opacity:.6;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#F3EDE3;
	border: 1px solid #634A0C;
	border-radius: 5px;
	box-shadow: 2px, 3px, -3px #000 inset;
	color: #333;
	outline: none;
	height:25px;
	width: 40%;
	
	padding:5px;
	margin-top:-225px;
	margin-left:165px;
}
}
@media (max-width: 1000px) {
 .textboxdescription{
opacity:.6;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#F3EDE3;
	border: 1px solid #634A0C;
	border-radius: 5px;
	box-shadow: 2px, 3px, -3px #000 inset;
	color: #333;
	outline: none;
	height:18px;
	width: 40%;
	
	padding:5px;
	margin-top:-205px;
	margin-left:165px;
}
}

.textbox {
	float:left;
	opacity:.6;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#F3EDE3;
	border: 1px solid #634A0C;
	border-radius: 5px;
	box-shadow: 2px, 3px, -3px #000 inset;
	color: #333;
	outline: none;
	height:25px;
	width: 30%;
	margin-top:-10px;
	padding:5px;
}
.textbox:focus {
	font-family:Geneva;
	font-size: 16px; color: #000; text-shadow: 0px 1px 2px #FFF;
	background:#DBD6C3;
	outline: none;
	border: 1px solid #B67537;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}

.myButton {
	
	width:275px;
	-moz-box-shadow: 0px 2px 5px -1px #3e7327;
	-webkit-box-shadow: 0px 2px 5px -1px #3e7327;
	box-shadow: 0px 2px 5px -1px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63e024), color-stop(1, #3f801f));
	background:-moz-linear-gradient(top, #63e024 5%, #3f801f 100%);
	background:-webkit-linear-gradient(top, #63e024 5%, #3f801f 100%);
	background:-o-linear-gradient(top, #63e024 5%, #3f801f 100%);
	background:-ms-linear-gradient(top, #63e024 5%, #3f801f 100%);
	background:linear-gradient(to bottom, #63e024 5%, #3f801f 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63e024', endColorstr='#3f801f', GradientType=0);
	background-color:#63e024;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #94ff5e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	padding:7px 76px;
	text-decoration:none;
	text-shadow:0px 1px 1px #5b8a3c;
	margin-top:20px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3f801f), color-stop(1, #63e024));
	background:-moz-linear-gradient(top, #3f801f 5%, #63e024 100%);
	background:-webkit-linear-gradient(top, #3f801f 5%, #63e024 100%);
	background:-o-linear-gradient(top, #3f801f 5%, #63e024 100%);
	background:-ms-linear-gradient(top, #3f801f 5%, #63e024 100%);
	background:linear-gradient(to bottom, #3f801f 5%, #63e024 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f801f', endColorstr='#63e024', GradientType=0);
	background-color:#3f801f;
}
.myButton:active {
	position:relative;
	top:1px;
}
#txtDescription {
	height: 197px;
	resize: none;
}






.styled-select select {
	
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
.styled-select {
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px;
   width: 275px;
   height: 34px;
   overflow: hidden;
   background: url(img/down_arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
   }
#otherBox3{
	margin-top:-50px;
	
}
#otherBox3 #interested{
	margin-top:10px;
	
}


#ifno{
	color:#F00
	margin-top:-50px;
	
}
#otherBox2{
	margin-top:-110px;
	padding-bottom:20px;
}
#otherBox{
	margin-top:15px;
}
#websitelist{
	margin-top:15px;
	width:275px;
	
}
#aboutweb{
	padding-top:15px;
}

div {
	-webkit-box-sizing: border-box;
}
input, select {
	font-size: 24px;
}
table, tr, td {
	
}
.ui-slider-input {
	display: none !important;
}
.ui-slider-track {
	width: 100% !important;
	margin: 0 0% 0 0% !important
}
form.ui-listview-filter {
	margin: 0 0% 0 0% !important
}
div[data-role=page].ui-body-c {
}
.ui-body-c {
	font-family: inherit !important;
	text-shadow: inherit !important;
}
p.hd-css-marker {
}
#hhheader {
	color:#FFF;
	text-shadow: 0px 1px 0px #999, 
	0px 2px 0px #999, 
	0px 3px 0px #888, 
	0px 4px 0px #777, 
	0px 5px 0px #555, 
	0px 6px 9px #444, 
	0px 7px 12px #333, 
	0px 3px 12px #333;
	z-index:9999;
	width:400px;
	font-family:'lobster_1.4regular',Arial, Helvetica, sans-serif;
	font-size:34px;
}
.hhheader2 {
	
	font-size: 16px; color: #FFF; text-shadow: 0px 1px 2px #333;
	z-index:9999;
	font-family:'lobster_1.4regular',Arial, Helvetica, sans-serif;
	font-size:16px;
}
.hhheader2:hover {
   font-size: 16px; color: #9F0; text-shadow: 0px 1px 2px #000;
   
   }
.hhheader2:active {
  font-size: 16px; color: #9F0; text-shadow: 0px 1px 2px #000;
   }





#slides2 {
	display: none;
	margin-bottom:50px;
}
.slidesjs-previous {
	margin-right: 5px;
	float: left;
}
.slidesjs-next {
	margin-right: 5px;
	float: left;
}
#twentynine{
	font-family:"Arial Rounded MT Bold";
	font-weight:200;
	padding-top:5px;
	padding-bottom:10px;
	
}
.slidesjs-pagination {
	margin: 6px 0 0;
	margin-left:120px;
	list-style: none;
}
.slidesjs-pagination li {
	float: left;
	margin: 0 1px;
}
.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a.active,  .slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}
a:link,  a:visited {
}
a:hover,  a:active {
}
.navbar {
	overflow: hidden
}

    #slides {
      display: none;
	  text-align:right;
    }

    .container {
      margin: 0 auto;
	  text-align:right;
    }
	

   .centerTable { margin: 0px auto; }
      
      .container {
        width: 411px;
		height:749px;
		 padding-left: 20px;
        padding-right: 20px;
      }
	  #aboutHillsHub{
		  margin-top:-60px;
		  text-align:left;
		  margin-left:40px;
		  padding:20px;
	  }
	  #laucnhdate{
		 color:#060;
		 text-align:left;
		font-family:"Arial Rounded MT Bold";
	font-size:24px;
		  margin-left:40px;
		  padding:20px;  
	  }
	  #maximum{
		  font-size:10px;
		  width:40px;
	  }
	  #appStore{
		  margin-bottom:30px;
		  text-align:center;
		  margin-right:90px;
		  margin-top:-20px; 
	  }
	  #search{
		 
		  color:#060;
		  margin-top:-36px;
		  font-family:"Arial Rounded MT Bold";
	font-size:24px;	  }
	#UponSubText{
		padding-top:5px;
	}
	#paygate{
		font-size:12px;
		font-style:italic;
	}
	#contactnum{
		font-size:12px;
		color:#060;
	}
	#details{
		
		color:#0B5715;
		line-height:30px;
		margin-left:0px;
		font-style:italic;
		
		padding-top:10px;
		padding-left:50px;
		padding-bottom:1px;
		text-shadow: 0px 1px 1px #fff;
	width: 300px; 
	background: #D2FFCD; 
	text-align:left;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
	#mailto{
		
		margin-top:;
	}
	pre {
	
	
}
#otherBox2{
	padding-top:-50px;
}

input.subbut{
	padding-top:20px;
}
#aboutHillsHub #details{
	margin-left:40px;
}

.centerTable tr td #aboutHillsHub #details {
	margin-left: 30px;
}
.regnowButton{
	
	font-family:'lobster_1.4regular',Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 9px #333, 0px 8px 10px #001135;
	font-size:42px;
  color: #ffffff;
  margin-top: -20px;
  margin-left:-40px;
  text-decoration: none;
  cursor:pointer;
  background-color: rgba(215, 40, 40, 0.0);
  border: 0px;
  padding-bottom:10px;
  
}
.regnowButton:hover {
	font-size: 42px;
	color: #A9A374;
	border: 0px;
	
	background-color: rgba(215, 40, 40, 0.0);
}



a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: color:#FFF;}
