#forms_css fieldset
{
   width: 70%;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 20px;
margin:auto;
}

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

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

#forms_css input[type="text"],
#forms_css textarea,
#forms_css input[type="password"]
{ 
    width:100%;
    font-size: 0.8em;
    color : #000; 
    padding : 3px; 
    border : 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

}

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

#forms_css input[type="submit"]
{
   width:100%;
   height:25px;
   padding-left:0px;
}

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

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

#forms_css #register_password_errorloc
{
    clear:both;
}

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

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

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

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

#forms_css_content li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#forms_css_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%
}
#forms_css_content h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}
#forms_css select
{
    width: 100%;
    color : #000; 
    padding : 3px; 
    border : 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
@media ( max-width: 600px )  {
#loginForm {
   width:100%;
}
#registerForm {
   width: 100%;
}
}