#contactable #contactable_inner {
	background-image:url(images/feeback.png);
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px;
	*margin-left:-5px;
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:200px;
	*margin-top:10px;
	width:44px;
	z-index:100000;
}

#contactable #contactForm {
	background-color:#333333;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	height:450px;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:360px;
	*width:394px;
	z-index:99;
}

#contactable form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	height: 50px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}

#contactable form#contactForm .submit {
	background: #F5410F none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #F52D0F;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

#contactable form#contactForm p {
	width:325px;
	font-size:0.9em;
}

#contactable form#contactForm .disclaimer {
	*margin-left:20px;
}

#contactable #contactForm .red {
	color:	#F5410F;
}

#contactable #overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}
#contactable .error { background-color: #EDBE9C; }

#contactable #name.error { background-color: #EDBE9C; }
#contactable #email.error { background-color: #EDBE9C; }
#contactable #comment.error { background-color: #EDBE9C; }

#contactable form#contactForm label{
	*margin-left:20px;
}

#contactable form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#contactable #callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;
	display:none;
}


#contactable .holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;
}

.popup-rollout{
position:fixed;
top:160px;
right:0;
z-index:200;
height:265px;
background:white;
border:1px solid #1a9f00;
border-left:0;
border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
}


.popup-rollout1{
position:fixed;
top:400px;
right:0;
z-index:200;
height:130px;
background:#FFF;
border:1px solid #1a9f00;
border-left:0;
border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;

}
.popup-rollout-link{
width:35px;
height:265px;
background:#1a9f00 url(/images/obratnaya.jpg) no-repeat -35px 10px;
color:#fff;
cursor:pointer;
border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
 display:none;
}


.popup-rollout-link1{
width:35px;
height:130px;
background:#1a9f00 url(/images/bug.jpg) no-repeat -35px 0;
color:#fff;
cursor:pointer;
border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;

}
.popup-rollout-opened .popup-rollout-link1{
background-position:0 0;
margin-top: -130px;
margin-right: -400px;
}

.popup-rollout-opened .popup-rollout-link{
background-position:0 0;
margin-top: -130px;
margin-right: 400px;
}
.popup-rollout-inner{
display:none;
width:350px;
height:235px;
padding:30px 50px 0;
color:#343434;
}

#main-container1 {width:250px;}



.popup-rollout-inner{
display:none;
width:200px;
height:100px;
padding:30px 0px 0 50px;

color:#343434;

}


.popup-rollout-opened .popup-rollout-inner{
display:block;
}
.popup-rollout H2{
padding-bottom:10px;
font-size:18px;
color:#000;
}
.popup-rollout P{
padding:0 0 10px;
line-height:17px;
}
.popup-rollout LABEL{
display:inline-block;
width:65px;
}
.popup-rollout .e-input{
width:260px;
margin-left:10px;
}
.popup-rollout .submit{
padding-top:5px;
text-align:center;
}
.popup-rollout .submit .btn SPAN{
width:255px;
}
.popup-rollout .submit DIV{
padding:15px 38px 0 0;
text-align:right;
}
.popup-rollout .submit DIV A:hover{
text-decoration:underline;
}
