#content {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 9px 0;
    padding: 9px 9px 0 9px;
}

.slogan > h2 {
	margin: 9px 9px;
	padding: 0;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

.message-text {
	position: relative;
    margin: 17px 0px 0px 0px;
    padding: 11px 9px 12px 9px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: left;
    font-size: 16px;
}

.required-text {
	position: relative;
    margin: 17px 0px 0px 0px;
    padding: 11px 9px 12px 9px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: left;
    font-size: 16px;
}

.form-input-field {
    -webkit-border-radius: 10px;
	border: 1px solid #999999;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 17px 0 0 0;
    padding: 11px 9px 9px 9px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

label {
    margin: 0 9px;
	padding: 0;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

.form-input-button[name="resetButton"] {
	display:none
}

.form-input-button[name="submitButton"] {
	display: block;
	width: 100%;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
    -webkit-border-radius: 10px;
    -webkit-appearance: square-button;
    -webkit-border-image: url(../../images/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.contentwrapper {
	
}

#navcontainer {
	display: none;
}

#pluginsidebar {
	display: none;
}