﻿.Ipanel
{
	width:700px;
	height:400px;
	color: #FFFFFF;
	overflow:hidden;
	position:relative;
}
.firstDiv
{
	width:645px;
	height:305px;
	background-color:White;
	padding:0px 0px 0px 0px;
	border-width:15px;
	border-style:solid;
	border-color:Black;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.secondDiv
{
	margin:0px 0px 0px 0px;
	background: white;
	clear: both;
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 15px;	
}
	