body {
background-color: #DEE4FF;
}

#container{
position:absolute;
 height:571px;
 width:955px;
 margin:-285.5px 0px 0px -477.5px;
 top: 50%;
 left: 50%;
}

/*#container {
width: 955px;
margin-top: 15px;
}*/

#nav {
float: left; 
width: 245px;
height: 465px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
margin-top: 35px;
border: 2px solid #777777;
border-right: 2px dashed #B3B3B3;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-top-left-radius: 20px;

background-color: white;

z-index: 999s;
position: relative;
right: -2px;
font-size: 11pt;
}

.nav_title
{
  font-weight: bold;
  border-bottom: 2px dashed #B3B3B3;
}

.lines {
width: 95%;
border: 2px solid #ABABAB;
background-color: #f0f0f0;
}

#input {
width: 660px; 
float: left;
height: 540px;
text-align: center;
padding: 0px 10px;
border: 2px solid #777777;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;

background-color: white;
}


#tl {
margin-top: -20px;
margin-left: -360px;
font-weight: bold;
font-family: san-serif;
color: #717171;
}

.textarea
{
width: 635px;
height: 460px;
border: 3px solid #ABABAB;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background-color: #f0f0f0;

padding: 10px;
}

#btns {
/*bottom: 25px;*/
position: relative;
/*margin-bottom: -25px;*/
height: 32px;
}

#help
{
  position: relative;
  float: right;
  right: 20px;
  bottom: 50px;
  margin-bottom: -50px;
}
#help img
{
  border: 0;
}

#foot {
background-color: white;
border-bottom: 2px solid #777777;
border-right: 2px solid #777777;
border-left: 2px solid #777777;
border-top: 2px dashed #B3B3B3;

-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;

width: 72%;
height: 17px;
position: relative;
top: 0px;
left: 20px;

padding-top: 5px;

font-size: 8pt;
}

a:link, a:visited
{
  color: gray;
}

a:hover, a:active
{
  color: black;
}

fieldset {
  border: 1px solid gray;
  -moz-border-radius: 10px;
  width: 215px;
  background-color: #F4F8FB;
}

legend {
  margin-left: 5px;
  font-variant:small-caps;
}

label {
  cursor: pointer;
}

#wikified {
display: none;
height: 210px;
}

#wikified div {
margin-left: -360px;
font-weight: bold;
font-family: san-serif;
color: #717171;
}
#log div {
margin-left: -360px;
font-weight: bold;
font-family: san-serif;
color: #717171;
}
#wikified_box {
height: 200px;
}

#input_container
{
  height: 495px;
}

#loading {
z-index: 50;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: white;
display: none;
}

#img_load {
  z-index: 51;
  background: url(loading_a.gif) center center no-repeat transparent;
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

#gen
{
  font-size: 8pt;
  text-align: right;
}
