.tiny-ie-hack { height: 100%; width: 100%; overflow: hidden; }

#tiny-over {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 1000;
	display: none;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
} * html #tiny-over { position: absolute; }

#tiny-load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	display: none;
	background: transparent url(./images/throbber.gif) center no-repeat;
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Helvetica, sans-serif;
	width: 430px;
	height: auto;
	position: fixed;
	top: 15px; left: 50%;
	margin-left: -255px;
	z-index: 1500;
	display: none;
	background-color: #FFFFFF;
	padding: 20px;
} * html #tiny-tbox { position: absolute; }

#tiny-tbox h2 {
	color: #666666;	
}
#tiny-tbox div.hide {
	text-align: right;
}
#tiny-tbox div.hide img {
	border: none;
}
#tiny-tbox table td {
	padding: 0px;
	margin: 0;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Helvetica, sans-serif;
}
#tiny-tbox div.small_text {
	font-size: 80%;
	margin-bottom: 20px;
}
#tiny-tbox input.input_text_big {
	background-color: #DFDFDD;
	height: 15px;
	border: none;
	margin: 10px 0;
	padding: 10px;
	width: 399px;
	border: 3px solid #DFDFDD;
}
#tiny-tbox input.input_text {
	background-color: #DFDFDD;
	height: 15px;
	border: none;
	margin: 10px 0;
	padding: 10px;
	width: 174px;
	border: 3px solid #DFDFDD;
}
#tiny-tbox textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Helvetica, sans-serif;
	background-color: #DFDFDD;
	height: 150px;
	border: none;
	margin: 10px 0;
	padding: 10px;
	width: 405px;
	font-size: 100%;
}
#tiny-tbox input.input_button {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Helvetica, sans-serif;
	color: #666666;	
	font-size: 110%;
	background-color: #DFDFDD;
	padding: 10px;
	border: none;
}
