/* CSS Document */
#dummyOut{
	position: absolute;
	left: 50%;
	top: 50%;
}
#mainBody{
	position:absolute;
	visibility: visible;
}
#info{
	position: absolute;
	background-color: #B4C9DE;
	height: 460px;
	width: 450px;
	visibility: hidden;
	border: 3px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.goBack{
	position: absolute;
	right: 13px;
	bottom: 15px;
	height: 20px;
	width: 80px;
}

.btn{
	background-color: #FFFFFF;
	border: 2px solid #899FB6;
	font-size: 14px;
	width: 80px;
	cursor: pointer;
}
.txtarea{
	font-size: 14px;
	background-color: #FFFFFF;
	border: 2px solid #899FB6;
	width: 328px;
}
.txtfield{
	font-size: 14px;
	background-color: #FFFFFF;
	border: 2px solid #899FB6;
	width: 328px;
	height: 100px;
}
#infoBody{
	position: relative;
	left: 20px;
	top: 20px;
}