#ptg_frame_outside, #ptg_frame_outside_tagreq
{
	z-index: 5; 
	display: none; 
	padding: 5px;
	position: absolute;
    	background-color: #F0F0F0;
	border: 1px solid #D0D0D0;
}

#ptg_frame_inside, #ptg_frame_tagreq_inside
{
	background-color: black;
	overflow: hidden;		
	position: relative;
	border: 1px solid #D0D0D0;
}

.ptg_tagdrag
{
	font-size: 0px; 
	overflow: hidden; 
	border-style: none; 
	background-color: white; 
	z-index: 5; 
	display: none;
	position: absolute; 
	opacity: 0.80; 
	filter:alpha(opacity=80); 
	width: 10px; 
	height: 10px;
}

#nw { cursor: nw-resize }
#n  { cursor: n-resize  }
#ne { cursor: ne-resize }
#w  { cursor: w-resize  }
#e  { cursor: e-resize  }
#sw { cursor: sw-resize }
#s  { cursor: s-resize  }
#se { cursor: se-resize }

.ptg_shadow_photo {
 font-size: 0px; 
 overflow: hidden; 
 background-color: black; 
 opacity: 0.30; 
 filter:alpha(opacity=30); 
 position: absolute; 
 z-index: 2; 
 display: none
}

#ptg_media_tags {
  text-align: center;
  width: 500px;
  Xline-height: 15px;
  margin: auto;
  padding: 0 11px 8px;
  line-height: normal;
  color:#555555;
}

#ptg_instructions  {
  line-height: normal;
}
  
#ptg_instructions {
    padding: 10px;
    text-align:left;
    padding: 10px;
    border: solid 1px #c5c3a6;
    background-color: #f3f3ee;
    margin: 0 50px 10px;
}

#ptg_tag_text {
  display: none;
  font-weight: bold;
  position: absolute;
  padding: 3px 0px; 
  color: white; 
  background-color: black;
  z-index: 3;
}

#ptg_tag_text a {
 text-decoration:none;
 color: white;
}

#ptg_tag_text a:hover {
 text-decoration:underline;
}

#friends_picker {
  position: absolute;
  width: 190px;
  background: #F7F7F7;
  z-index:100;
  border: 1px solid #555;
}

#friends_picker {
  display: none;
  font-family: tahoma, "Trebuchet MS", arial, serif;
  line-height: normal;
}

#friends_picker #ptg_name {
 border: 1px solid #ADBBCA; padding: 2px;
 background-color: white;
}
#friends_picker input {
  margin: 2px 2px 0px 5px;
  width: 166px; 
}

#friends_picker label {
  display: block;
  padding: 0px 10px 5px 10px;
  font-weight: normal;
  color: #333;
}

#friends_picker label:hover {
  text-decoration: none;
}

#friends_picker #ptg_title {
   padding: 0px;
   color: #fff;
   font-weight: bold;
   background-color: white;
   border-bottom: none;
}

#friends_picker #ptg_title_text { padding: 4px 10px 5px; color: #555; border-bottom-style: none; }

#friends_picker #ptg_typepad {
   background-color: #fff;
}

#friends_picker #ptg_typepad input {
   margin: 10px;
   font-size: 10px;
   width: 158px;
}

#friends_picker .ptg_buttons {
    text-align: center;
    padding:5px;
    background-color:#fff;
}

#friends_picker_buttons TD {
  width: 50%;
}
#ptg_friend_list {
  line-height: 20px;
  background: #F7F7F7;
  overflow: auto; 
  max-height: 200px;
  height: expression(document.getElementById('ptg_friend_list').scrollHeight > 200 ? '200px' : document.getElementById('ptg_friend_list').scrollHeight + 3 + "px");
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
}
  
#ptg_friend_list label {
  display: inline;
  padding: 0px 0px 0px 4px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  color: #000;
}

#ptg_friend_list input {
  width: auto; margin: 2px 0px 0px 4px; 
  padding: 0px;
}


#ptg_status  {
  margin: 10px 10px 10px 10px;
  padding: 10px;
  border: 1px solid #D4BC4C;
  background-color: #f3f3ee;
  padding: 8px 11px;
  font-weight: normal;
  display: none;
  border:solid 1px #c5c3a6;
  font-size:11px;
  margin:8px;
  padding:8px 11px;
  text-align:left;
}

#ptg_instructions_announce {
  text-align: left;
}

#ptg_instructions_status {
  text-align: left;
}

#ptg_photo_wrapper {
  font-family: tahoma, tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  line-height: normal;
}

#ptg_photo_wrapper {
    margin: auto;
    position: relative;
    text-align: center; 
}

#ptg_photo_wrapper img {
  background: white; 
}

#ptg_photo_wrapper img {
  cursor: pointer; 
  cursor: hand; 
}

#ptg_photo_crown {
  margin: 10px;
  padding: 0px;
  border-width: 0px;
  text-align: center;
  overflow: hidden;
  text-align: center; 
}

.ptg_divider {
  border-bottom: 1px solid #EEE;
  margin: 3px 5px 3px 21px;
  height:1px;
  font-size: 0px;
}

.ptg_tag_approvemsg, .ptg_tag_rejectmsg  {
  background-color: #f3f3ee;
  border: solid 1px #c5c3a6;
  padding: 2px;        
}

#ptg_frame_outside_tagreq {
  display: block;
  background-color: transparent !important;
  padding: 0px !important;
}

#ptg_frame_middle_tagreq {
  display: block;
  background-color: transparent !important;
  border: 3px solid #F0F0F0;
}

#ptg_frame_inside_tagreq {
  display: block;
  background-color: transparent !important;
  border: 1px solid #DDD;
}

#friends_picker_progress {
   padding: 4px;
}


/* greyish theme */

#ptg_frame_outside, #ptg_frame_outside_tagreq
{
  border: 1px solid #555555;
  background-color: #F0F0F0;
  padding: 5px;
}

#ptg_frame_inside, #ptg_frame_tagreq_inside
{
  border: 1px solid #555;
}

.ptg_shadow_photo {
 background-color: white; 
 opacity: 0.50; 
 filter:alpha(opacity=50); 
}


