#panel {
	padding: 5px;
	text-align: right;
	display: none;
	border: solid 1px #666;
}

#forgot {
	display: none;
}

h4 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    background: white none repeat scroll 0 0;
    color: #222;
    font-family: "Arial",sans-serif;
}
html, body {
    height: 95%;
    position: static;
}
.boxConjunction {
    font-size: 1.1em;
    font-style: italic;
    text-align: center;
}

#header {
    line-height: 24px;
    min-height: 24px;
    background-color:#eeeeee;
    border-bottom: 1px solid #ccc;
    padding-left: 6px;
    color:#2F4F4F;
    font-size: 20px;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
}

#login {
    border: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    margin: auto;
    padding: 6px;
    width: 60%;
}


#footer {
    background-color:#eeeeee;
    color:#2F4F4F;
    padding-left: 6px;
    border-top: 1px solid #ccc;
    bottom: 0;
	left: 0;
    text-align: center;
	font-size: 14px;
    position: fixed;
    width: 100%;
    clear:both;
}

.ban {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-weight: bold;
    padding: 2px 5px;
    text-align: center;
}



#pagecontainer::before, #pagecontainer::after {
    content: " ";
    display: table;
    visibility: hidden;
}
#pagecontainer::after {
    clear: both;
}
#pagecontainer::before, #pagecontainer::after {
    content: " ";
    display: table;
    visibility: hidden;
}
#pagecontainer {
    min-height: 95%;
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#pagecontainer > header {
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
	top: 0;
	width: 100%;
	position: fixed;
}
#pagecontainer > header, .post .posting > header, footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    line-height: 1.5em;
    min-height: 1.1em;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
	left: 0;
}

#pagecontainer > header .contents {
    line-height: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 24px;
    padding-left: 6px;
    position: relative;
}

.w1024 section.body {
    width: 980px;
}
section.body {
    height: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 600px;
    padding-bottom: 2em;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0.5em;
    width: 768px;
}
.login, .login form {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 600px;
}

.login, .login form {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 600px;
}

.login .loginBox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
}
.login .loginBox, .login #warnings {
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}

.login .loginBox p label {
    display: inline-block;
    text-align: right;
    width: 250px;
}

.login .loginBox p input {
    width: 250px;
	text-align:left;
}

.login .loginBox .plain input {
	width: 10px;
}

.login .loginBox .explanation {
    float: right;
    font-size: 0.8em;
    margin-top: 0.4em;
	text-decoration: none;
}
.login .loginBox a {
    font-size: smaller;
    font-weight: normal;
}