/***************************************
*        Mobile CSS Template           *
*      Copyright Elgas Limited         * 
***************************************/

/***************** 
  Global Styles 
******************/
body{
  font-family:helvetica;
  color:#000;
  font-size:14px;
background-color:black;
}
table{
  font-family:helvetica;
  color:#FFF;
}
table td{
  font-size:14px;
}
a{
  color:#33CCCC;
  text-decoration:underline;
  font-weight:bold;
}
p{
  font-size:15px;
  color:#FFF;
}
ol{
  color:#FFF;
}
textarea{
  font-family:helvetica;
  font-size:14px;
}
.content{
  width:100%;
}
button{
  border:solid 1px #000;
  background-color:#FFF;
  text-align:center;
  font-size:18px;
  width:100%;
  height:70px;
  left:0px;
  color:#000;
  font-weight:bold; 
  border-radius: 15px;
}
button a{
  text-decoration:none;
}


/******************
  General Styles
******************/
.textarea{
  width:100%;
  height:100px;
  overflow:auto;
  background-color:#FFF;
  color:#000;
  font-size:12px;
  border:solid 1px #000;
}

.olist{
  padding-left:20px;
}
.olist li{
  margin-top:10px;
}

.submit_button{
  margin-top:20px;
}

input:focus, textarea:focus, select:focus {
  background: #FC9FFF;
}

/*******************
  Table Properties
*******************/
.table-setup{
  width:100%;
}
.table-setup td{
  width:50%;
}
.table-setup select, input, textarea{
  width:100%;
  font-size:16px;
}
.table-setup a{
  font-weight:bold;
  text-decoration:underline;
  font-size:16px;
  color:#4671D5;
}
.table-setup-adv{
  width:100%;
}

.captcha{
  text-align:center;
  width:100%;
}
.captcha input{
  width:160px;
  text-align:center;
}

#details_msg{
  border:solid 1px #fff;
  font-weight:bold;
  margin-bottom:5px;
}
#details_msg td{
  text-align:center;
  font-size:15px;
  color:#FFF
}
#underline{
  border-bottom: solid 2px #FFF;
}
#red{
  border: solid 3px #F00;
}
#active{
  background-color:#FC9FFF;
}
#center{
  text-align:center;
}
#left{
  text-align:left;
}
#ckbox{
  height: 20px;
  width: 20px;
}
#yellow{
  color:yellow;
}
#existing-cust {
  cursor: pointer;
}