.notice {color: #fff; height: 29px; background: #356aa0; width: 100%; position: fixed; top: 0px; font-size: 90%}
.userpanel {color: #fff; border-top: 2px solid #356aa0; height: 29px; width: 100%; position: fixed; top: 0px; font-size: 90%}
.userpanel .up-content {width: 960px; margin: 0 auto;}
.userpanel .up-content .item {padding: 6px; background: #356aa0; float: left; margin-left: 10px}
.userpanel .up-content .item-nhvr {padding: 6px; background: #356aa0; float: left; margin-left: 10px; color: #fff}
.userpanel .up-content .item:hover {padding-top: 10px}

.popup {}
.pbg {display: none; position: fixed; top: 0px;width: 100%; height: 100%; background: url('../../images/Popup/bg.png')}
.popup .window {display: none;position: fixed; background: #f8f8f8; width: 350px; left: 40%; margin-left: -175px; padding:4px; padding-bottom: 6px; padding-right: 6px;}
.popup .window .inner {width: 350px; height: 100%; margin-left: 20px}
.popup .window .inner .content {width: 350px; margin: 5px; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif}
.popup .window .inner .content a {color: #0067e7; font-weight: bold}
.popup .window .inner .content a:hover {text-decoration: underline}
.popup .window .inner .content input[type=text] {width: 294px; height: 30px; background: #eaeaea; border: 1px solid #c3bdbd}
.popup .window .inner .content input[type=password] {width: 299px; height: 30px; background: #eaeaea; border: 1px solid #c3bdbd}
.popup input[type=submit] {background: #000; border: 0; color: #fff; padding: 5px 10px 5px 10px; cursor: pointer; margin-top: 10px; margin-left: 210px}
#frmregisterForm-register {margin-left: 173px}
.popup input[type=submit]:hover {}
.popup input[type=submit]:active {position: relative; top: 1px}

.msg-error {background: #ff6e6e; border: 1px solid #ff0000; padding: 10px}
