.leightbox {
	font-family: arial;
	font-size: 100%;
	color: #333;
	display: none;
	position: absolute;
	top: 5%;
	left: 4%;
	width: 90%;
	height: auto;
	padding: 0.8em;
	border: 0.5em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:901;
	overflow: auto;
}

.optionbox {
	font-family: arial;
	font-size: 100%;
	color: #333;
	display: none;
	position: absolute;
	top: 0.5em;
	left: 4%;
	width: 90%;
	height: auto;
	padding: 0.8em;
	border: 0.5em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:901;
	overflow: visible; /*auto*/

	background-image:url(../images/waterdrop.jpg);
	background-attachment: fixed;
	background-position:bottom right;
	background-repeat:no-repeat;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.iframebox {
	font-family: arial;
	font-size: 100%;
	color: #333;
	display: none;
	position: absolute;
	top: 0.5em;
	left: 4%;
	width: 90%;
	height: 90%;
	padding: 0.8em;
	border: 0.5em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:901;
	overflow: auto;

	background-image:url(../images/waterdrop.jpg);
	background-attachment: fixed;
	background-position:bottom right;
	background-repeat:no-repeat;
}

.loadbox {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	display: none;
	position: absolute;
	top: 40%;
	left: 30%;
	width: 40%;
	height: 60%;
	padding: 1em;
	background-color: transparent;
	text-align: center;
	z-index:902;
	overflow: auto;
}

.leightbox h1, .leightbox h2, .leightbox h3 {
	color: #FFCC00;
}

.optionbox h1, .optionbox h2, .optionbox h3 {
	color: #FFCC00;
}

.iframebox h1, .iframebox h2, .iframebox h3 {
	color: #FFCC00;
}

.loadbox h1, .loadbox h2, .loadbox h3 {
	color: silver;
}

.leightbox div.footer {
	border: 1px solid #EFEFEF;
	margin: 0.5em auto;
	padding: 5px;
	line-height: 150%;
	width: auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:900;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


#addLookFeelLink, #addManageQuestionLink, #addEmailTemplateLink {
	position: relative;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	width: auto;
	padding: 2px 5px;
	margin-right:0.5em;

	display: -moz-inline-box;
	display: inline-block;
	/* IE specific */
	zoom: 1;
	*display: inline;


	border-top: 1px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 1px solid transparent;
}

#addLookFeelLink:hover , #addManageQuestionLink:hover, #addEmailTemplateLink:hover {
	border-top: 1px solid #E5E5E5;
	border-right: 2px solid #D1D1D1;
	border-bottom: 2px solid #D1D1D1;
	border-left: 1px solid #E5E5E5;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#addLookFeelLink:hover img, #addManageQuestionLink:hover img, $addEmailTemplateLink:hover img{
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);

}

#addLookFeelLink img, #addManageQuestionLink img, #addEmailTemplateLink img {
	height: 70px;
	width: 70px;
}

#addLookFeelLink span, #addManageQuestionLink span, #addEmailTemplateLink span {
	position: absolute;
	left: 0px;
	bottom: -5px;
}