/* pdfCreatorList */

#pdfCreator { 
	float: right;
	padding: 0 5px 10px 5px;
	width: 176px;
	font-size: 10px;
    line-height: 14px;
	color: #888;
    border: 1px solid #E9E9E9;  background: #f7f7f7; 
}
#pdfCreatorList li { 
	position: relative; line-height: 20px;
       padding: 0 0 0 10px;
}
#pdfCreatorList a { 
	display: block; 
}
#pdfCreatorList a:link, #pdfCreatorList a:visited {
	color: #999; text-decoration: none;
}
#pdfCreatorList a:hover {
	color: #A0A0A0; text-decoration: none;
}
#pdfCreatorList a:active {
	color: #999; text-decoration: none;
}
#pdfCreatorList li:hover, #pdfCreatorList li.sfhover {
	background: #CCC; cursor: pointer;
}
#pdfCreatorList
{
  list-style: none;
  border: 1px solid #E9E9E9;

}

.textfieldpdf {
	background-color: #ffffff;
	border: 1px solid #999;
	text-align: right;
	color: #333;
	margin: 0;
	padding: 0 3px 0 0;
	width: 171px;
	height: 16px;
	font: 13px Arial, Helvetica, sans-serif;
}
.previewbutton{
	float: left;
	margin: 8px 0 0px 0px;
}
.createbutton {
	float: right;
	margin: 8px 0 0px 5px;
}

.pdf_creator_link
{
  text-align: right;
  margin-right: 5px;
}
