﻿#toploginform, #logoutform
{       
    border:none;    
    text-align:right;    
    width:170px;
    margin:10px 5px 10px 10px;
}

#toploginform fieldset
{      
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    padding: 5px 5px 5px 5px;        /* padding in fieldset support spotty in IE */
    margin: 0;
    
}

#toploginform fieldset legend {
    font-size:1.0em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    background: url(../../images/gadgetfill.gif) repeat-x;
    color:#ff0;
    border:solid 1px #000;
    border-top:none;
    border-left:solid 10px #000;
    padding:0px 5px 0px 5px;
    font-weight:bold;
    font-size:0.9em;
}

#toploginform label { 
	display: block;  /* block float the labels to left column, set a width */
	position:relative;
	float: left; 	
	padding: 0px; 
	margin: 6px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:1.0em;
	font-weight:bold;	
	width:60px;
	color:#333;
}

#toploginform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#toploginform input, .pinform textarea, .pinform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:90px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : none;/*#555 1px solid;*/
    border-bottom : #999 1px solid;
    border-left : none;/* #555 1px solid;*/
    border-right : #999 1px solid;
    color : #000;
    font-weight:bold;
    background : #fff; 
}

#toploginform textarea { overflow: auto; }

#toploginform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#toploginform .required{font-weight:bold;} /* uses class instead of div, more efficient */

#toploginform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#loginform
{
    width:530px;
    border:none;
    text-align:center;  
    float:left;
}

#loginform #pleaselogin
{
    position:relative;
    width:100%;
    border:solid 1px #000;
    text-align:center;
}

#memberspage
{
    width:auto;
    padding-right:0px;
    float:left;
}

#membersoptions
{    
    position: absolute;
    left:5px;    
    top:10px;
    left:210px;
    width: 130px;
    margin-right: 10px;
    padding: 0px;
    float:left;
}

#membersoptions .option
{
    padding:0px 0px 0px 2px;
}

#membersoptions .option a
{
    position:relative;
    float:left;
    vertical-align:middle;
    width:98px;
    font-size : 12px;
    padding:3px 0px 3px 30px;
}

#membersoptions .option .optionprofile
{
    background-image:url(../../images/members/profile.gif);
    background-position:left;
    background-repeat:no-repeat;
}

#membersoptions .option .optionpassword
{
    background-image:url(../../images/members/password.gif);
    background-position:left;
    background-repeat:no-repeat;
}

#membersoptions .option .optionoptions
{
    background-image:url(../../images/members/options.gif);
    background-position:left;
    background-repeat:no-repeat;
}

#membersoptions .option a:link, #membersoptions .option a:visited
{
    border:solid 1px #fff;
}

#membersoptions .option a:hover, #membersoptions .option a:active
{    
    background-color:#ffc;
    border:solid 1px #ccc;
}



#membersfunctions
{           
    margin: 0px 0px 0px 140px;
    color: #333333;
    padding: 5px; 
    position :relative;
    text-align:left;
}

.pinform
{
  font:100% verdana,arial,sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  width:100%;
  text-align:center;    
}

.pinform fieldset
{  
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width:300px;
}

.pinform fieldset legend
{
	font-size:1.0em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    background:#F0942B;
    color:#000;
    border:solid 1px #000;
    border-left:solid 10px #000;
    padding:0px 5px 0px 5px;
    font-weight:bold;
    font-size:0.9em;
}

.pinform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 	
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	font-weight:bold;
	width:100px;	
}

.pinform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.pinform input, .pinform textarea, .pinform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #000 1px solid;
    border-bottom : #000 1px solid;
    border-left : #000 1px solid;
    border-right : #000 1px solid;
    color : #000000;
    background : #FFD79D;
}

.pinform textarea { overflow: auto; }

.pinform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.pinform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.pinform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}