/* 

for knowledegebase.
20090713

*/


#kb-recommendedlist {
	list-style-type: none;
	list-style-position: outside;
	background-color:#F0F0F0;
	margin:0;
	padding:14px;
}


#kb-resultslist {
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:10px;
}


#kb-searchresultslist {
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:10px;
}


#kb-searchresultslist li {
	padding-bottom:8px;
}


/* to flag recently updated items in knowledge base search results */
.kb-updated {
	font-size: 10px;
	color:#000000;
}


.kb-lastmodified {
	font-weight:800;
}


#kb-disclaimer {
	margin-top:30px;
	font-size:11px;
}


#kb-search  label {
	font-size:14px;
}


#kb-contact {

}


#kb-contact fieldset {
	margin-top: 8px;
	margin-bottom: 8px;
}


#kb-contact legend {
	font-weight:bold;
}


#kb-contact label {
	font-size:11px;
}


#kb-contact textarea {
	display:block;
	margin-bottom:16px;
}


#kb-contact select {
	display:block;
	margin-bottom:16px;
}


#kb-contact input {
	display:block;
	margin-bottom:16px;
}


#kb-contact .inline {
	display:inline;
	margin-bottom:0px;
}


#kb-contact .radiobuttonlist {
	list-style-type:none;
	margin-left:10px;
}


#kb-contact .kb-validationerror {
	margin-left:5px;
}
