/* -----------------------------------------------------------------------


 CSS for DoDon't by Spring Mountain Solutions
 http://springmountainsolutions.com
 
   * Copyright (c) 2010. Jay Archibald, Spring Mountain Business Solutions.
   
	
	----------------------------------------------------------------------- */

#Popup {
  position: absolute;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-color: gray;
  z-index: 101;
  display: none;
}

#PopupTitle {
	float: left; clear: both;
	width: 400px; height: 30px; 
	font-size: 18px;
	color: #fff;
	background-color: black;
	margin: 0;

}

#PopupTitleIcon {
	float: left;
	padding: 0px 10px 0 0;
}

#PopupTitleText p{
	float: left;
  width: 200px;
	color: #fff;
	margin: 5px 0 0 0;
  text-align: left;
}


#PopupWrap {
	margin: 0 auto;
	clear: both;
	overflow: scroll;
	height: 323px;
	border-bottom: 1px solid #000;
}

.PopupUserWrap {
	clear: both;
	margin: 10px 0 10px 10px;
	font-size: 14px;
}

.PopupProfileImage {
	width: 50px;
	float: left;
	margin: 10px 0 10px 0;
}

.PopupUser {
	float: left;
	width: 136px;
	color: #0e0e0d;
	margin: 0 4px 0 20px;
	padding-top: 14px;
}

.PopupTally {
	float: left;
	padding-top: 14px;
  text-align: right;
}

.PopupTally.do {
  width: 60px;
  margin-right: 24px;
}

.PopupTally.dont {
  width: 70px;
}

#PopupClose {
	float: right;
	margin: 7px 7px 4px 0;
  width: 59px;
	height: 31px;
}

#PopupClose p {
  line-height: 31px;
  margin: 0;
}