/* CSS File FOR /store/tellafriend/*/

#fg_formContainer
{
	width:335px;
	background:#EEEEEE;
	border:2px solid #6699CC;
	padding:0;
	position:absolute;
	z-index:9999999;
	cursor:default;
	overflow: visible;
}

#tellafriend fieldset
{
   width:275px;
   padding:10px;
   border:1px solid #ccc; 
}

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

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

#tellafriend input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;

}

#tellafriend input[type="text"]
{
  height:20px;
  width:200px;
}


#tellafriend input[type="submit"]
{
	width:150px;
	height:30px;
	padding-left:0px;
	font-weight: bold;
}

#tellafriend textarea
{
  height:75px;
  width:310px;
}

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

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

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


#tellafriend .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.9em;
   color:#333;   
}

#fg_formContainer2
{
	width:300px;
	height:300px;
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:0;
	position:absolute;
	z-index:9999999;
}

#fg_container_header
{
	height:30px;  
	background-color: #6699CC;
}

#fg_container_header a
{
   color:#fff;
   font-family:Verdana,Arial;
   font-size:10pt;
   font-weight:bold;
}

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

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

#fg_form_InnerContainer
{
   margin:10px;
}

#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: .75;
   -moz-opacity: .3;
   filter: alpha(opacity=75);
   border:1px solid #cecece;
   z-index:998;
   display:none;
}

#fg_submit_success_message
{
   padding:15px;
}

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