/*
eSKY Feedback styles
(c) eSKY 2010, www.esky.pl
*/

#fbTabs {
	float: left;
	width: 136px;
}
#fbIdeaLabel,
#fbProblemLabel {
	float: left;
	display: block;
	width: 136px;
	height: 44px;
	height: 0px !important;
	padding-top: 44px;
	overflow: hidden;
	cursor: pointer;
}
#fbIdeaLabel.selected,
#fbProblemLabel.selected {
	cursor: default;
}
#fbIdeaLabel {
	background: url(../images/esky.feedback/fb-tabs-pl.gif) -136px 0 no-repeat;
}
#fbIdeaLabel.selected {
	background: url(../images/esky.feedback/fb-tabs-pl.gif) 0 0 no-repeat;
}
#fbProblemLabel {
	background: url(../images/esky.feedback/fb-tabs-pl.gif) -136px -44px no-repeat;
}
#fbProblemLabel.selected {
	background: url(../images/esky.feedback/fb-tabs-pl.gif) 0 -44px no-repeat;
}
#fbIdeaLabel input,
#fbProblemLabel input {
	display: none;
}
#fbToggler {
	position: fixed;
	top: 40%;
	right: 0px;
	width: 28px;
	height: 164px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/esky.feedback/fb-toggle-pl.gif) top left no-repeat;
	z-index: 500;
	outline: none;
	display: none;
}
#fbToggler:hover {
	background-position: -28px 0;
}
#fbWrapper {
	display: none;
}
#fbWindow {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 502;
	font: 11px/1.4em Arial, Helvetica, sans-serif;
}
#fbInnerWindow {
	display: table-cell;
	vertical-align: middle;
}
#fbContent {
	width: 500px;
	min-height: 215px;
	margin: 0 auto;
	padding: 15px;
	background-color: #f2f2f2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: visible;
}
#fbContent fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#fbContent label.error {
	display: block;
	color: #c00;
	font-weight: bold;
}
#fbContent legend {
	display: none;
}
#fbContent h2 {
	font-size: 14px;
	margin: 0 0 0.5em;
}
#fbContent p {
	margin: 0;
	overflow: visible;
}
#fbCommentWrapper {
	float: left;
	width: 341px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 10px solid #fff;
}
#fbCommentWrapper input {
	width: 150px;
}
#fbCommentWrapper textarea {
	width: 333px;
	height: 75px;
}
#fbCommentWrapper textarea.virgin {
	color: #bbb;
}
#fbCommentWrapper textarea,
#fbCommentWrapper input {
	padding: 3px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #bbb;
}
#fbCommentWrapper textarea:focus,
#fbCommentWrapper input:focus {
	background-color: #ffe;
}
#fbCommentWrapper p {
	float: left;
	margin-top: 0.5em;
}
#fbCommentWrapper p.phone {
	float: right;
}
#fbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	z-index: 501;
	display: none;
}
#fbClose {
	display: block;
	float: right;
	margin: -30px -30px 0 0;
	width: 31px;
	height: 31px;
	background: url(../images/esky.feedback/fb-btn-close.png) center center no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
}
#fbSend {
	clear: both;
	float: right;
	width: 86px;
	height: 27px;
	background: url(../images/esky.feedback/fb-btn-send-pl.gif) top left no-repeat;
	text-indent: -9000px;
	cursor: pointer;
	overflow: hidden;
	border: 0;
}
.fbThankyou {
	background: #fff url(../images/esky.feedback/fb-thankyou-pl.gif) center center no-repeat !important;
}