.abs
{
	position:fixed;
	z-index:100;
	top:50%;
	right:0;
}
div.flymenu
{
	position:relative;
}
.flymenu div.inner
{
	float:right;
	width:200px;
	background-color:#ECECEC;
	border:3px solid white;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	text-align:center;
	margin-right:10px;
	padding:10px 0;

	transition:margin 300ms;-moz-transition:margin 300ms;-webkit-transition:margin 300ms;-o-transition:margin 300ms;

	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;

	-moz-box-shadow:0px 1px 5px #999999;
	-webkit-box-shadow:0px 1px 5px #999999;
	box-shadow:0px 1px 5px  #999999;
}
.flymenu div.inner-small
{
	float:right;
	background-color:#ECECEC;
	border:3px solid white;
	border-right:none;
	border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px;

	padding:10px 5px;

	-moz-box-shadow:0px 1px 5px #999999;
	-webkit-box-shadow:0px 1px 5px #999999;
	box-shadow:0px 1px 5px  #999999;
}

.flymenu .inner a
{
	color:#004284;
	display:block;
	padding:5px;
}
.flymenu .inner a:hover
{
	color:#BC6600;
}
.flymenu .inner p
{
	border-top:2px dotted rgba(255,255,255,0.5);
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}
.flymenu .inner p b
{
	font-size:17px;
	font-weight:normal;
}
.flymenu .inner p big
{
	font-size:18px;
	font-weight:normal;
}
table.flyform
{
	background-color:rgba(0,0,0,0.5);
	width:1%;
	height:100%;
	position:absolute;
	z-index:100;
	position:fixed;
	z-index:100;
	left:-9999px;
	top:0;
}
table.flyform.show
{
	width:100%;
	left:0;
	position:absolute;
	z-index:100;
	position:fixed;
}
.flyform div.center
{
	float:left;
	position:relative;
	left:50%;
}
.flyform div.inner
{
	background-color:white;
	border:3px solid white;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	text-align:left;

	float:left;
	position:relative;
	left:-50%;

	padding:10px 20px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;

	-moz-box-shadow:0px 1px 5px black;
	-webkit-box-shadow:0px 1px 5px black;
	box-shadow:0px 1px 5px black;
}
.flyform h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#004284;
	margin:0;
	padding:5px 0;
}
.flyform hr
{
	height:0px;
	border:1px solid #cccccc;
}
.flyform b
{
	color:#CC0000;
}
.flyform input.input,
.flyform textarea.input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:1px solid #CCCCCC;
	padding:5px 7px;
	margin:0;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
	text-shadow:#BBBBBB 0px 1px 2px;

	-moz-box-shadow:inset 1px 1px 4px #CCCCCC;
	-webkit-box-shadow:inset 1px 1px 4px #CCCCCC;
	box-shadow:inset 1px 1px 4px  #CCCCCC;
}
.flyform input.input
{
	padding:0 7px;
	width:300px;
	height:30px;
}
.flyform input.submit{
	background:url(flyformsubmit.png) center center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:white;
	border:none;
	width:130px;
	text-align:center;
	padding:6px 0 7px 0;
	cursor:pointer;
}
.flyform div.close{
	float:right;
	position:relative;
	left:35px;
	top:-25px;
	width:30px;
	height:30px;
	background:url(http://www.pea.ru/docs/feedback/flyformclose.png ) center center no-repeat;
	cursor:pointer;
}
.myCheckbox, .myCheckbox2, .myCheckbox5 {
	width: 15px;
	height: 15px;
	background: url(http://www.pea.ru/docs/feedback/chekbox.png) left center no-repeat;
	display: block;
	float: left;
	cursor: pointer;
	margin: 0 5px 5px 0;
}
.myCheckbox.active, .myCheckbox2.active, .myCheckbox5.active{
	background: url(http://www.pea.ru/docs/feedback/chekbox.png) right center no-repeat;
}
.flyform input.submit:disabled {
	opacity: .5;
	cursor: default;
}
.form1 .myCheckbox {
	margin-top: 10px;
}
.flyform .form1 input.submit  {
	float: right;
}
.flyform .form1 label.checkBoxId  {
	margin-top: 10px;
	display: block;
	float: left;
}
.flyform .form1  textarea.input{
	width: 280px;
	max-width: 280px;
	height: 80px;
}
.form2 {
	width: 380px;
}
.flyform .form2  textarea.input{
	width: 300px;
	max-width: 300px;
	height: 60px;
}