li {
	list-style-type: none;
	margin-left:0px;
}

ol {
	margin-left:0px;
}

.login-panel {
    display: none;
    margin:auto;
    right: 0;
    top: 40px;
    z-index: 10;
    width: 245px;
    padding-bottom: 12px;
    background-color: #E3EDEF;
    border: 5px solid #6c6d6e;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    -moz-box-shadow: 1px 1px 3px #55656d;
    -webkit-box-shadow: 1px 1px 3px #55656d;
    box-shadow: 1px 1px 3px #55656d;
    margin-top:30px;
}

.mainmenu .mainmenu-inner .login-panel {
    margin: 0 0 12px;
    padding: 20px;
    border-bottom: 1px dotted #c4c6c8;
}

.mainmenu .mainmenu-inner .login-panel li {
    height: auto;
    float: none;
}

.login-panel li.textbox input {
    width: 180px;
    color: #959899;
}
.login-panel li.textbox input:focus { color: #555; }
.login-panel li.btn-submit { float: left; }

.login-panel li.btn-submit input {
    margin-right: 5px;
    padding: 6px 5px 5px;
    border: none;
    color: white;
    font-size: 11px;
    cursor:pointer;
    background-color: #545454;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.login-panel li.btn-submit button:hover { background-color: #739609; }

.login-panel li.checkbox {
    float: left;
    width: 120px;
    padding-top: 4px;
    font-size: 0.95em;
    color: #aaadaf;
}
.login-panel li.checkbox input { margin-right: 4px; }
.login-panel li.checkbox label { padding: 4px 0 0; }

ul.login-or-register li.login a.forgotpwd {
    display: inline;
    height: auto;
    margin: 0 0 0 20px;
    padding: 0;
    color: #8bb60b;
    font-size: 1.2em;
    font-weight: bold;
    background: none;
}
ul.login-or-register li.login a.forgotpwd:hover { color: #739609; }

.login-panel .textbox label,
.login-panel .selectbox label,
.login-panel .filebox label {
    display: block;
    font-size: 1.3em;
    margin-bottom: 8px;
    font-weight: bold;
}

.login-panel label em {
    padding-left: 2px;
    color: #8bb60b;
}

.login-panel label small {
    color: #999;
    font-size: 0.7em;
}

.login-panel .boxleft { float: left; }
.login-panel .boxright { float: right; }
.login-panel .box { clear: both; }

.login-panel .long {
    margin: 0 290px 0 0;
}

.login-panel .textbox span,
.login-panel .selectbox span {
    display: inline-block;
    background-color: #eee;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.login-panel .textbox input,
.login-panel .selectbox select,
.login-panel .textbox textarea {
    border: 1px solid #ddd;
    padding: 6px;
    font-family: Arial, sans-serif;
    color: #454f53;
    width: 248px;
}
.login-panel .textbox textarea {
    font-size: 1.3em;
    line-height: 1.4em;
}

a:visited
{
	text-decoration:none;
	color:#545454;
}

a
{
	text-decoration:none;
	color:#545454;
}