/**
 *	  wp tell a friend popup form
 *	  Copyright (C) 2010 - 2014 www.gopiplus.com
 *	  http: //www.gopiplus.com/work/2012/05/21/wordpress-plugin-wp-tell-a-friend-popup-form/
 * 
 *	  This program is free software: you can redistribute it and/or modify
 *	  it under the terms of the GNU General Public License as published by
 *	  the Free Software Foundation, either version 3 of the License, or
 *	  (at your option) any later version.
 * 
 *	  This program is distributed in the hope that it will be useful,
 *	  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	  GNU General Public License for more details.
 * 
 *	  You should have received a copy of the GNU General Public License
 *	  along with this program.  If not, see <http: //www.gnu.org/licenses/>.
 */

#TellAFriend_BoxContainer {
	min-height: 380px;
	width: 390px;
	background: #fff;
	border: 1px solid #000;
	padding: 0 0 15px 0;
	position: absolute;
	z-index: 999;
	cursor: default;	
	display: none;
}

#TellAFriend_BoxContainerHeader {
	height: 30px;
	background: #4D4D4D; 
}

#TellAFriend_BoxContainerHeader a {
	color: #fff;
	font-size: 10pt;
}

#TellAFriend_BoxTitle {
	color: #fff;
	float: left;
	margin: 0px 15px;
	max-width: 180px;
}

#TellAFriend_BoxClose {
	float: right;
	margin: 0px 15px;
	text-align: right;
}

#TellAFriend_BoxContainerBody {
	margin: 15px;
}

#TellAFriend_BoxContainerFooter {
	position: fixed; 
	top: 0;
	left: 0; 
	bottom: 0; 
	right: 0;
	background: #000000;
	opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
	border: 1px solid #cecece;
	z-index: 1;
	display: none;
}

.TellAFriend_BoxLabel 
{
	/*padding-top: 4px;*/
}
#TellAFriend_BoxLabel_Page 
{
	padding-top: 4px;
	line-height: 0.5em;
	font-size: 14px;
}
#TellAFriend_BoxAlert 
{
	font-size: 1.0em;
	color: #FF0000;
	padding-top: 4px;
}
.TellAFriend_TextArea 
{
	width: 270px;
	height: 90px;
}

#TellAFriend_BoxContainer .help-text {
	font-size: 80%;
	line-height: 1;
	margin-bottom: 7px;
}
