﻿#toploginform, #logoutform
{       
    width:auto;
    border:none;
    font : 10px Verdana, Tahoma, Arial, Helvetica, sans-serif ;    
    text-align:right;
}

#toploginform fieldset
{  
  border-color: #A00;
  border-width: 1px;
  border-style: dotted;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#toploginform fieldset legend {
	font-size:10px; /* 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;
    color:#FFA;
    background:#D00;
    border:solid 1px #000;
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}

#toploginform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 	
	padding: 0; 
	margin: 5px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:10px;
	font-weight:bold;
	width:60px;
	color:#FFA;
}

#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:80px;      /* 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 : #D00 1px solid;
    border-bottom : #500 1px solid;
    border-left : #D00 1px solid;
    border-right : #500 1px solid;
    color : #FFA;
    font-weight:bold;
    background : #A00;
}

#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 */
}

#rightnav
{ 
    text-align:center;
    list-style: none;
    margin : 10px 0 0 0;
    width:160px;
    background-color:#A00;
    padding:5px 5px 5px 5px;
}

#rightnav li a
{
    display:block;
    text-align:left;
    height:20px;  
    border:none;
    color:#FFA;
    text-decoration:none;
    font-weight:normal;    
    list-style-image:none;
    font-size:12px;
}

#rightnav li a:link
{
    width:100%;
}

#rightnav li a:hover
{  
    background:#648ABD;
    color:#FFFFCC;
}

#rightnav li a:visited
{  
  
}

.GreenButton a
{
    background: url(../../images/greenbuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;    
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    padding:1px 5px 1px 5px;
}

.GreenButton a:hover
{
    background:#81BD77;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

.RedButton a
{
    background: url(../../images/redbuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:normal;
    vertical-align:middle;
    color:#000;    
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px 5px 1px 5px;
}

.RedButton a:hover
{
    background:#C37173;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

.OrangeButton a
{
    background: url(../../images/orangebuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:normal;
    vertical-align:middle;
    color:#000;   
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px 5px 1px 5px;
}

.OrangeButton a:hover
{
    background:#CBA369;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

.BuyButton a
{
    background: url(../../images/greenbuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;    
    width:60px;
    font : 10px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px;
}

.BuyButton a:hover
{
    background:#81BD77;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    
    vertical-align:middle;    
}

.BuyButton2 a
{
    background: url(../../images/greenbuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;    
    width:60px;
    font : 10px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px;
}

.BuyButton2 a:hover
{
    background:#81BD77;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    
    vertical-align:middle;    
}

#footer #footerbuttons
{
    float:left;
    padding:0px 0px 0px 10px;
    font-size:10px;
}

#footer #footerbuttons a:link
{
    color:#FFF;
}

#footer #footerbuttons a:hover
{
    color:#FFA;
}

#footer #footerbuttons a:visited
{
    color:#FFA;
}

#footer #footerbuttons a:active
{
    color:#FFF;
}

#footer #pageinfo
{
    text-align:right;
    padding-right:10px;
    color:#FFF;
    font-size:10px;
}

.formfield1
{
    font-size:9px;   
}
