#formblock {
	display: inline-block;
	margin: 0 0 10px 0;
	border-bottom: 4px double silver;
}
/* 32 pixel forms */
.i32block {
	position: relative;
	float: left;
	font-size: 16px;
	padding: 0px;
	margin: 4px;
	background-color: #EEE;
	border: 1px solid #CCC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.i32block:hover {
	background-color: #E5CD5E;
}
.i32block .i32title {
	position: relative;
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: right;
	padding: 0;
	margin: 5px;
}
.i32block .i32input {
	position: relative;
	float: right;
	margin: 4px;
	line-height: 34px;
	border: 1px solid #CCC;
	border-color: rgba(0,0,0,0.2);
	background-color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.7);
}
.i32block .i32input .i32icons {
	position: relative;
	float: right;
	width: auto;
	height: 32px;
	margin: 1px 0;
	padding: 0px;
}
.i32block .i32input input {
	line-height: 34px;
	height: 34px;
	font-size: 16px;
	border: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.i32block .i32input.showOnly {
	background-color: transparent;
}
.i32block .i32input input.captcha32 {
	height: 32px;
	line-height: 32px;
	font-size: 24px;
}
.i32block .i32input textarea {
	border: none;
	background: transparent;
}
.i32input.important {
	border-color: #FAA;
	border-color: rgba(255,0,0,0.3);
}
.i32input.invis {
	background-color: transparent !important;
	border: none !important;
}
.i32block .i32input .iSelector {
	display: inline-block;
	float: left;
	line-height: 24px;
	margin: 2px;
	padding: 4px;
	border: 1px solid #FFF;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
}
.i32block .i32input .iSelector:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}
.i32block .i32input .iSelector.iSel {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #000;
}
.i32block .i32input .iSelector img {
	border: none;
	background-repeat: none;
	background-position: center;
}
.i32ListContainer {
	position: absolute;
	display: none; 
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999;
	top: 0px;
	left: 150px;
	margin: 0px;
	padding: 5px;
	z-index: 10;
	background-color: #FFF;
}
.i32Lister {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.i32Lister ul {
	list-style: none;
	margin: 6px 0;
	padding: 0;
}
.i32Lister ul li {
	font-size: 15px;
	color: #333;
	line-height: 32px;
	padding: 0 5px;
	cursor: default;
}
.i32Lister ul li:hover {
	background-color: #E5CD5E;
	color: #FFF;
}
.i32Lister ul li.remark {
	font-style: italic;
}
.i32Lister ul li.selected {
	font-weight: bold;
}
.numbuts32 {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
}
.numbuts32 div {
	width: 32px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: url(../img/icon-blue-32.png) no-repeat;
}
.numbuts32 .dwbt {
	background-position: -191px -10px;
}
.numbuts32 .upbt {
	background-position: -287px -6px;
}

/* 16 pixel forms */
.iFblock {
	position: relative;
	float: left;
	font-size: 12px;
	padding: 0px;
	margin: 5px;
	background-color: #F0F0F0;
}
.iFblock .iFtitle {
	position: relative;
	float: left;
	height: 18px;
	line-height: 18px;
	text-align: right;
	margin: 5px;
}
.iFblock .iFinput {
	position: relative;
	float: right;
	margin: 4px;
	line-height: 18px;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.iFblock .iFinput .iFicons {
	position: relative;
	float: right;
	width: auto;
	height: 16px;
	margin: 1px 0;
	padding: 0px;
}
.iFblock .iFinput input {
	line-height: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.iFblock .iFinput input.captcha {
	height: 40px;
	line-height: 40px;
	font-size: 2em;
}
.iFblock .iFinput textarea {
	border: none;
	background: transparent;
}
.iFinput.important {
	border-color: #FAA;
}
.iFinput.invis {
	background-color: transparent !important;
	border: none !important;
}
.iFblock .iFinput .iSelector {
	display: inline-block;
	float: left;
	line-height: 16px;
	margin: 1px;
	padding: 0 4px;
	border: 1px solid #CCC;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
}
.iFblock .iFinput .iSelector:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}
.iFblock .iFinput .iSelector.iSel {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #000;
}
.iFblock .iFinput .iSelector img {
	border: none;
	background-repeat: none;
	background-position: center;
}
.iLister {
	position: absolute;
	display: none; 
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999;
	top: 6px;
	left: 100px;
	margin: 0px;
	padding: 2px;
	z-index: 10;
	background-color: #FFF;
}
.iLister ul {
	list-style: none;
	margin: 6px 0;
	padding: 0;
}
.iLister ul li {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding: 0 4px;
	cursor: default;
}
.iLister ul li:hover {
	background-color: #F0F0F0;
}
.iLister ul li.remark {
	font-style: italic;
}
.iLister ul li.selected {
	font-weight: bold;
}
.numbuts {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0 0 0 5px;
	margin: 0px;
}
.numbuts div {
	width: 16px;
	height: 9px;
	margin: 0 2px;
	padding: 0px;
	background: url(../img/icons-black.png) no-repeat;
}
.numbuts .dwbt {
	background-position: -65px -20px;
}
.numbuts .upbt {
	background-position: 0px -18px;
}
/*  button containers  */
.good {
	color: #090;
}
.wrong {
	color: #C00;
}
.al_left {
	float: left;
}
.al_right {
	float: right;
}
.al_center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.iButContainer {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 20px;
/*	width: 100px;*/
	line-height: 20px;
	padding: 3px 6px;
	margin: 2px 4px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border: 1px solid #FFF;
	box-shadow: #666 1px 1px 8px;
	font-size: 12px;
}
.iButContainer input {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding: 0px 2px 5px 2px;
	margin: 0px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}
.iButContainer .butIcon {
	position: relative;
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 2px;
	background-repeat: no-repeat;
}
.iButContainer .cbt {
	padding: 0px;
	margin: 2px;
}
.iButContainer .butTitle {
	display: inline-block;
	position: relative;
	width: auto;
	height: 16px;
	padding: 0 2px;
	margin: 1px 2px 3px 2px;
}
/* BUTTON 32px */
.iBut32 {
	position: relative;
	overflow: hidden;
	height: 32px;
/*	width: 100px;*/
	line-height: 32px;
	padding: 3px 6px;
	margin: 2px 4px;
	border: 1px solid #CCC;
/*	box-shadow: #666 0px 0px 5px;*/
	font-size: 16px;
}
.iBut32 input {
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0px 2px 5px 2px;
	margin: 0px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}
.iBut32 .cbt {
	padding: 0px;
	margin: 2px;
}
.iBut32 .iBut32Title {
	display: inline-block;
	position: relative;
	width: auto;
	height: 32px;
	padding: 0 2px;
	margin: 1px 2px 3px 2px;
}
/* ------------------- */
.info0_box {
	float: left;
	line-height: 15x;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	margin: 5px;
/*	background-color: rgba(255,255,255,0.5);*/
	background-color: #F8F8F8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* ÚJ FloTex megjelenítő */
#flotex {
	position: absolute;
	min-width: 180px;
	max-width: 300px;
	padding: 10px;
	margin: 0 0 -6px -6px;
	bottom: 0px;
	background: #EEE;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	z-index: 100;
	/*display: none;*/
	box-shadow: 1px -1px 3px #666;
	box-shadow: 1px -1px 3px rgba(0,0,0,0.5);
}
#flotex.left {left: 0px;}
#flotex.right {right: 0px;}
#flotex img {
	max-width: 278px;
	border: 1px solid #FFF;
}
#flotex #arrow {
	position: absolute;
	width: 10px;
	height: 10px;
}
#flotex.left #arrow {left: -6px;bottom: -6px;background: url(../img/sarok1.png);}
#flotex.right #arrow {right: -6px;bottom: -6px;background: url(../img/sarok2.png);}
#flotex .ftitle {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.ftitle.black {color: #000;}
.ftitle.blue {color: #00F;}
.ftitle.green {color: #0C0;}
.ftitle.red {color: #F00;}
.ftitle.silver {color: #CCC;}
.ftitle.gray {color: #666;}
.ftitle.gold {color: #FC0;}
.ftitle.white {color: #FFF;}

/* --- */
#imgpop {
	position: absolute;
	width: 400px;
	padding: 10px;
	margin: 0;
	top: 0px;
	background: #EEE;
	z-index: 100;
	/*display: none;*/
	box-shadow: 1px 1px 8px #666;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}
#imgpop.left {left: 0px;}
#imgpop.right {right: 0px;}
#imgpop img {
	width: 400px;
}

/* Adattipus felvitel */
div.divtitle {
	font-size: 1.4em;
	line-height: 30px;
	border-bottom: 1px solid #DDD;
	color: #333;
	clear: both;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}
.hider {
	position: fixed;
	top: -1px;
	left: 0px;
	width: 1px !important;
	height: 1px !important;
	filter: alpha(opacity=0);
   opacity: 0;
}
div.ititle {
	position: absolute;
	top: 3px;
	left: 3px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #336;
	text-shadow: 0px 0px 2px #FFF;
	cursor: default;
}
.ifoot {
	height: 30px;
	margin: 15px 0 5px 0;
	padding: 10px;
	border-top: 1px solid #DDD;
}
input.pure {
	border: none;
	background: transparent;
}
/* Admin listers */
.listTitle {
	display: inline-block;
	float: left;
	padding: 12px 0 2px 0;
	font-size: 20px;
	line-height: 30px;
}
.itemlist {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.itemlist .listheader {
	position: relative;
	height: 40px;
	margin: 2px 0 4px 0;
	padding: 0;
	background-color: #484848;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.itemlist .listheader .item {
	display: inline-block;
	float: left;
	position: relative;
	padding: 2px;
	margin: 0 2px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
}
.itemlist .itembase {
	margin: 0;
	padding: 0;
}
.itemlist .itembase .itemline0 {
	position: relative;
	margin: 2px 0;
	padding: 0;
	overflow: hidden;
}
.itemlist .itembase .itemline {
	position: relative;
	margin: 2px 0;
	padding: 0;
	overflow: hidden;
	background-color: #eee;
	-webkit-transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-o-transition: background-color 500ms;
	transition: background-color 500ms;
}
.itemlist .itembase .itemline.highLight {
	background-color: #ddf;
}
.itemlist .light0 {
	background-color: #FFF;
	-webkit-transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-o-transition: background-color 500ms;
	transition: background-color 500ms;
}
.itemlist .dark0 {
	background-color: #E0E0E0;
	-webkit-transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-o-transition: background-color 500ms;
	transition: background-color 500ms;
}
.itemlist .itembase .itemline:hover {
	background-color: #ffee8a;
}
.itemlist .itembase .itemline .item {
	position: relative;
	float: left;
	padding: 2px;
	margin: 0 2px;
	line-height: 32px;
	max-height: 64px;
	overflow: hidden;
}
.itemlist .itembase .itemline .code {
	font-family: Courier, monospace;
}
.itemlist .itembase .itemline .item a {
	text-decoration: none;
	color: #336;
}
.itemlist .itembase .itemline .item a:hover {
	color: #000;
}
/* --- CELLFILTER --- */
#cellFilterContainer {
	display: inline-block;
	height: 32px; 
	line-height: 32px; 
	float: right; 
	margin: 2px 5px; 
	padding: 3px 5px; 
	position: relative;
	background-color: #EEE;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #CCC;
}
#cellFilterContainer .cellSelectContainer {
	display: inline-block;
	position: relative;
	float: left;
	height: 32px; 
	line-height: 32px; 
	min-width: 150px;
	padding: 0;
	margin: 0;
}
#cellFilterContainer .cellSelectContainer .cellTitle {
	display: inline-block;
	height: 20px;
	width: 60px;
	text-align: right;
	line-height: 20px;
	padding: 2px 2px 2px 6px;
	margin: 0;
	border: none;
	font-size: 12px;
	cursor: default;
}
#cellFilterContainer .cellSelectContainer .cellValue {
	display: inline-block;
	background-color: #FFF;
	height: 20px;
	line-height: 20px;
	width: 140px;
	padding: 2px;
	margin: 0;
	font-size: 12px;
	border: none;
	cursor: default;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#cellFilterContainer .cellSelectContainer .fltCtrl {
	margin: -6px 0px;
	width: 24px;
	height: 24px;
	background-position: -160px -5px;
}
#cellFilterContainer .cellSelectContainer .cellList {
	position: absolute;
	left: 68px;
	top: 25px;
	width: 160px;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-top: none;
	z-index: 10;
	padding-top: 5px;
	margin: 0;
	list-style: none;
	display: none;
}
#cellFilterContainer .cellSelectContainer .cellList li {
	font-size: 12px;
	padding: 5px;
	line-height: 13px;
	cursor: default;
}
#cellFilterContainer .cellSelectContainer .cellList li:hover {
	background-color: #339;
	color: #FFF;
}
/* --- */
#listFilterContainer {height: 44px; float: right; margin: 0; padding: 0; position: relative;}
#listFilterContainer #selectContainer {
	display: inline-block;
	position: relative;
	background-color: #EEE;
	float: left;
	height: 38px;
	line-height: 38px;
	width: 146px;
	padding: 0 5px;
	margin: 2px 0;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border: 1px solid #CCC;
	border-right: none;
}
#listFilterContainer #selectContainer #selValueTxt {
	display: inline-block;
	background-color: #FFF;
	height: 20px;
	line-height: 20px;
	width: 118px;
	padding: 2px;
	margin: 0;
	border: none;
	cursor: default;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#listFilterContainer #selectContainer #selCtrl {
	float: right;
	margin: 4px -6px
}
#listFilterContainer #selectContainer #valList {
	position: absolute;
	left: 5px;
	top: 25px;
	width: 122px;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-top: none;
	z-index: 10;
	padding-top: 5px;
	margin: 0;
	list-style: none;
	display: none;
}
#listFilterContainer #selectContainer #valList li {
	font-size: 12px;
	padding: 5px;
	line-height: 13px;
	cursor: default;
}
#listFilterContainer #selectContainer #valList li:hover {
	background-color: #339;
	color: #FFF;
}
#listFilterContainer #inputContainer {
	display: inline-block;
	position: relative;
	background-color: #EEE;
	float: left;
	height: 38px;
	line-height: 38px;
	width: 120px;
	padding-right: 5px;
	margin: 2px 0;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#listFilterContainer #inputContainer input {
	height: 20px;
	background-color: #FFF;
	line-height: 20px;
	padding: 2px;
	width: 115px;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#listFilterContainer #checkContainer {
	display: inline-block;
	position: relative;
	float: left;
	background-color: #EEE;
	padding: 3px;
	margin: 2px 0;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.sButContainer {
	position: relative;
	height: 16px;
	width: 16px;
	padding: 0;
	margin: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	float: left;
	vertical-align: middle;
}
.sButContainer32 {
	position: relative;
	display: inline-block;
	height: 32px;
	width: 32px;
	padding: 0;
	margin: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	float: left;
	vertical-align: middle;
}

