@charset "UTF-8";
.iframeAlwaysVisible
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
}

.avControl{
	width: 300px;
	height:310px;
	background-color: #FFC;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 3px;
}

#note {
	background-image: url(../images/note.jpg);
	height: 310px;
	width: 300px;
	border: 1px solid #CCC;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;

	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181', Direction=135, Strength=8);
	margin-right: 10px;
}

#note p {
	padding-left: 5px;
	padding-right: 5px;
}

