body {
	font-family:"Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:12px;
}
a {
color:#3354AA;
text-decoration:underline;
}
a:hover {
color:#4B6DB7;
text-decoration:none;
}
img.shot {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
img {
  border: 0;
}
h1 {
  z-index: 1;
  color: #b81f1f;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  margin-top:1.6em;
  position: relative;
  padding-right: 10px;
}
#content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  top: 0px;
}
#about-bubble p, #ref-bubble p, #downloads-bubble p, #docs-bubble p, #versions-bubble p {
  z-index: 1;
  position: relative;
  font-size:0.9em;
  padding-right: 10px;
  color: #FFFFFF;
}
#header {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 10;
}

#about-bubble, #ref-bubble, #downloads-bubble, #docs-bubble, #versions-bubble {
  position: absolute;
  width: 310px;
  height: 310px;
  text-align: center;
}
#about-bubble-handle, #ref-bubble-handle, #downloads-bubble-handle, #docs-bubble-handle, #versions-bubble-handle {
  cursor: move;
}
#ref-bubble {
  z-index: 10;
}

.lcdstyle{ color:blue; font-family:"Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; font-size:42px;font-weight:bold;padding:3px; }

.lcdstyle sup{ font-size: 80% }

/******* FORMS *******/
input.submit {
    background-color:#FFFFFF;
    background-repeat:repeat-x;
    border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
    border-width:1px;
    color:#333333;
    font-family:Verdana,Helvetica,Arial,sans-serif;
    font-size:65%;
    font-weight:bold;
    overflow:visible;
    padding:1px 0pt;
    /*background-image: url(gui/submitbg.gif);*/
}
input.submit:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

input.input, textarea, select.common {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	/*background:#fff url(gui/fieldbg.gif) repeat-x top;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:150px;
}
input.input {
	padding:1px 0px 1px 2px;
	height:20px;
}
input.error {
	border:1px solid #990000;
	padding:1px 0px 1px 2px;
	padding:1px 0px 1px 2px;
	height:20px;
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:150px;
}
/******* FORMS *******/

/* form box */
#GRSubscribeForm fieldset {
width: 260px; 
border: 0;
}
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}