/* Popup controls (for invites, permissions) */


 #popupbg
 {
	width: 			265px;
	height:			190px;
	padding: 			15px 20px 15px 15px;
	text-align: 		center;	
	position: 			absolute;
	background:			url('/images/popup_prompt.png') no-repeat;
 }

 #popupcontainer
 {
	width: 			265px;
	height:			190px;
	padding: 			15px 20px 15px 15px;
	text-align: 		center;	
	position: 			absolute;
 }

a.closeButton
{
	display:		block;
	float:			right;
	width:			14px;
	height:			14px;
	background:		transparent url('/images/close_bt.gif') no-repeat top left;
}

a.closeButton:hover
{
	background:		transparent url('/images/close_bt.gif') no-repeat 0px -14px;
}

.def
{
	color:			#a8a8a8;
}

.notdef
{
	color:			#000;
}

#popupcontainer p
{
	color:			#000;
}

#popupcontainer div
{
	height: 			30px;
}

#popupcontainer input
{
	float: 			right;
	margin: 		5px 5px 5px 10px;
	border: 		1px solid #bfbfbf;
}

#infobutton
{
	display: block;
	padding: 0;
	width:	103px;
	height: 15px;
	background: transparent url( /images/seemore_btn.gif ) no-repeat top right;
	overflow: hidden;
}

#infobutton:hover
{
	background: transparent url( /images/seemore_btn.gif ) no-repeat 0px -15px;	
}


#prevInviteDiv {
	text-align: center;
}
#prevInvite {
	margin: 0 auto;
}

#prevInvite input 
{
	margin: 5px 5px 5px 10px;
	border: 1px solid #bfbfbf;
}

#previnviteemail {
	width: 178px;
}

#previnviteSubmit {
	float: right;
	margin-top: 10px;
	width: 20px;
}

#previnvitemessage {
	clear: none;
	float: left;
	margin-top: 10px;
	width: 120px;
}

/* checkbox Input */
#popupcontainer .checkboxInput
{
	float: 			left;
	border:			none;
	margin: 		8px 10px 5px 20px !important;
	margin: 		4px 10px 5px 20px;
}

/* button Input */
#popupcontainer .buttonInput
{
	float:			right;
	border: 		1px solid #bdbdbd;
}

/* radio Input */
#popupcontainer .radioInput
{
	float: 			left;
	margin:			8px 10px 0 0 !important;
	margin:			5px 10px 0 0;
	border:			none;
}

#popupcontainer label 
{
	float: 			left;
	line-height: 	25px !important;
	line-height: 	27px;
}

.popupimg {
	height:				83px;
	border: 			1px solid #CCC;
	margin: 			10px 0 0 0;
}

#popupinviteemail
{
	width:			260px;
	margin:			5px 0 5px 0 !important;
	margin:			0;
	float:			left;
}

#popupinvitemessage
{
	width:			200px;
	margin:			0;
	float:			left;
	display:		inline;
}

#popupinvitesubmit
{
	display:		inline;
	float:			right;
}

#popupcontainer a { color:#00c; }
