﻿body {
    overflow:hidden;
}
.loginContainer {
    margin:0 auto;
    width:430px;
    padding:30px 70px 30px;
    border-radius:4px;
    background-color: #fff;
    box-shadow:5px 5px 3px  #ccc;
}

.txt_cp{
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1;
  background: #fff;
  width: 270px;
  height: 26px;
  padding: 0px 3px;
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;}
  
 .loginSubmit {
	display:block;
	color:#333;
	text-align:center;
	background:url(../images/login_w.png) no-repeat;
	  width: 115px;
  height: 21px;
	border:none;
	cursor:pointer;
	margin-left: 35px;
	margin-bottom: 0px;
}

.confirm {
	display:block;
	color:#333;
	text-align:center;
	background:url(../images/login_w.png) no-repeat;
	  width: 115px;
  height: 21px;
	border:none;
	cursor:pointer;
	margin-left: 35px;
	margin-bottom: 0px;
}

.confirmSelect 
{
	display: block;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1;
	height: 26px;
	font-family: 'robotoregular', sans-serif;
	font-size: 12px;
	color: #000000;
    margin-bottom: 21px;
    background: transparent;
    width: 270px;
    color: #BCBEC0;
    height: 25px;
   -webkit-appearance: none;
     background:url(../images/dropdown.png) no-repeat right #fff;
   /* overflow: hidden; */
   
    
}
/*----------------------------------New-------------*/
::-webkit-input-placeholder {
   color:#707070  ;
   font-size:12px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #707070  ; 
font-size:12px;   
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#707070  ;  
   font-size:12px;
}

:-ms-input-placeholder {  
   color:#707070  ;  
   font-size:12px;
}

/*---------------------------------------Minal----------------------*/

.Main_bottom{
	 border-bottom-left-radius:15px;
	 border-bottom-right-radius:15px;
}
.Main_top{
	 border-top-left-radius:15px;
	 border-top-right-radius:15px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:25px;
	 color:#ffffff;
	 font-weight:bold;
	 padding-left:18px;
}

	.TFtable{
		width:100%; 
		border-collapse:collapse;
		font-size:12px;
		color:#06618e;
		font-family:Arial, Helvetica, sans-serif;
	}
	.TFtable td{ 
		border:#0678be 1px solid;
	
		height:35px;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #0477bd;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #ced9ef;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #ffffff;
	}

.TFBG
{
	border: 1px solid #0477bd;
    border-top-left-radius:10px;
	 border-top-right-radius:10px;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#06618e;
	 font-size:12px;
	 font-weight:bold;
}

.proceed {
      display:block;
	background-color:#ffffff !important;
	color:#0477bd !important;
	font-family:'Helvetica Neue',sans-serif!important;
	font-size:15px!important;
	border-radius:15px !important;
	-webkit-border-radius:15px !important;
	-moz-border-radius:15px!important;
	border:0!important;
	width:120px!important;
	padding:0px 20px!important;
	cursor:pointer!important;
    text-decoration: none !important;
  
  
}        


.placeholder
{
  color: #ccc!important;
   text-transform: uppercase!important;
}
