input[type="text"],input[type="number"],input[type="website"],input[type="email"],input[type="button"],input[type="submit"],label,select,.prefix {
	font-size:.9em;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="button"],input[type="submit"] {
	height:40px;
}
input[type="text"],input[type="number"],input[type="website"],input[type="email"],select {
	width:100%;
}
input[type="text"]:focus,input[type="number"]:focus,input[type="website"]:focus,input[type="email"]:focus,select:focus {
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
	/* it controls height of select box but create problem in fee head entry, due to 100% size*/
    select {
        height:24px !important;
        line-height:30px;
    }
	select option {
		padding-top:5px;
		padding-bottom:5px;
		line-height:30px;
	}
}
select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding:0;
}
@-moz-document url-prefix() { /* targets Firefox only */
    select {
        padding:3px 0!important;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */
    select {
        height:30px;
        line-height:30px;
    }     
}
select option:nth-child(odd){
	background-color:#E6FFE6;
}
label {
	text-align:right;
	color:#666;
	width:100%;
	display:inline-block;
	padding-top:5px;
	padding-right:10px;
	padding-left:5px;
	white-space:nowrap;
}
.chktext{
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom:5px;
}
input[type="checkbox"],input[type="radio"]{
	height:16px;
	margin-right:10px;
	margin-left:10px;
	width:16px;
}
span.prefix
{
    padding:2px;
	margin-left:3px;
    border:1px #888 solid;
}
span.prefix input
{
    border: 0px;
	font-size:inherit;
	font-family:inherit;
	width:auto;
	height:auto;
}
.with_hint input {
	width:85%;
}
.with_hint2 input {
	width:70%;
}
/*place holder */
input:read-only::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
input:-moz-read-only::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
input[readonly="readonly"]:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
input:-moz-read-only:-moz-placeholder { /* Firefox 18- */
  color:transparent;
}
/*readonly control css*/
input[readonly="readonly"],select[readonly],input[readonly] {
    border:0px !important;
}
input[type="text"]:-moz-read-only { /* For Firefox */
    border:0px;
	background:#FFF;
}
select:-moz-read-only { /* For Firefox */
	background:#FFF;
}
input:read-only { 
    border:0px;
}
select[readonly] {
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/*readonly control end */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #CCC;
}
