﻿@charset "utf-8";
* { font-size:12px; margin:0px; padding:0px; }
a{text-decoration: none;}
a:link,a:visited{color: #333333;}
a:hover{text-decoration: underline;}
.wrapper{width: 990px;margin: auto;overflow:hidden;}
ul,li,dl,dt,dd{list-style: none;}
img{border:0px;}
body{background: #ffffff url(bodybg.jpg) no-repeat center top;}
#head{background:url("banner.jpg") no-repeat center top;}
#head h1{display: none;}
#copyright{text-align:center;font-size:12px;line-height:24px; padding:25px 0 10px;color: #ffffff;}
#copyright *{font-size:12px;line-height:24px;color: #ffffff;}

#popup_container { font-family:Arial, sans-serif; font-size:12px; min-width:300px; max-width:600px; background:#FFF; border:solid 5px #999; color:#000; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
#popup_title { font-size:14px; font-weight:bold; text-align:center; line-height:1.75em; color:#666; background:#CCC url(titlebg.gif) top repeat-x; border:solid 1px #FFF; border-bottom:solid 1px #999; cursor:default; padding:0em; margin:0em; }
#popup_content { background:16px 16px no-repeat url(info.gif); padding:1em 1.75em; margin:0em; }
#popup_content.alert { background-image:url(info.gif); }
#popup_content.confirm { background-image:url(important.gif); }
#popup_content.prompt { background-image:url(help.gif); }
#popup_content.loading {background: url(loadingAnimation.gif) no-repeat center 16px; text-align: center;padding: 2em 5em;}
#popup_message { padding-left:48px; }
#popup_panel { text-align:center; margin:1em 0em 0em 1em; }
#popup_prompt { margin:.5em 0em; }
