﻿.textTextbox_table{
    width: 100%;
    margin:8px;
  background: transparent;
  border: 0px solid;
}
.textTextbox td{
    /* width:100%; */
  background: transparent;
  border: 0px solid;
}

.textTextbox_select{
  font-size:1.2em;
  width:50%;
  margin:5px 5px 0px 5px;
}

.textTextbox_shadowbox {
 
  font-size:1.2em;

  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px 12px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
  /* margin: auto; */

  margin:12px 12px 12px 12px;
  text-align:left;
}


.textTextbox input{
  font-size:1.2em;
  width:50%;
  margin:5px 5px 0px 5px;
}

.textTextbox img{
  border: 0px solid;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius:5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin:0px 0px 0px 0px;
  box-shadow: 8px 8px 5px #444;
  }

.textTextbox_text {
  font-size : 1.2em;
  width: 100%;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px 12px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
  margin: auto;
  margin-top:10px;
  max-width:640px;
  max-height:300px;
  //overflow-y: scroll;
}