/* --- */

/* lebegő sorbarendező */
.orderbox {
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 170px;
	width: 220px;
	height: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #CCC;
	box-shadow: #666 1px 2px 30px;
	background: White;
	padding: 4px;
	z-index: 3;
	display: none;
}
.orderbox .ord_head {
	height: 20px;
	line-height: 20px;
	width: 220px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.orderbox .ord_title {
	height: 20px;
	line-height: 20px;
	width: 170px;
	float: left;
	text-align: left;
}
.orderbox .ord_control {
	width: 45px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	float: right;
}
.orderbox .ord_list {
	width: 220px;
	height: 0px;
	overflow-y: auto;
	padding: 0;
	margin: 0;
}
.ord_list .orditem {
	width: 195px;
	height: 14px;
	line-height: 14px;
	cursor: default;
	text-align: left;
	background-color: #F0F0F0;
	color: #666;
	padding: 0 0 0 5px;
	margin: 1px 0;
	overflow: hidden;
}
.ord_list .active {
	background-color: #E0E0FF;
	color: #000;
}
.ord_list .hided {
	display: none;
}
.orderbox .ord_foot {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	text-align: center;
	padding: 5px 0;
}
/* --- */
#filterbox {
	position: relative;
	float: right;
	height: 26px;
	margin: 10px 20px;
	font-size: 12px;
}
#filterbox .filteritem {
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 10px;
	float: right;
}
#filterbox .filteritem select {
	height: 24px;
	width: auto;
	line-height: 24px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #CCC;
}

