.resizedTextbox {

    border: 1px solid #DBDBDB; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    //background: rgba(255,255,255,0.5);
    //margin: 0 0 10px 0;
	width: 225px; height: 30px;

}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #DBDBDB;
	-webkit-box-shadow:inset 0px 1px 0px 0px #DBDBDB;
	box-shadow:inset 0px 1px 0px 0px #DBDBDB;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #9E9E9E 5%, #9E9E9E 100%);
	background:-webkit-linear-gradient(top, #9E9E9E 5%, #9E9E9E 100%);
	background:-o-linear-gradient(top, #9E9E9E 5%, #9E9E9E 100%);
	background:-ms-linear-gradient(top, #9E9E9E 5%, #666666 100%);
	background:linear-gradient(to bottom, #9E9E9E 5%, #666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9E9E9E', endColorstr='#666666',GradientType=0);
	background-color:#9E9E9E;
	border:1px solid #DBDBDB;
	display:inline-block;
	cursor:hand;
	color:#ffffff ;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 15px;
	height: 35px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #9E9E9E));
	background:-moz-linear-gradient(top, #666666 5%, #9E9E9E 100%);
	background:-webkit-linear-gradient(top, #666666 5%, #9E9E9E 100%);
	background:-o-linear-gradient(top, #666666 5%, #9E9E9E 100%);
	background:-ms-linear-gradient(top, #666666 5%, #9E9E9E 100%);
	background:linear-gradient(to bottom, #666666 5%, #9E9E9E 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#9E9E9E',GradientType=0);
	background-color:#666666;
	cursor:hand;
	color:#000000;
}
.myButton:active {
	position:relative;
	top:1px;
	cursor:hand;
}


textarea { 
    width: 300em;    /* the inital width of the textarea */ 
    height: 100em;    /* the inital height of the textarea */ 
    max-width: 42em;    /* the maximum width of the textarea */ 
    max-height: 15em;    /* the maximum height of the textarea */ 
	
	padding: 1em;   /* space on all directions */ 
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 0.775em; 
	-webkit-text-fill-color: rgba(150, 150, 150, 1); 
    -webkit-opacity: 1; 
    color: rgba(150, 150, 150, 1); 
    font-color: rgba(150, 150, 150, 1);

	border: 0.1em solid #ccc; 
	border-radius: 0.5em; 
    background-color: #ffffff
	
 } 





.font-title {
  background: #ffffff;
  border-bottom: 1px dotted #ffffff;
  //border: 1px solid #9F9F9F;
  //border-radius: 15px;
  font-size: 26px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #CC6600;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
  //font-size: 1.1em;
  width: 100%;
}

.font-cont {
  background: #ffffff;
  //border-bottom: 1px dotted #9F9F9F;
  border: 1px solid #9F9F9F;
  border-radius: 15px;
  font-size: 12px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #666666;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
  //font-size: 1.1em;
  width: 60%;
}
 font-cont.roundedCorners 
      { 
	   border: 1px solid #ccc;
	  border-radius: 13px;
	  font-family: Arial, Helvetica, sans-serif; 
	  font-size: 14px; 
	  font-style: normal; 
	  width: 58%; 
	  height: auto
	  line-height: 135%;
	  
	 
 
	  }



.tabletxt 
{  
	font-family: Arial; 
	font-size: 30pt 
	font-style: normal;
	color:#ADACAC; 
	float:left; 
	padding:15px; 
	vertical-align: middle;
		
		
}
.tabletxt a:link{
    color:#ADACAC;
} 
.tabletxt a:visited{
    color:#ADACAC;
} 
.tabletxt a:hover{
	text-decoration: none;
	color: #ffffff;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}


.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 70px;
height: 70px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: #ff9000;
}

.back-to-top i {
  font-size: 60px;
}


input[type="text"] {
  display: block;
  margin: 0;
  width: 236px;
  font-family: Arial;
  font-size: 16px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
      border: 1px solid #DBDBDB; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    //background: rgba(255,255,255,0.5);
    //margin: 0 0 10px 0;
	width: 236px; height: 30px;
	//font-family:Arial;
	//font-size: 15px;
}
input[type="text"]:focus {
  outline: none;
}

.style-1 input[type="text"] {
  padding: 10px;
  border: solid 1px #ccc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus,
.style-1 input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}


#header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:auto;
    width:100%;
    float:left;
    padding:5px;	      
}
#section {
    background-color:#ffffff;
	width:auto;
	height: auto;
	position: relative;
  	//top: 50%;

	//padding-left:2px;
    //float:left;
    //padding:10px;
	font-family:Arial;
	font-stretch:ultra-expanded;
	font-size:12px
	font-size-adjust:0.58;
	display: table; vertical-align: middle;
	color:#ADACAC;	 	 
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:right;
    width:100%;
	position: relative;
	float:right;
	left: 100%;
 	 
}
.footertxt 
{  
  font-family: "Arial", "Helvetica", "sans-serif";  
  font-style: normal;
  background: #666666;
  font-size: 9.5pt;
  filter: none;
  display: block;
  padding: 10px;
  color:#ccc;
  line-height: 140%; 
  
  //width: 40%;
  //border-bottom: 1px dotted black;
}