
/* On Focus styles for login module components */

input,textarea,select,.idle {
	color: #49535e;
	background-image: none;
	border: 1px solid #dbdfe6;
	border-top: 1px solid #abadb3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
		
input:focus,textarea:focus,select:focus,.activeField {
	background: none #fbe516;
	border: 1px solid #5a9edc;
	border-top: 1px solid #2b7bc2;
}
.col30 {
	width: 30%;	
}
.col50 {
	width: 50%;	
}
.pwd-show {
	background: url("/1Line/javax.faces.resource/password_show.png.jsf?ln=images/login&v=3_3_0_170706")
		no-repeat 0 0;
	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	left: 3px;
	top: 4px;
	cursor: pointer;
}

.pwd-hide {
	background: url("/1Line/javax.faces.resource/password_hide.png.jsf?ln=images/login&v=3_3_0_170706")
		no-repeat 0 0;
	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	left: 3px;
	top: 4px;
	cursor: pointer;
}