/*
Registration/Login Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
*/
.form_size
{
	width: 360px;	
}

#fg_membersite {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#fg_membersite fieldset
{
	width: 250px;
	padding:20px;
	border:1px solid #c1c1c1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;  
	background-color: #E8E9EB;
	padding-top:55px; 
	margin-left: auto;
	margin-right: auto;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);	
}

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

#fg_membersite legend {
	position: relative;
	top: 30px;
}

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

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

}

#fg_membersite input[type="text"],
#fg_membersite input[type="password"]
{
/*  height:18px;*/
  width:220px;
}

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

#fg_membersite input[type="submit"]
{
   height:30px;
   text-align:center;
   padding: 5px 20px;
   float: right;
   font-size: 85%;
}

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

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

#fg_membersite .fg_container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#fg_membersite .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
/*   background-color : #fff4f4;
   padding: 2px;*/
}

#fg_membersite #register_password_errorloc
{
    clear:both;
}

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

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

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

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

#fg_membersite_content li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#fg_membersite_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%;

	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	padding:20px;
	border:1px solid #c1c1c1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;  
	background-color: #E8E9EB;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);	
}

#fg_membersite_content h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#191970;
}

#fg_membersite_content a {
	font-size: 1.15em;
}

#authentication {
	float: right;
	margin-top: -24px;
	font-family : Arial, sans-serif;
	font-size: 0.8em;
	color:#666699;
}
#authentication span {
	color:#990000;
}	
#authentication a {
	font-size: 1em;
	margin-left: 10px; 
	margin-right: 10px;
	font-weight: bold;
}	

.changecolor {
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
        0% { color: #990000; }
        50% { color: #666699; }
        100% { color: #990000; }
}
@-moz-keyframes color-change {
        0% { color: #990000; }
        50% { color: #666699; }
        100% { color: #990000; }
    }
@-ms-keyframes color-change {
        0% { color: #990000; }
        50% { color: #666699; }
        100% { color: #990000; }
    }
@-o-keyframes color-change {
        0% { color: #990000; }
        50% { color: #666699; }
        100% { color: #990000; }
    }
@keyframes color-change {
        0% { color: #990000; }
        50% { color: #666699; }
        100% { color: #990000; }
}