
#temppasswd
{
	position: fixed;	
	width: 567px;
    margin-left: -283px;
	display: none;
	z-index: 1010;
}

#temppasswd .close
{
	background: url(../images/popup_box_close_x.gif) no-repeat right center;
	padding-right: 18px;
	margin-right: 10px;
}
#temppasswd h1
{
	font-size: 23px;
	line-height: 48px;
	margin-bottom: 12px;
	border-bottom: solid 1px #aaaaaa /* border gray */;
}


#temppasswd fieldset dt
{

    width:10%;
}

#temppasswd fieldset dd
{
    width:80%;
    line-height: 30px;
}
 
#temppasswd fieldset dd input.text
{
    width:245px;
    font-size: 13.33px;
    height: 20px;
}

#temppasswd div.actions
{

    margin-top:0;
    margin-bottom:11px;
}

*html #temppasswd div.actions
{
    margin-top:18px;
}

#temppasswd div.actions ul li
{
    float:right;
    padding-left:10px;
    display:inline;
}

#temppasswd div.actions ul li a.cancel
{
    border-bottom: dotted 1px #444444 /* charcoal */;
}
#temppasswd div.actions ul li a.cancel:hover
{
    color: #5C2946 /* eggplant */;
    border-bottom: solid 1px #5C2946 /*  eggplant */;
}
