﻿form.frmEnter
{
  width: 100%;
  margin: 0px;
  clear: both;
}
table.tblSelect
{
  margin-bottom: 31px;
  width: 100%;
  border: 0px;
}
table.tblEnter 
{
  width: 100%;
  border: 0px;
}
td.tdPanel 
{
  vertical-align: top;
  color: #434343;
}
.panOverlay 
{
  opacity: .25;
  filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25);
}
div.dCornRow
{
  width: 483px;
  height: 5px;
  background-color: #ffffb1;
  clear: both;
}
.Error div.dCornRow
{
  background-color: #ffebf5;
}
.dCornRowLang
{
  width: 315px;
  height: 5px;
  background-color: #ffffb1;
  clear: both;
}
.dCornRowCountry
{
  width: 651px;
  height: 5px;
  background-color: #ffffb1;
  clear: both;
}
div.dInpRow 
{
  padding: 7px 16px;
  width: 451px;
  background-color: #ffffb1;
}
.Error div.dInpRow 
{
  background-color: #ffebf5;
}
div.dInpRowLang 
{
  width: 287px;
  background-color: #ffffb1;
  padding: 0px 14px;
}
div.dInpRowCountry
{
  width: 623px;
  background-color: #ffffb1;
  padding: 0px 14px;
}
div.dCornSm
{
  width: 5px;
  height: 5px;
  background-image: url('../img/corn-00.png');
}
.Error div.dCornSm
{
  background-image: url('../img/corn-01.png');
}
.cTleft
{
  background-position: 0px 0px;
  float: left;
}
.cBleft
{
  background-position: 10px 5px;
  float: left;
}
.cTright
{
  background-position: 5px 10px;
  float: right;
}
.cBright
{
  background-position: 5px 5px;
  float: right;
}
input.inpText
{
  font-size: 28px;
  height: 38px;
  border: solid 0px #ffffb1;
  background-color: #ffffb1;
  margin: 0px;
  padding: 0px;
  clear: both;
  color: #949465;
}
.Error input.inpText 
{
  border: solid 0px #ffebf5;
  background-color: #ffebf5;
  color: #ff0085;
}
.wInp
{
  width: 451px;
}
.wInp2
{
  width: 287px;
  background-position: -14px 3px;
  vertical-align: bottom;
  background-repeat: no-repeat;
}
.wInp3
{
  width: 623px;
}
.selText
{
  font-size: 18px;
  border: 0px;
  background-color: transparent;
  margin: 0px;
  padding: 0px 0px;
  text-align: left;
  clear: both;
  color: #000000;
  cursor: pointer;
  min-height: 32px;
}
div.dChbox 
{
  width: 42px;
  height: 42px;
  margin-top: 14px;
  float: left;
  cursor: pointer;
}
.boxUnchk 
{
  background-image: url('../img/box.png');
}
.boxChk
{
  background-image: url('../img/box-check.png');
}
div.chLabel 
{
  font-size: 18px;
  padding: 24px 13px 0px 13px;
  float: left;
}
.tdSelLang
{
  width: 315px;
}
.tdSelCountry
{
  padding-left: 21px;
}
.selBox
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-color: #ffffb1;
  position: absolute;
  z-index: 200;
  display: none;
  font-size: 18px;
  color: #000000;
}
.selBox li
{
  padding: 5px 14px;
  cursor: pointer;
}
#selLang li
{
  padding-left: 54px;
  background-repeat: no-repeat;
  background-position: left;
}
.selected
{
  color: #ffffff;
  background-color: #949465;
}
/* select arrow */
.arDef 
{
  background: #ffffb1 url('../img/sel-arrow-0.png') no-repeat right;
}
.arOver
{
  background: #ffffb1 url('../img/sel-arrow-1.png') no-repeat right;
}
.arClick
{
  background: #ffffb1 url('../img/sel-arrow-2.png') no-repeat right;
}
div.dErrorDesc 
{
  padding: 25px 0px 2px;
  display: none;
}
.dErrorDesc span 
{
  color: #ff0085;
}
div.dInfo 
{
  padding: 25px 0px 10px;
  display: none;
}
.aInfo {}
