﻿@charset "utf-8";
#pswd_info {
    position:absolute;
    top: 120px;
    top: 125px\9; /* IE Specific */
    right: -295px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
   /* border-radius:5px;
    box-shadow:0 1px 3px #ccc;*/
    border:1px solid #ddd;
}

#pswd_info li{padding-bottom:0}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
	background: url(../images/profile-pop-arrow.png) no-repeat;
    position:absolute;
    top: 17px;
    left: -9px;
    font-size:14px;
    line-height:14px;
    color:#fff;
    text-shadow:none;
    display:block;
	
    height: 20px;
    width: 20px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	  -webkit-transform: rotate(270deg);
	  -ms-transform: rotate(270deg);
	  transform: rotate(270deg);
	  
    text-indent: 50px;}

li.invalid {
    background:url(../images/cross.jpg) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:##c0392b;
}
li.valid {
    background:url(../images/tick.jpg) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

#pswd_info {
    display:none; 
}