#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	
}

#sbox-window img
{
border-top:1px solid #EEEEEE;
}
#sbox-window h4
{
border-top:1px solid #EEEEEE;
color:#333;
font-family:Arial,Verdana;
font-size:118%;
font-weight:bold;
margin-bottom: -20px;
margin-top:0.6em;
padding-top:0.4em;
width:100%;
text-align: center;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				hidden;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

	.commentsblock{
		margin:0.5em;
		padding:1em;
         line-height:1.3em;

	}
	.commentsblock input, .commentsblock textarea{
		border:1px solid #d1d1d1;
		padding: 0.2em;
	}
	.commentsblock textarea:focus{
		background:#eee;
		border:1px solid #a1a1a1;
	}
	.commentsblock textarea:focus, .commentsblock input:focus{
		background:#eee;
		border:1px solid #a1a1a1;
	}
   .commentsblock label {
            font-weight:bold; 
            font-size:14px;
            color:#666;
            font-family:Arial,Verdana,Helvetica;
            font-size: 0.8em;
            line-height:2em;
            padding-top:5px;
            padding-right:5px;
    }
