@charset "utf-8";
/* CSS Document */

.ui-dialog { border:2px solid #8dccc2; }
.ui-dialog-titlebar { display:block; background-image:url(images/nl_alert_header.jpg); border-color:#8dccc2; }
.ui-dialog-titlebar-close, 
.ui-icon ui-icon-closethick { display:none; }

#loginBox { background:url(../../images/2010/background-loginbox.gif) no-repeat center center; text-align:center; width:500px; height:300px; padding:5px 0; position:relative; left:50%; margin-left:-250px; }
#loginBoxInner { background:url(../../images/2010/background-loginbox-inner.gif) no-repeat center center;; width:450px; margin-left:auto; margin-right:auto; padding-top:16px; }

#loginBox img { margin:10px auto; }
#loginBoxInner .line,
#forgotPasswordDialog .line { padding:2px; height:22px; }
#loginBoxInner input,
#forgotPasswordDialog input { height:18px; line-height:20px; margin-right:4px; float:left; }
#loginBoxInner label,
#forgotPasswordDialog label { height:20px; width:180px; line-height:20px; text-align:right; margin-right:2px; float:left; font-weight:bold; }
#loginBoxInner label.chk { text-align:left; font-weight:normal; }
#loginBoxInner #forgotLabel { color:#999999; text-align:left; float:left; }
#loginBoxInner #forgotLabel:visited { color:#999999; }
#loginBox form { display:inline; }
#loginBoxInner input.chk { margin-top:2px; }

#forgotPasswordDialog label { width:100px; }
#forgotPasswordDialog input#forgot_email { width:250px; }

#loginBox #forgotLabel, #loginBox label { cursor:pointer; }