div.vctaxpage {
  padding: 5px;
  background-color: white;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  text-align: left;
}

select.vctaxpage {
border: solid #AAAAAA 1px;
background-image: none;
background-repeat: no-repeat;
background-color: #FFFFFF;
font: normal normal normal 10pt Arial, Helvetica, sans-serif;
color: black;
width: 100%;
max-width: 600px;
-moz-border-radius: 0px;
-khtml-border-radius:0px;
border-radius: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
/*  height: 1.8em; */
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none; 
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
background-origin: content-box;
background-position: right -1em center; 
background-repeat: no-repeat;
background-size: 9px 6px;
padding: 0.3em 0.3em;
padding-right: 1.5em;
margin-bottom: 5px;
margin-top: 2px;
outline: none;
height: auto;
}

label.vctaxpage {
display: inline;
color: black; 
font: normal normal bold 10pt Arial, Helvetica, sans-serif;
vertical-align: middle;
margin: 0;
padding:0;
text-transform: none;  
}

span.vctaxpage {
color: red; 
font: normal normal bold 10pt Arial, Helvetica, sans-serif;
vertical-align: middle;
margin: 0;
padding:0;
text-transform: none;  
}

input.vctaxpage {
border: solid #AAAAAA 1px;
background-image: none;
background-repeat: no-repeat;
background-color:#FFFFFF;
font: normal normal normal 10pt Arial, Helvetica, sans-serif;
color: black;
margin: 0 0 0 5px;
width:70%;
max-width: 200px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px; 
padding: 0.3em 0.3em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 5px;
margin-top: 2px;
outline: none;
}

/* Button from http://www.bestcssbuttongenerator.com */
button.vctaxpage {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #f5f5f5));
  background:-moz-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:-webkit-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:-o-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:-ms-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:linear-gradient(to bottom, #f5f5f5 5%, #f5f5f5 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0);
  background-color:#f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0px;
  display:inline-block;
  cursor:pointer;
  color: #000000;
  font: normal normal normal 10px Arial, Helvetica, sans-serif;
  padding: 2px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
  text-decoration:none;
  border: solid #aaaaaa 1px;
  height: 22px;
  vertical-align: middle;
  outline: none;
  line-height: 1em;
}
button.vctaxpage:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #f5f5f5));
  background:-moz-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:-webkit-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:-o-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:-ms-linear-gradient(top, #f5f5f5 5%, #f5f5f5 100%);
  background:linear-gradient(to bottom, #f5f5f5 5%, #f5f5f5 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0);
  background-color:#f5f5f5;
}
button.vctaxpage:active {
  position:relative;
  top:1px;
}
/* End of button */  
