	#container {
		/*width:400px;*/
		/*top:-20px;*/
		top: -150px;
		padding:0px;
		background:#fefefe;
		margin:0 auto;
		/*border:1px solid #c4cddb;
		border-top-color:#d3dbde;
		border-bottom-color:#bfc9dc;
		box-shadow:0 1px 1px #ccc;
		border-radius:5px;*/
		position:relative;
		z-index: 100;
		left: 430px;
	}
	
	#pswd_info ul li {
		/*margin:10px 20px;*/
		margin:5px 0 5px -35px;
		list-style: none;
	}
	#pswd_info ul li:last-child {
		/*text-align:center;*/
		/*margin:20px 0 25px 0;*/
		list-style: none;
	}
    	
	#pswd_info {
		position:absolute;
		bottom:-75px;
		bottom: -115px\9; /* IE Specific */
		right:55px;
		/*width:250px;*/
		width: 350px;
		padding:15px;
		background:#fefefe;
		font-size:.875em;
		border-radius:5px;
		box-shadow:0 1px 3px #ccc;
		border:1px solid #ddd;
	}
	#pswd_info h4 {
		margin:0 0 10px 0;
		padding:0;
		font-weight:normal;
	}
	#pswd_info::before {
		/*content: "\25B2";*/
		position:absolute;
		top:-12px;
		left:45%;
		font-size:14px;
		line-height:14px;
		color:#ddd;
		text-shadow:none;
		display:block;
	}
	.invalid {
		background:url(../images/cross_icon_red.svg) no-repeat scroll 0 5px;
		padding-left:22px;
		line-height:24px;
		color:#ec3f41;
		background-size: 15px;
	}
	.valid {
		background:url(../images/tick_icon_green.svg) no-repeat scroll 0 5px;
		padding-left:22px;
		line-height:24px;
		color:#3a7d34;
		background-size: 15px;
	}
	#pswd_info {
		display: none;
	}





	#result {
		float: right;
		padding-right: 20px;
		font-size: .8em !important;
		margin-top: -5px;
	}
	#register .short{
		font-weight:bold;
		color:#FF0000;
		font-size:larger;
	}
	#register .weak{
		font-weight:bold;
		color:orange;
		font-size:larger;
	}
	#register .good{
		font-weight:bold;
		color:#2D98F3;
		font-size:larger;
	}
	#register .strong{
		font-weight:bold;
		color: limegreen;
		font-size:larger;
	}



	/*BANNER PROGRESSBAR START*/
	#pswd_check_result{
		display: none;
	}
	#progressbar{
		width: 80%;
		height: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		float: left;
		margin: 0 10px;
	}

	#progressbar .short{
		background-color: #FF0000;
		/*border: 1px solid #ff0000;*/
		border-radius: 4px;
		height: 10px;
	}
	#progressbar .weak{
		background-color: orange;
		/*border: 1px solid orange;*/
		border-radius: 4px;
		height: 10px;
	}
	#progressbar .good{
		background-color: #2d98f3;
		/*border: 1px solid #2d98f3;*/
		border-radius: 4px;
		height: 10px;
	}
	#progressbar .strong{
		background-color: limegreen;
		/*border: 1px solid limegreen;*/
		border-radius: 4px;
		height: 10px;
	}
	/*BANNER PROGRESSBAR ENF*/


	#container_pswd_change {
		top: -150px;
		padding:0px;
		background:#fefefe;
		margin:0 auto;
		position:relative;
		z-index: 100;
		left: 100px;
	}
	.progressbar_pswd_change {
		width: 75% !important;
		height: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		float: left;
		margin: 0 10px;
	}
	.result_pswd_change {
		padding-right: 20px;
		font-size: .8em !important;
		margin-top: -5px;
		float : none !important;
	}