@charset "utf-8";
/* Site CSS Document */


.rightsidebar{
	width: 48%;
	float: right;
	margin: 0% 1% 1% 1%;
	text-align: center;
}

.sidebar{
	width: 80%;
	min-height: 250px;
	float: left;
	margin: 0% 2% 1% 0%;
	text-align: left;
	background-color: #ffffff;
}

#display_area
{
	background-color: #ffffff;
/*	background-color: #999999; */
   	width: 90%;
	margin: 0 auto;
	height: 100%;
}

#display_area fieldset
{
   	width: 70%;
   	padding:20px;
/*   	border:1px solid #333333; */
   	margin: 0 auto;
	background-color: #ffffff;
}

#display_area legend, #display_area h2
{
   	font-family : Arial, sans-serif;
   	font-size: 1.3em;
   	font-weight:bold;
   	color:#333;
	background-color: #FFF;
 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 5px;
}

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

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

}

#display_area input[type="text"],
#display_area input[type="password"]
{
  height:18px;
  width: 100%;
}

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

#display_area input[type="submit"]
{
   width:120px;
   height:30px;
   color: rgb(0, 0, 0); 
   margin-top: 20px;
   text-align: center;
   cursor: pointer;
   border: 1px outset #ccc0; 
   padding: 0px; 
   border-radius: 0px; 
   text-transform: none; 
   font-weight: normal; 
   background-color: #cccccc;
}

#display_area input[type="button"]
{
   width:120px;
   height:30px;
   color: rgb(0, 0, 0); 
   margin-top: 20px;
   text-align: center;
   cursor: pointer;
   border: 1px outset #ccc0; 
   padding: 0px; 
   border-radius: 0px; 
   text-transform: none; 
   font-weight: normal; 
   background-color: #cccccc;
}

#display_area textarea
{
  height:120px;
  width:484px;
}

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

#display_area .container
{
	max-width: 600px;
   margin-top:8px;
   margin-bottom: 10px;
}

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

#display_area #register_password_errorloc
{
    clear:both;
}

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

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

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

#display_area .small_info
{
   font-family : Arial, sans-serif;
   font-size: 0.65em;
   color:#333;
}

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

#display_area .divider
{
	height:25px;
	padding-left: 100px;
	margin-left: 20px;
	padding-bottom: 20px;
}

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

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

.display-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 2px; 
	display: block;
}

