#divMetaGettaWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#divKeywordAddWrap
{
}
#divKeywordWrap {
	width: 60%;
	float: left;
}
#divKeywordList{
	overflow: auto;
	height: 200px;
	background-color: #C6E2FF;
	border: 1px solid #000000;
}
#divKeywordList a:link, #divKeywordList a:visited {
	overflow: auto;
	color: #000066;
	text-decoration: none;
}
#divKeywordList a:hover, #divKeywordList a:active {
	overflow: auto;
	color: #990000;
	text-decoration: none;
}
.divKeywords {
	background-color: #99CCFF;
}
#txtAddKeywords{
	width:100%;
	overflow: auto;
}
#divMettaWrap {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#divPhraseWrap {
	float: right;
	width: 39%;
}
#lstPhrases {
	height: 200px;
	width: 100%;
}
#txtOutput {
	width: 100%;
	height: 100px;
	clear: both;
}
.divControlWrap {
	font-size: 12px;
	color: #660000;
	padding: 5px;
}
#btnAddPhrases {
	clear: both;
	width: 100%;
	display: block;
}
.metaGetter {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	display: block;
	text-align: center;
}
.subTitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	display: block;
	padding-top: 10px;
}
#divOutputWrap {
	clear: both;
}
