body, html 	{ background-color: #e6e6e6; }
body 			{ font: 12px Verdana, Arial, sans-serif; line-height: 1.15em; background: #e6e6e6 url(bg-body.png) repeat-y center top; position: relative;  }
#container 	{ width: 980px; background-color: #fff; }

a { color: #3f62a2; text-decoration: none; }
a:hover { text-decoration: underline; }

strong { font-weight: bold; }
em { font-style: italic; }

.span-small .block { margin: 0 4px 6px 5px; }

#overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; z-index: 2; opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); }
#underlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; z-index: 1; visibility: hidden; }

input.text { padding: 0; height: 17px; border: 1px solid #728ab2; background: #fff url(bg-textinput-light.png) repeat-x left top; }

a.del {background:url(button-remove-small.png); width: 13px; height: 12px; vertical-align: middle; display: inline-block;}
a:hover.del {text-decoration: none;}
