/*
Popup Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],
#contactus input[type="email"],
textarea {
    background: #fff url(../images/icons/required-star.png) no-repeat 215px center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #333;
    height: 30px;
    width: 220px;
    font-family: "ProximaNovaRgRegular","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    line-height: 140%;
    padding: 5px 8px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 1, 1, 0.1) inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 10px 2px rgba(0, 1, 1, 0.1) inset; /* Opera 10.5, IE9, Firefox 4+, Chrome */
    text-transform: uppercase;
}
#contactus textarea {
    background: none;
    font-size: 14px;
    padding: 10px;
    height: 120px;
    width: 480px;
}

#contactus #scaptcha {
  width:60px;
  height:18px;
}

#contactus input[type="submit"] {
    border: 1px solid #1b75b2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0072b8), to(#00588d)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0072b8, #00588d); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #0072b8, #00588d); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #0072b8, #00588d); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #0072b8, #00588d); /* Firefox 16+, IE10, Opera 12.50+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b8', endColorstr='#00588d',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-family: "ProximaNovaRgRegular","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    width: 150px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}


#contactus input[type="text"]:focus,textarea:focus
{
    /*color : #009;*/
    /*border : 1px solid #990000;*/
    /*text-transform: none;*/
}

#contactus .container {
    margin-bottom: 10px;
    padding: 0;
    min-width: 0;
}

#contactus .container.last {
    clear: both;
    margin-top: 15px;
}
#contactus .error {
    color: #c81c05;
    display: inline-block;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation {
    background: #f8f8f8 url(../images/icons/required-star.png) no-repeat left center;
    float: right;
    font-family: "ProximaNovaRgRegular","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    padding-left: 15px;
    color:#333;
}
#contactus select {
    float: left;
}

#fg_formContainer {
    height: 400px;
    width: 500px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 80px 40px 100px;
    position: absolute;
    z-index:999;
    cursor:default;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    display:none;
    -webkit-box-shadow: 0px 3px 30px 2px rgba(0, 0, 0, 0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 3px 30px 2px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE9, Firefox 4+, Chrome */
}

#fg_box_Close {
    color: #aaa;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 1000;

    font-weight: 300;
    font-size: 24px;
    font-size: 2.4rem;
}

#fg_box_Title {
    color: #333;
    font-family: "ProximaNovaLtLight", "ProximaNovaRgRegular","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 36px;
}

#fg_form_InnerContainer h2 {
   font-family : Arial, sans-serif;
   font-size: 14pt;
   font-weight:bold;
   color:#333;     
}

#fg_form_InnerContainer p {
   font-family : Arial, sans-serif;
   font-size: 12pt;
   color:#333;
}

#fg_backgroundpopup {
   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:200;
   display:none;
}

#fg_submit_success_message
{
   display:none;
   padding:15px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

    #contactInline .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
	#contactInline fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactInline legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactInline label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactInline input[type="text"],
#contactInline input[type="email"],
textarea {
    background: #fff url(../images/icons/required-star.png) no-repeat 215px center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #333;
    height: 30px;
    width: 220px;
    font-family: "ProximaNovaRgRegular","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    line-height: 140%;
    padding: 5px 8px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 1, 1, 0.1) inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 10px 2px rgba(0, 1, 1, 0.1) inset; /* Opera 10.5, IE9, Firefox 4+, Chrome */
    text-transform: uppercase;
}
#contactInline textarea {
    background: none;
    font-size: 14px;
    padding: 10px;
    height: 120px;
    width: 480px;
}

#contactInline #scaptcha {
  width:60px;
  height:18px;
}

#contactInline input[type="submit"] {
    border: 1px solid #1b75b2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0072b8), to(#00588d)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0072b8, #00588d); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #0072b8, #00588d); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #0072b8, #00588d); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #0072b8, #00588d); /* Firefox 16+, IE10, Opera 12.50+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b8', endColorstr='#00588d',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-family: "ProximaNovaRgRegular","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    width: 150px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}


#contactInline input[type="text"]:focus,textarea:focus
{
    /*color : #009;*/
    /*border : 1px solid #990000;*/
    /*text-transform: none;*/
}

#contactInline .container {
    margin-bottom: 10px;
    padding: 0;
    min-width: 0;
}

#contactInline .container.last {
    clear: both;
    margin-top: 15px;
}
#contactInline .error {
    color: #c81c05;
    display: inline-block;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

#contactInline fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactInline fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactInline .short_explanation {
    background: #f8f8f8 url(../images/icons/required-star.png) no-repeat left center;
    float: right;
    font-family: "ProximaNovaRgRegular","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    padding-left: 15px;
    color:#333;
}
#contactInline select {
    float: left;
}