| 
      
            Lines 20-26
          a:hover {
      
      
        Link Here
      
     | 
  
        
          | 20 | 
          }  | 
          20 | 
          }  | 
        
        
          | 21 | 
           | 
          21 | 
           | 
        
        
          | 22 | 
          body	{ | 
          22 | 
          body	{ | 
        
          
            
              | 23 | 
              	background: #f5f5f5;  | 
              23 | 
              	background: #f3f4f4;  | 
            
        
          | 24 | 
          }  | 
          24 | 
          }  | 
        
        
          | 25 | 
           | 
          25 | 
           | 
        
        
          | 26 | 
          form, label input { | 
          26 | 
          form, label input { | 
        
  
    | 
      
            Lines 42-48
          label {
      
      
        Link Here
      
     | 
  
        
          | 42 | 
           | 
          42 | 
           | 
        
        
          | 43 | 
          #login { | 
          43 | 
          #login { | 
        
        
          | 44 | 
          	background: #fff;  | 
          44 | 
          	background: #fff;  | 
        
          
            
              | 45 | 
              	border: 1px solid #a2a2a2;  | 
              45 | 
              	border: none;  | 
            
            
               | 
               | 
              46 | 
              	box-shadow: 8px 8px 12px rgb(170 170 170);  | 
            
        
          | 46 | 
          	margin: 4em auto;  | 
          47 | 
          	margin: 4em auto;  | 
        
        
          | 47 | 
          	padding: 1.5em;  | 
          48 | 
          	padding: 1.5em;  | 
        
        
          | 48 | 
          	position : relative;  | 
          49 | 
          	position : relative;  | 
        
  
    | 
      
            Lines 107-112
          #login ul li {
      
      
        Link Here
      
     | 
  
        
          | 107 | 
          #login #submit-button, #login .button { | 
          108 | 
          #login #submit-button, #login .button { | 
        
        
          | 108 | 
          	font-size: 1.4em;  | 
          109 | 
          	font-size: 1.4em;  | 
        
        
          | 109 | 
          	padding : .3em .6em;  | 
          110 | 
          	padding : .3em .6em;  | 
        
            
               | 
               | 
              111 | 
                  background: rgba(254, 195, 44, 1);  | 
            
            
              | 112 | 
                  border: none;  | 
            
            
              | 113 | 
                  color: #000;  | 
            
            
              | 114 | 
              }  | 
            
            
              | 115 | 
               | 
            
            
              | 116 | 
              #login #submit-button:hover, #login #submit-button:focus, #login #submit-button:active { | 
            
            
              | 117 | 
                  background: rgba(254, 195, 44, 0.7);  | 
            
            
              | 118 | 
                  border: none;  | 
            
        
          | 110 | 
          }  | 
          119 | 
          }  | 
        
        
          | 111 | 
           | 
          120 | 
           | 
        
        
          | 112 | 
          #login #onerror_actions { | 
          121 | 
          #login #onerror_actions { | 
        
  
    | 
      
            Lines 145-151
          .submit input, .submit input:focus, .button {
      
      
        Link Here
      
     | 
  
        
          | 145 | 
          }  | 
          154 | 
          }  | 
        
        
          | 146 | 
           | 
          155 | 
           | 
        
        
          | 147 | 
          .submit input:active, .button:active { | 
          156 | 
          .submit input:active, .button:active { | 
        
          
            
              | 148 | 
              	background: #f4f4f4;  | 
              157 | 
              	background: #fff;  | 
            
        
          | 149 | 
          	border: 1px solid #999;  | 
          158 | 
          	border: 1px solid #999;  | 
        
        
          | 150 | 
          	border-left-color: #999;  | 
          159 | 
          	border-left-color: #999;  | 
        
        
          | 151 | 
          	border-top-color: #999;  | 
          160 | 
          	border-top-color: #999;  | 
        
  
    | 
      
            Lines 155-162
          .submit, .editform th, #postcustomsubmit {
      
      
        Link Here
      
     | 
  
        
          | 155 | 
          	text-align: right;  | 
          164 | 
          	text-align: right;  | 
        
        
          | 156 | 
          }  | 
          165 | 
          }  | 
        
        
          | 157 | 
           | 
          166 | 
           | 
        
            
               | 
               | 
              167 | 
               | 
            
        
          | 158 | 
          textarea, input, select { | 
          168 | 
          textarea, input, select { | 
        
          
            
              | 159 | 
                  background: #f4f4f4;  | 
              169 | 
                  background: #fff;  | 
            
        
          | 160 | 
              border: 1px solid #b2b2b2;  | 
          170 | 
              border: 1px solid #b2b2b2;  | 
        
        
          | 161 | 
              color: #000;  | 
          171 | 
              color: #000;  | 
        
        
          | 162 | 
              font:  13px Verdana, Arial, Helvetica, sans-serif;  | 
          172 | 
              font:  13px Verdana, Arial, Helvetica, sans-serif;  | 
        
            
              | 163 | 
              -   | 
               | 
               |