@charset "UTF-8";
/* CSS Document */

#modSpacer {
	float: left;
	width: 100%;
	height: 200px;
}

#modPanel {
	float: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	border-top: 10px solid #CC0000;
	z-index: 1000000;
	background-color: white;
	text-align: center;
}

#modPanel form {
	float: none;
	margin: 20px auto 0px auto;
	height: 130px;
	width: 940px;
	text-align: left;
	position: relative;
}

#modPanel form div {
	float: left;
	margin: 0px 0px 0px 20px;
	height: 130px;
}

#modPanel form div textarea {
	width: 600px;
	height: 100px;
	font-size: 10px;
}

#modPanel form #modSubmit, #modPanel form #lobutton {
	position: absolute;
	bottom: 14px;
	right: 20px;
	color: white;
	background-color: #00CC00;
	border-right-color: #009900;
	border-bottom-color: #009900;
	background-image: url(../CMS_images/bg_button_on.png);
	background-repeat: repeat-x;
	cursor: pointer;
}
#modPanel form #modSubmit:hover, #modPanel form #lobutton:hover {
	color: #00FF00;
	background-color: #009900;
	border-right-color: #003300;
	border-bottom-color: #003300;
	background-image: none;
}

#modPanel form #lobutton {
	bottom: 100px;
	padding: 1px 10px;
	border: 1px solid;
}

#modSubmit {
	width: 86px;
}
