﻿.ResponseBG
{
	background-image: url(ResponseImages/bg.jpg);
	background-repeat: repeat;
}


.framehide
{
	display: none;
	visibility: hidden;
}
.frameshow
{
	display:block;
	visibility:visible;
}


.ResponseTitleAlert
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.ResponseTitleSuccess
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.ResponseTitleError
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.ResponseTitleTip
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.tblDynamic
{
	left: 40%;
	position: absolute;
	top:40%;
}
.tblEmbedded
{
	position: static;
}
.t{height: 5px; background-image: url(ResponseImages/t.jpg);}
.r{width: 5px; background-image: url(ResponseImages/r.jpg);}
.l{width: 5px; background-image: url(ResponseImages/l.jpg);}
.b{height: 5px; background-image: url(ResponseImages/b.jpg);}
.rt{height: 5px;width: 5px;}
.rb{height: 5px;width: 5px;}
.lt{height: 5px;width: 5px;}
.lb{height: 5px;width: 5px;}

.ResponseErrorMessage
{
	vertical-align: middle;
	direction: ltr;
}

