﻿/*____________________________________________________________________
    - Forms                                                         */
    
#form-popup
{
    
    /*width:366px;
    height:520px;*/
    
    background: White;
}
#form-popup div { background:none; }

#form-popup .button
{
	margin: 0 auto;
	width: 55px;
	
}
.data-popup
{
    background:none;    
    padding:35px;
}

#form-popup input {
    margin-bottom:20px;
}

#form-popup a {
    /*font-size:2em;*/
}
#form-popup .buttonDiv
{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.simplemodal-close
{
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}

/* bot trapping jquerytrapme is used as jQuery Selector, jqueryttrraappme is then applied. This is to confuse bots.*/
.jqueryttrraappme { display:none; }

/* Contact us page form */
.contactpageform
{
    padding:10px;
    clear:both;   
    background:#ceedfc;
    border:1px solid #a5cee0;
    color:black;
    line-height:1em;
}

.contactpageform input {
    margin-bottom:20px;
}
.formsent{
    text-align:center;
    padding:10px 0 0 0;
}