#generalDlg.yui-panel
{
	background-color: transparent;
	border: none;
	padding-left: 3px;		/*Else icon is clipped*/
}

body .yui-panel .hd 
{
	background-color: black;
	border: 0;
}

.yui-dialog a,
.yui-dialog a:visited
{
	color: black;
}

body .yui-panel 
{
	font-family: inherit;
}

body .yui-panel ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/*Override YAHOO classes so that controls are displayed in the correct background colour in IE*/
.yui-dialog input, .yui-dialog select, .yui-dialog textarea
{
	background-color: transparent;
}

.yui-dialog .bd h2,
.yui-dialog .bd h3
{
	color: black;
}

.yui-dialog input
{
	text-shadow: none;
	font-size: 11px;
	font-family: inherit;
}

.yui-dialog input[type=radio]
{
	background-color: transparent;
}

/*Fix for FF so that disabled controls are displayed correctly.  This is ignored by IE6, partly used by IE7*/
.yui-dialog input[disabled]
{
    color:black; 
    border: 0px;
    text-shadow: none;
}