.stuck {
	width: 332px;
	height: 240px;

	position: fixed;
	top: 30%;
	right: -300px;
}

.stuck-invisible {
	display: none;
}

.stuck-button-site {
	width: 32px;
	height: 240px;
	float: left;
}

.stuck-button-site-back {
	width: 32px;
	height: 123px;
	cursor: pointer;
	cursor: hand;
	background: url("/resource/img/stuck/feedback_button.png") no-repeat scroll 0 0;

	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.stuck-button-site-back:hover {
	background-position: -32px 0px;
}

.stuck-panel {
	width: 300px;
	height: 240px;
	
	float: left;

	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);

	background-color: #fcfcfc;
}

.stuck-thank-you {
	width: 300px;
	height: 240px;
	
	float: left;

	background: url("/resource/img/stuck/thankyou.png") no-repeat scroll 72px 28px #fcfcfc;
}

.stuck-panel-header {
	height: 170px;

	margin-left: 25px;
    margin-top: 20px;
}

.stuck-panel-header-feedback {
	color: #3aa4c3;
}

#stuck-submit {
	width: 79px;
	height: 29px;
	
	bottom: 0px;
	margin-left: 25px;
}

.stuck-submit-enabled {
	cursor: pointer;
	cursor: hand;
	
	background: url("/resource/img/stuck/button_submit.png") no-repeat scroll 0 0;
}

.stuck-submit-enabled:hover {
	background-position: 0px -29px;
}

.stuck-submit-disabled {
	background: url("/resource/img/stuck/button_submit.png") no-repeat scroll 0 0;
	background-position: 0px -58px;
}

#stuck-explanation {
	width: 250px; 
	height: 70px;

	border: 1px solid #e2e2e2;
}

.stuck-title-feedback {
	font-family: Arial;
	font-size: 24px;
	color: #3AA4C3;
	width: 250px;
	margin-bottom: 12px;
}

.stuck-second-title {
	font-family: Arial;
	font-size: 16px;
	color: #7D7D7D;
	width: 250px;
	margin-bottom: 10px;
}
