div#plg_search {
	width: 100%;
}

div#plg_search table.details th {
	text-align: right;
	background-color: #ccc;
	color: #333;
	border-bottom-color: #e6e6e6;
}

div#plg_search h4:first-child {
	margin-top: 0;
}

h3.auth_header {
	margin: 0 0 6px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: #ffffcc;
	font-weight: normal;
	font-family: "Lucida Grande","Verdana",sans-serif; 
	font-size: 11px;
}

span#logout {
	float: right;
	background-color: #cccccc;
	padding: 2px 0px 3px;
	margin: -2px -4px -2px -4px;
	font-weight: normal;
}

h3.auth_header span#logout a:link, h3.auth_header span#logout a:visited {
	color: #333333;
	padding: 2px 6px 3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

h3.auth_header span#logout a:hover, h3.auth_header span#logout a:active, h3.auth_header span#logout a.selected {
	color: #fff;
	background-color: #3773ff;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.flash {
	padding: 4px 8px 4px 44px;
	border: 1px solid #ccc;
	background-color: #ff6;
	margin-bottom: 12px;
	background-image: url('Resources/alert.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Lucida Grande","Verdana",sans-serif; 
	font-size: 13px;
}

.flash p {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

