#photo-wrap {
	background-color: #272727;
}

#main-menu {
	background-color: #434343;
}

#main-menu ul li a {
	color: #fff;
}

#main-menu ul li a:hover, a.current {
	color: #434343;
	background-color: #fff;
}

#photo-misc h1 {
	color: #FFD400;
	font-size: 14px;
	padding: 5px 0px;
}

#photo-misc form {
	padding-top: 5px;
}

#photo-misc form input {
	font-size: 11px;
}

#search {
	width: 220px;
	height: 310px;
	margin-top: 10px;
	font-size: 11px;
	background: #fff url(/templates/common/images/ppsn/panel.jpg) no-repeat;
}

#search h2 {
	color: #ffd400;
	font-size: 120%;
	padding-left: 5px;
	padding-top: 10px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search div.row {
	clear: both;
	display: inline;
}

#search label.col1 {
	float: left; font-size: 11px; width: 60px; text-align: right; margin-right: 5px; color: #fff;
}

#search span.col2 {
	float: left; width: 100px; text-align: left; margin-bottom: 5px;
}

#search textarea, #login input, #login select {
	font-size: 10px;
}

#search select {
	width: 70px;
}

#search label {
	text-align: right;
}

#search a {
	color: #ffd400;
	display: block;
	text-align: center;
}

.button-yellow {
	width: 27px;
	height: 19px;
	border: 0;
	vertical-align: bottom;
	cursor: pointer;
	background: #ffd400 url(/templates/common/images/ppsn/go.gif) 50% 50% no-repeat; 
}

#content h1 {
	color: #272727;
}

#footer ul li a {
	color: #272727;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.highlight
{
	background-color: yellow;
}

#searchtab
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#people-search #searchtab li
{
	float: left;
	border: 1px solid #666;
	border-bottom: none;
	width: 100px;
	padding: 4px 8px;
	margin: 0;
	margin-right: 5px;
	background-color: #989898;
	color: #fff;	
}

#searchtab a
{
	color: #fff;
	padding: 0;
}

#people-search #searchtab li.selected
{
	background-color: #434343;
}

#people-search form
{
	clear: both;
	background-color: #434343;
	color: #fff;
	padding: 10px;
}


#people-search
{
	width: 850px;
}