/* CSS Document */
body {background:#000; font-family:Times New Roman, Times, serif; color:#fff;}
#wrap {margin: 0 auto; width:760px; background:#000;}
#content {padding:8px;}
#popup {background-image:url(img/formbkg.jpg); background-attachment:fixed; background-position:bottom; background-repeat:no-repeat; width:400px; height:500px;}
.left {float:left; width:180px;}
/* text formatting */
h2 {color:#fff; font-family:tahoma, Arial, sans-serif; margin-top:10px; margin-bottom:8px;}
h3 {color:#fff; font-family:tahoma, Arial, sans-serif; margin-top:10px; margin-bottom:3px;}
h4 {margin-bottom:7px;}
p {margin-top:5px;}
p.form {font-size:80%; color:#fff; font-family:tahoma, Arial, sans-serif;}
/* link formatting */
a:link {color: #0000FF; text-decoration:none;}
a:hover {color:#900; text-decoration: underline;}
a:visited {color:#900; text-decoration:none;}
a:active {color:#900; text-decoration:none;}
.right {float:left; padding:15px; width:545px;}
.right a:link {color:#fff;}
.right a:hover {color:#fff;}
.right a:visited {color:#fff;}
.right a:active {color:#fff;}

/* img formatting */
img {border:0;}
.r {float:right; margin:8px;}
.l {float:left; margin:8px; margin-top:2px; margin-left:4px;}
/* popup window formatting */