/* NYELV VÁLASZTÓ DOBOZ */
#langList {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#langList li {
	width: 100%;
	overflow: visible;
	margin: 5px 0 10px 0;
	cursor: default;
}
#langList li.tabbed {
	width: 52px;
	float: left;
	margin: 5px 2px 10px 2px;
}
#langList li .lgHead {
	overflow: hidden;
	height: 40px;
	padding: 0;
	margin: 0;
	background-color: #E5CD5E;
	color: #252525;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}
#langList li.tabbed .lgHead {
	background-color: #E0E0E0;
}
#langList li .lgHead.close {
	background-color: #7F7F7F;
	color: #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#langList li.tabbed .lgHead.close {
	background-color: #CCC;
	color: #252525;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}
#langList li .lgTitle {
	overflow: hidden;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 4px 10px;
	margin: 0;
	text-align: center;
	font-size: 18px;
}
#langList li .lgFlag {
	float: left;
	width: 32px;
	height: 32px;
	padding: 2px 10px;
}
#langList li .lgContent {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 5px 0;
	background-color: #E0E0E0;
}
#langList li .lgContent.close {
	display: none;
	height: 0px;
	padding: 0;
}
#langList #viewChanger {
	display: block;
	width: 100px;
	height: 40px;
	float: right;
}
.langBox {
	position: relative;
	margin: 0 0 10px 0;
/*	overflow: hidden;*/
}
.langBox  .lgHead {
	overflow: hidden;
	height: 40px;
	padding: 0;
	margin: 0;
	background-color: #E5CD5E;
	color: #252525;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}
.langBox  .lgHead.close {
	background-color: #7F7F7F;
	color: #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.langBox .lgTitle {
	overflow: hidden;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 4px 10px;
	margin: 0;
	text-align: center;
	font-size: 1.1em;
	border-left: 1px solid #F3E7B3;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.langBox .lgIcon, .langBox .lgFlag {
	float: left;
	width: 32px;
	height: 32px;
	padding: 2px 0 2px 18px;
}
.langBox .lgFlag {
	padding: 2px 9px;
	height: 36px;
	border-right: 1px solid #B39715; 
	border-right: 1px solid rgba(0,0,0,0.3);
	margin-right: 1px;
}
.langBox .lgContent {
	position: relative;
	display: inline-block;
/*	overflow: hidden;*/
	padding: 5px 0;
	background-color: #E0E0E0;
}
.langBox .lgContent.close {
	display: none;
	height: 0px;
	padding: 0;
}
/* Floating draggable post panel */
#pPanel {
	position: absolute;
	border: 1px solid #444;
	background-color: #d0e4f9;
	border-radius: 8px 8px 5px 5px;
	-moz-border-radius: 8px 8px 5px 5px;
	-webkit-border-radius: 8px 8px 5px 5px;
	padding: 0;
	box-shadow: 2px 2px 25px rgba(0,0,0,0.5);
}
#pTitle {
	position: relative;
	font-size: 14px;
	height: 10px;
	line-height: 13px;
	padding: 5px 10px;
	margin: 0;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	background: rgb(208,226,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(208,226,249,1) 0%, rgba(213,229,249,1) 50%, rgba(201,222,247,1) 51%, rgba(208,228,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,226,249,1)), color-stop(50%,rgba(213,229,249,1)), color-stop(51%,rgba(201,222,247,1)), color-stop(100%,rgba(208,228,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,226,249,1) 0%,rgba(213,229,249,1) 50%,rgba(201,222,247,1) 51%,rgba(208,228,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,226,249,1) 0%,rgba(213,229,249,1) 50%,rgba(201,222,247,1) 51%,rgba(208,228,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,226,249,1) 0%,rgba(213,229,249,1) 50%,rgba(201,222,247,1) 51%,rgba(208,228,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,226,249,1) 0%,rgba(213,229,249,1) 50%,rgba(201,222,247,1) 51%,rgba(208,228,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e2f9', endColorstr='#d0e4f9',GradientType=0 ); /* IE6-9 */
	cursor: move;
	overflow: hidden;
}
#pCloser {
	position: absolute;
	top: 0;
	right: 10px;
	width: 16px;
	height: 16px;
	padding: 0 10px;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	border: 1px solid #7d8795;
	border-top: none;
	cursor: default;
}
#pContent {
	position: relative;
	padding: 10px;
	margin: 2px;
	border: 1px solid #a6b6c6;
	background-color: #F0F0F0;
	border-radius: 0 0 3px 3px;
}
#superTitle {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #666; 
	margin: 10px 0 0 0;
	padding: 10px 15px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
