/* CSS Document */
.div
{
	visibility:hidden;
	background-color:#FFFFFF;
	border-style:dashed;
	position:absolute;
	max-height:300;
	max-width:400;
	width:300px;
	height:200px;
	left: 450px;
	top: 150px;
}
.contactus
{
	visibility:hidden;
	background-color:#FFFFFF;
	border-style:dashed;
	position:absolute;
	max-height:300;
	max-width:400;
	width:250px;
	height:300px;
	left: 450px;
	top: 150px;
}
.aboutus1
{
	visibility:hidden;
	background-color:#FFFFFF;
	border-style:dashed;
	position:absolute;
	max-height:450;
	max-width:600;
	width:550px;
	height:320px;
	left: 350px;
	top: 150px;
}
.visible
{
	visibility:visible;
	border-style:dashed;
	max-height:200;
	max-width:300;
	width:300px;
	height:200px;
	left: 241px;
	top: 13px;
}

.formselect
{
}