

#cookies {
width:100%;
min-height:20px;
background:#fff;
padding:2px 0;
position:relative;
z-index:2;
float:left;
}
#cookiesText {
width:960px;
padding:0 10px 0 0;
margin:0 auto;
font-size:11px;
color:#5C5C5C;
position:relative;
}
.cookiesClose {
width:8px;
height:8px;
position:absolute;
right:0;
top:8px;
background:transparent url('../images/close_cookies.png') top left no-repeat;
}

#fbLike {
width:306px;
height:580px;
left:-306px;
position:fixed;
z-index:100000;
}
#fbWidget {
width:300px;
min-height:300px;
background:#fff;
border:3px solid #3b5999;
position:absolute;
z-index:100000;
}
#fbMove {
width:32px;
height:120px;
background:transparent url('../img/fbleft.png') top left no-repeat;
position:absolute;
right:-35px;
top:15px;
}

#fbLikeR {
width:306px;
height:580px;
right:-306px;
position:fixed;
z-index:100000;
}
#fbWidgetR {
width:300px;
min-height:300px;
background:#fff;
border:3px solid #3b5999;
position:absolute;
z-index:100000;
}
#fbMoveR {
width:32px;
height:120px;
background:transparent url('../img/fbright.png') top left no-repeat;
position:absolute;
left:-35px;
top:15px;
}/*
form input, textarea, select {
width:250px;
font-family: Trebuchet MS;
font-size: 16px;
background: #fff;
color: #5f5f5f;
border: 1px solid #cfcfcf;
padding: 10px;
margin:6px 0 10px 0;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
form select option {
padding: 2px 10px;
}
 */

#fade {
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 10;
}

#popup {
	background: #e9e9e9;
	float: left;
	position: fixed;
	top: 50px; left: 350px;
	z-index: 1000001;
	-webkit-box-shadow: 0px 0px 4px #090a0b;
	-moz-box-shadow: 0px 0px 4px #090a0b;
	box-shadow: 0px 0px 4px #090a0b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#popupContent {
overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#popup .full {
position:absolute;
}
.close {
background:#fff;
padding:7px;
position:absolute;
right:-15px;
top:-15px;
	-webkit-box-shadow: 0px 0px 4px #090a0b;
	-moz-box-shadow: 0px 0px 4px #090a0b;
	box-shadow: 0px 0px 4px #090a0b;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
img.btn_close {
	border:0;
	float: right;
	margin: 0 0 0 0;
}
img.btn_close:hover {
background: transparent url('img/close_active.png') no-repeat;
}

*html #fade {
	position: absolute;
}
*html . {
	position: absolute;
}