.panel_button {
	position: absolute;
	top: 1px;
	right: 0.25rem;
	width: 200px;
	height: 54px;
	z-index: 20;
	cursor: pointer;
}

.panel_button img {
	float: left;
	width: 30px;
	border: none;
	margin: 10px 0 0 0;
}

.panel_button a {
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: block;
	text-align: left;
}

.panel_button a:focus {
	outline: none;
}

#toppanel {
	position: absolute;
	width: 100%;
	right: 0;
	z-index: 25;
	text-align: center;

}

#panel {
	width: 100%;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: auto;
	text-align: left;
}

#panel_contents {
	background: #111;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

#panel h1 {
	text-align: center;
	color: white;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	position: absolute;
	top: 10px;
}
/*
#panel h2 {
	text-align: left;
	line-height: 25px;
	position: absolute;
	top: 18px;
	left: 20px;
	width: 100%;
}
*/
/*
#panel .description {
	line-height: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	color: #d5d5d5;
	text-align: left;
	line-height: 25px;
	position: absolute;
	top: 50px;
	left: 20px;
	width: 96%;
}
*/
#panel .form {
	line-height: 25px;
	position: absolute;
	top: 190px;
	left: 0px;
	width: 100%;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	padding-bottom: 30px;
}

#content_align {
	position: absolute;
	right: 0px;
	width: 400px;
	float: right;
}

div#login {
	width: 100%;
	position: absolute;
	top: 0px;
	margin: 0 0 0 0;
	text-align: left;
	background: #111;
}

div#freevoice {
	width: 100%;
	margin: 20px 0;
	text-align: left;
}

div#login label,
div#freevoice label {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	div#login label,
	div#freevoice label {
		width: 25vw;
	}
}

div#login textarea,
div#freevoice textarea {
	width: 100%;
	background: #fff;
}
@media only screen and (min-width: 992px) {
	div#login textarea,
	div#freevoice textarea {
		width: 25vw;
	}
}

div#login input,
div#freevoice input {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	div#login input,
	div#freevoice input {
		width: 25vw;
	}
}

div#login input#fv_anonymous,
div#freevoice input#fv_anonymous {
	width: auto;
	/*
	margin: 5px 0;
	padding: 0;
	height: auto;*/
}

div#login input#fv_anonymous {
	margin: 10px 0 0 0;
}

div#login select,
div#freevoice select {
	width: 100%;
}
@media only screen and (min-width: 992px) {
	div#login select,
	div#freevoice select {
		width: 25vw;
	}
}

div#login .button,
div#freevoice .button {
	width: auto;
}

#loginButton {
	float: left;
}

#freevoicealert,
div#login #freevoicealert {
	float: left;
	padding: 10px;
	margin: 0px 10px;
	line-height: 9px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#pleaselogin {
	float: left;
	padding: 10px;
	margin: 0px 0px 20px 20px;
	line-height: 9px;
	background: #960;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}