html,body {
	margin:0;
	padding:0;
	height:90%; /* needed for container min-height */
    background-color: #5C7381;	
	font-family:Verdana;
	font-size:small;
}


#viewdownload a:link {text-decoration: underline; color: #DDE8EE}
#viewdownload a:visited {text-decoration: underline; color: #DDE8EE}
#viewdownload a:active {text-decoration: underline; color: #000000}
#viewdownload a:hover {text-decoration: underline; color: #FFFFFF}


#viewdownload {
  color: #FCFCFC;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0;
}

#pastetext {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  
  background-color: #DDE8EE;
  
  position:relative; /* needed for footer positioning*/
  margin:10px 10px; /* center, not in IE5 */

  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/

  min-height:100%; /* real browsers */
}
#pastetext p{
  margin: 0;
  padding: 0;
  float: left;
}

#pastetext #right {
  float: right;
  margin: 0;
}

#pastearea {
  width: 100%;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/

  min-height:100%; /* real browsers */
  margin: 0;
  padding: 0;
}