td
{
	padding: 0px;
	margin: 0px;
}

td.spacer
{
	background-color: black;
	width: 700px;
}

.AB_CMS_Button
{
	color: White;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 10pt;
	background-color: Black;
	border: 1px solid white;
	width: 75px;
	height: 26px;
}

td.title, td.language, td.formBorders
{
	border-left: 10px solid black;
	border-right: 10px solid black;
}

td.title, td.language
{
	padding: 5px;
	color: White;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 14pt;
	background-color: Black;
}

td.language
{
	font-size: 10pt;
	padding-bottom: 10px;
}
td.footer
{
	background-color: Black;
	padding-top: 10px;
	border-right: 10px solid black;
}

.cmsField
{
	color: #000000;
	font-weight: bold;
}


#form
{
	width: 690px;
	padding: 5px;
	height: 390px;
	overflow-y: scroll;
	background-color: white;
}

.AB_CMS_TEXTBOX
{
	border-width:1px;
	border-color:Black;
	border-style:solid;
}


.AB_CMS_DIV_OVERLAY
{
	display: block;
	background: #FFFFFF;
	filter: alpha(opacity = 90);
	opacity: 0.90;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.AB_CMS_DIV_CONTENT
{
	display: block;
	border: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -360px;
	margin-top: -260px;
}
