.td_c1 {width:200px; height:10px; border-radius:5px 0 0 5px;
	outline: 0;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
background:#f3f3f3;}
.td_c2 {width:180px ;height:10px; border-radius:0px 5px 5px 0px;
	outline: 0;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
background: #eef1f3;}
#tab1 {margin-bottom:20px; font-family:Verdana, Geneva, sans-serif; color:#545454; font-size:12px;}
#par_1{font-family:Verdana, Geneva, sans-serif;
font-size:13px;
color:#039;}
.td_c2 input[type="text"]{font-family:Verdana, Geneva, sans-serif;
font-size:13px;
color: #222; padding:2px;
border-radius:3px;
border:#CCC 1px solid; }

.td_c2 input[type="password"]{font-family:Verdana, Geneva, sans-serif;
font-size:13px;
color: #222; padding:2px;
border-radius:3px;
border:#CCC 1px solid; }


.cf {
    *zoom: 1;
}
:focus {
	outline: 0;
}
.loginform input:not([type=submit]) {

	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
}


.styled-select select {
	outline: 0;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
	color: #222; padding:2px;
    border-radius:3px;
    border:#CCC 1px solid;
}

input.Smail1 {
    background: url('../File/idx.gif') no-repeat scroll right center #FFFFFF;

}

input.Smail2 {
    background: url('../File/psx.gif') no-repeat scroll right center #FFFFFF;

}

input.Smail3 {
    background: url('../File/cvxx.gif') no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #666;
    float: left;
    padding: 5px 27px 5px 10px;
    width: 100px;
    outline: none;
}

input:-moz-placeholder {
  color: #8D8D8D;
}
input::-webkit-input-placeholder {
  color: #8D8D8D;
}
input:-ms-input-placeholder {
  color: #8D8D8D;
}

input:focus:-moz-placeholder {
  -moz-animation-duration: 0.4s;
  -moz-animation-name: slidein;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  -moz-animation-delay: 0.1s;
}
input:focus::-webkit-input-placeholder {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: slidein;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
}

input {
  color: black;
  padding-left: 0px;
  padding-right: 10px;
}
 
@-webkit-keyframes slidein {
  from {
    opacity: 1;
    padding-left: 0px;
  }

  to {
    opacity: 0;
    padding-left: 10px;
  }
}
@-moz-keyframes slidein {
  from {
    opacity: 1;
    padding-left: 0px;
    padding-right: 10px;
  }

  to {
    opacity: 0;
    padding-left: 10px;
    padding-right: 0px;
  }
}

/////S/M/A/I/L/M/A/X//////*
        input {
            border: solid 1px #000;
        }
        input:required:invalid  {
            background-image: url(invalid.png);
            background-position: right;
            background-repeat: no-repeat;
       }
        input:required:valid  {
            background-image: url(valid.png);
            background-position: right;
            background-repeat: no-repeat;
}
