
html                 {background:rgb(245, 245, 245); font:13px Georgia; color:#000;}
a                    {cursor: pointer; color:rgb(1,33,111); display:inline-block;}  a:hover {color:#555}
input                {padding:4px; font:inherit; border:2px solid #7b9ebd; background:#fff;}
textarea             {padding:4px; font:inherit; border:2px solid #7b9ebd; background:#fff;}
h1,h2,h3,h4,h5,h6    {font-weight:normal;}  h1,h2,h3 {}
h1                   {font-size:38.5px; }  h2 {font-size: 26px}  h3 {font-size:24px}  h4 {font-size:17.5px}
hr                   {border-top: 1px solid rgba(1, 1, 1, 0.2); line-height: 0; height:0;}
input:focus, 
textarea:focus       {outline:1px dotted #f11; outline-offset:1px;}
.sel                 {background:rgba(1,1,1,0.1) !important; color:#eee !important; text-shadow:none !important; cursor:default}

.p                   {padding: 15px;} .pt {padding-top: 15px;} .pr {padding-right: 15px;} .pl {padding-left: 15px;} .pb {padding-bottom: 15px;}
.m                   {margin:  15px;} .mt {margin-top:  15px;} .mb {margin-bottom: 15px;} .ml {margin-left:  15px;} .mr {margin-right:   15px;}
.muted               {color:#666}
.rds                 {border-radius:3px;}
.grow                {font-size:18px;} .e.grow {padding:3px 16px;}
.shadow              {background-color:#fff; box-shadow:0px 0px 8px rgba(1,1,1,0.5), inset 0 0 22px #eee;}
.window              {background-color:#fff; border:0px solid #555; box-shadow:0px 1px 3px #111; border-radius:11px}
.eclipse             {background-color:rgba(1, 1, 1, 0.7);}
.e                   {background:#d1d1d1 url(image/elight.png) repeat-x; color:#000; padding: 4px 6px; text-shadow:0 1px 0 #fff; text-decoration:none; border-radius:7px; border:2px solid #7b9ebd; font-family:tahoma; cursor:pointer}
.e:hover             {background:#f1f1f1 url(image/dlight.png) repeat-x; color:#000}
.w                   {background:#e7e7e1; color:#555; padding: 4px 6px; text-shadow:0 1px 0 #fff; text-decoration:none;}
.w:hover             {background:#347; color:#eee; text-shadow:none;}
.q                   {cursor:pointer}
.q:hover             {background:#e5e5e5;  text-shadow:none;}
.look-wide1          {padding-left:22%; padding-right:22%;}

.err                 {background:#f55; color:#fee; padding:11px; border-radius:7px}
.dsd                 {border-bottom:1px dashed black}