
/* confirm i alert */

.lbx_unlogged {
	margin: 0 auto;
	padding: 5px;
	position: relative;
	color: #434343;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	background: transparent url(/images/lightboxes/bg_main.png) repeat scroll 0 0;
}
.lbx_unlogged #exit {
	width: 20px;
	height: 21px;
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
	background: transparent url(/images/lightboxes/exit.png) no-repeat scroll 0 0;
}
.lbx_unlogged .lbx_container {
	width: 470px;
	background-color: #fff;
}
.lbx_unlogged .lbx_container span.lbx_header {
	height: 23px;
	display: block;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 12px;
	padding: 9px 0 0 14px;
	background-color: #efefef;
}
#lbx_alert .lbx_container span.lbx_header {

}
.lbx_container .lbx_content {
	margin-bottom: 0px;
}

.lbx_container_2 .lbx_content_2{
	margin-bottom: -25px;
}

.lbx_unlogged .lbx_container .lbx_content p {
	margin-left: 15px;
	font-size: 13px;
	line-height: 1.3;
}
#lbx_alert .lbx_container .lbx_content p {
	margin-right: 10px;
	line-height: 1.3;
}
.lbx_unlogged .lbx_container .lbx_content a {
	color: #006699;
}
.lbx_unlogged .lbx_container .lbx_footer {
	height: 40px;
	text-align: right;
	background-color: #efefef;
}
.lbx_unlogged .lbx_container .lbx_footer input {
	margin: 8px 5px 0 0;
	padding: 1px 7px 2px 7px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: visible;
	border: 2px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.lbx_unlogged .lbx_container .lbx_footer input#discard {
	background-color: #afafaf;
}
.lbx_unlogged .lbx_container .lbx_footer input#post {
	background-color: #40abdd;
	margin-right: 12px;
}

#copyBtnCont{
	height:25px;
	left:248px;
	position:relative;
	top:22px;
	width:210px;
}
#d_clip_button{
	text-align: center;
	color: white;
	font-size: 11px;
	background-color: #880083;
	width: 115px;
	padding:5px;
	font-weight: bold;
	float:left;
}
#d_cancel_button{
	background-color:#CCCCCC;
	color:white;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
	padding:5px;
	text-align:center;
	width:60px;
}
#htmlClip{
	position: absolute;
	top:0;
	left:0;
	width:115px;
	height: 25px;
}
#txtArea{
	color: black;
	display: block;
	font-size: 12px;
	height: 15px;
	margin: 4px 0px;
	overflow: hidden;
	padding: 3px;
	resize: none;
	width: 430px;
}
#clipCopied{
	position:absolute;
	display:none;
	width:95px;
}
