/*.calculator_table
{
  margin: 10px 0 20px 0;
  overflow-x: hidden;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff)); 
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff); 
  background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff); 
  padding: 15px 10px 10px 10px;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5x;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #cdcdcd;
}
*/
.calculator_table
{
	background-color: #F7F7F7;
	border: 1px solid #E8E8E8;
	padding: 4px;
	color: Black;
}
.table {font-size: 11px;}

.lbl
{
    color: #222;
	text-shadow: 1px 1px 1px #cdcdcd;
	font-size: 13px;
	font-weight: bold;
}

.calculator_table select {
  width: auto !important;
}

/*table.calculator_result_table
{
  font-size:11px;
	font-family:verdana, arial, sans-serif;
}

table.calculator__result_table th, table.calculator_result_table td
{
	padding:2px;
}

table.calculator_result_table td
{
	background-color: #FFF;
}

table.calculator_result_table th
{
	background-color: #77AACC;
}

table.calculator_result_table tr:nth-child(2n) td
{
	background-color:#DDE;
}*/
.rbtn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: White;
  text-align: center;
  text-shadow: #595959;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #e97d9b, #e24d81);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e97d9b), to(#e24d81));
  background-image: -webkit-linear-gradient(top, #e97d9b, #e24d81);
  background-image: -o-linear-gradient(top, #e97d9b, #e24d81);
  background-image: -moz-linear-gradient(top, #e97d9b, #e24d81);
  background-image: linear-gradient(top, #e97d9b, #e24d81);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e24d81 #e24d81 #ad6704;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}

legend small {
  font-size: 13.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

label input,
label textarea,
label select {
  display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9;
  /* IE9 and down */

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

input[type="image"] {
  border: 0;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #ffffff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

input[type="file"] {
  line-height: 18px \9;
}

select {
  width: 220px;
  background-color: #ffffff;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="image"] {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: auto;
}

input[type="hidden"] {
  display: none;
}
.ccclear {overflow:auto;}
#vertical div, #horizontal div {
	float:left;
	width:35px;
	height:35px;
	position:relative;
	overflow:hidden;
}
#vertical img, #horizontal img {
	position:absolute;
}