/**
 *     Popup contact form
 *     Copyright (C) 2011 - 2014 www.gopiplus.com
 *     http://www.gopiplus.com/work/2012/05/18/popup-contact-form-wordpress-plugin/
 * 
 *     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/>.
 */

@font-face {
    font-family: 'Open Sans Light';
    src: url('99f16b23539762.eot');
    src: url('99f16b23539762.eot') format('embedded-opentype'),
    url('8c7d6a5675b974.woff') format('woff'),
    url('9b3cc765eeaf26.ttf') format('truetype'),
    url('2a5f82c3a0f3f3.svg') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    src: url('3db404c7de952c.eot');
    src: url('3db404c7de952c.eot') format('embedded-opentype'),
    url('44cd2f23d2ef81.woff') format('woff'),
    url('a2cd6c98ca49e2.ttf') format('truetype'),
    url('802e1048e1c22b.svg') format('svg');
}

#PopupContact_BoxContainer
{

	width:350px;
	background:#ebebeb;

	padding:30px 50px;
	position:absolute;
	z-index:999;
	cursor:default;
	display:none;
}

#PopupContact_BoxContainerHeader
{

	padding-bottom: 25px;


}

#PopupContact_BoxContainerHeader a
{
   color:#FFFFFF;
   font-size:10pt;
}

#PopupContact_BoxTitle
{
   font-family: 'Open Sans Light' !important;
   margin:5px;
   color:#e84932;
   font-size:24px;

}

#PopupContact_BoxClose
{
    height: 34px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 34px;
}

#PopupContact_BoxClose a{
    color: transparent;
    padding: 9px 5px;
    background: url("5f8dbe7d23c53b.png") no-repeat 50% 0;
}

#PopupContact_BoxClose a:hover{
    background: url("5f8dbe7d23c53b.png") no-repeat 50% -35px;
}

#PopupContact_BoxContainerBody
{
   margin:0px;
}

#PopupContact_BoxContainerBody h2
{

   font-size: 14pt;
   color:#333;    
}

#PopupContact_BoxContainerBody p
{

   font-size: 12pt;
   color:#333;
}

#PopupContact_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;
}

#PopupContact_BoxLabel 
{
	font-family : Arial, sans-serif;
	font-weight: bold;
	color:#000000;
	padding-top:4px;
    clear: both;
}

#PopupContact_BoxLabel input{
    font-family: 'Open Sans Light';
    padding: 7px 5px 7px 35px;
    margin: 0px 0px 10px;
    border: 0;
    background-image: url('664f882b43e95b.png');
    background-repeat: no-repeat;
}

#PopupContact_name{
    background-position: 0 0px;
}

#PopupContact_email{
    background-position: 0 -65px;
}
#PopupContact_tel{
    background-position: 0 -32px;
}

#PopupContact_BoxLabel_Page
{

	color:#000000;
	padding-top:4px;
	line-height:0.5em;
	font-size:14px;
}
#PopupContact_BoxAlert 
{

	font-size:1.0em;
	color:#FF0000;
	padding-top:4px;
}
.PopupContact_TextBox 
{
	width:160px;
	color:#000000;
}
.PopupContact_TextArea 
{
    font-family: 'Open Sans Light';
	width:270px;
	height:130px;
	color:#000000;
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    padding: 7px 5px 7px 35px;
    background:#ffffff url('664f882b43e95b.png') no-repeat 0 -96px;

}
.PopupContact_Button 
{
    font-family: 'Open Sans'  !important;
	color:#ffffff !important;
	width:130px;
    background: #646464 !important;
    padding: 0px !important;
    font-size: 18px;
    font-weight: normal !important;
    float: right;
}

.button_container{
    float: left;
    position: relative;
}
