/*
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 #signup). So, including this
stylesheet does not affect the other elements at all!
*/

input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;

}


input[type="password"]
{
  height:22px;
  width:190px;
}

input[type="text"]
{
  height:22px;
  width:190px;
}

#scaptcha
{
  width:250px;
  height:24px;
}

input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}

textarea
{
  height:120px;
  width:310px;
}

input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

.short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#cccccc;   
}

.container
{
	text-align: center;
   margin-right:18px;
   margin-top:8px;
   margin-bottom: 10px;
}



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

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

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

#signin .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#signin .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

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

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

#signin .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#cccccc;   
}


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

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

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



#signup .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#signup .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

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

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

#signup .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#cccccc;   
}

#fg_formContainer
{
   height:530px;
   width:470px;
   background:#0c0c0c;
   padding:0;
   position:absolute;
   z-index:999;
   cursor:default;   
   border : 2px solid #999;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
display:none;
}

#fg_container_signin
{
   height:140px;
/*   background:#0c0c0c;*/
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
/*   border : 1px solid #999;*/

   border-top-right-radius:10px;
   -moz-border-radius-topright:10px;
   -webkit-border-top-right-radius:10px;
   -khtml-border-top-right-radius: 10px;
   
   border-top-left-radius:10px;
   -moz-border-radius-topleft:10px;
   -webkit-border-top-left-radius:10px;
   -khtml-border-top-left-radius: 10px;   
}

#fg_container_signin a
{
   color:#888;
   font-family:Verdana,Arial;
   font-size:10pt;
/*   font-weight:bold;*/
}


#fg_container_signup
{
   height:365px;
/*   background:#0c0c0c;*/
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
/*   border : 1px solid #999;*/

   border-bottom-right-radius:10px;
   -moz-border-radius-bottomright:10px;
   -webkit-border-bottom-right-radius:10px;
   -khtml-border-bottom-right-radius: 10px;
   
   border-bottom-left-radius:10px;
   -moz-border-radius-bottomleft:10px;
   -webkit-border-bottom-left-radius:10px;
   -khtml-border-bottom-left-radius: 10px;   
}

#fg_container_signup a
{
   color:#888;
   font-family:Verdana,Arial;
   font-size:10pt;
/*   font-weight:bold;*/
}


#fg_form_Text
{
/*   float:left;
   width:180px;
   margin:5px;*/
   
   color:#aaa;
   font-family:Verdana,Arial;
   font-size:10pt;
/*   font-weight:bold;   */
}

#fg_error_Text
{
/*   float:left;
   width:370px;
   margin:5px;
   
   color:#eee;
   font-family:Verdana,Arial;
   font-size:8pt;
   font-weight:bold; */
   
   float:left;
   width:180px;
   margin:5px;
   
   color:#fff;
   font-family:Verdana,Arial;
   font-size:14pt;
   font-weight:bold;   

}


#fg_term_Text
{
   float:left;
   width:370px;
   margin:5px;
   text-align:left;
   
   color:#888;
   font-family:Verdana,Arial;
   font-size:8pt;
/*   font-weight:bold;   */
}


#fg_box_Title
{
   float:left;
   width:180px;
   margin:5px;
   
   color:#fff;
   font-family:Verdana,Arial;
   font-size:14pt;
   font-weight:bold;   
}

#fg_box_Close
{
   float:right;
   width:80px;
   margin:5px;
}


#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:1;
   display:none;
}

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

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#signup .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;
}


