/**
 *     Perch Email a Friend
 *     Copyright (C) 2010 - 2014 www.gopiplus.com
 *     http://themeperch.net/
 * 
 *     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/>.
 */

#EmailAFriend_BoxContainer
{
	max-width:320px;
	width: 100%;
	background:#FFFFFF;
	border:1px solid #000;
	padding:0;
	position: fixed;
    left: 50%;
    top: 50%;
	z-index:9999;
	cursor:default;   
	display:none;
	margin-left: -160px;
	margin-top: -160px;
	-webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  -o-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
}

#EmailAFriend_BoxContainerHeader
{
	height:30px;
	background:#000;	 
}

#EmailAFriend_BoxContainerHeader a
{
   color:#FFFFFF;
   font-size:10pt;
   font-weight:bold;
}

#EmailAFriend_BoxTitle
{
   float:left;
   width:65%;
   margin:5px 10px;
   color:#FFFFFF;
   font-weight:bold;   
}

#EmailAFriend_BoxClose
{
   float:right;
   width:20%;
   margin:5px 10px;
   text-align: right;
}

#EmailAFriend_BoxContainerBody
{
   margin:15px;
}

#EmailAFriend_BoxContainerBody h2
{
   font-size: 14pt;
   font-weight:bold;
   color:#333;     
}

#EmailAFriend_BoxContainerBody p
{
   color:#333;
}

#EmailAFriend_BoxContainerFooter
{
   position: fixed; 
   top:0; 
   left:0; 
   bottom:0; 
   right:0;
   background:#000000;
   opacity: .8;
   -moz-opacity: .3;
   filter: alpha(opacity=30);
   border:1px solid #cecece;
   z-index:999;
   display:none;
}

#EmailAFriend_BoxLabel 
{
	font-size:1.0em;
	color:#525252;
	padding-top:4px;
}
#EmailAFriend_BoxLabel_Page 
{
	font-size:1.0em;
	font-weight: bold;
	color:#000000;
	padding-top:4px;
	line-height:0.5em;
	font-size:14px;
}
#EmailAFriend_BoxAlert 
{
	font-size:1.0em;
	color:#FF0000;
	padding-top:4px;
}
.EmailAFriend_TextBox 
{
	color:#000000 !important;
}
.EmailAFriend_TextArea 
{
	width:100%;
	height:90px;
	color:#000000 !important;
}

