/* GENERAL STYLES */
/* CSS Document */

body,
html {
  margin:0;
  padding:0;
  color:#FFF;
  background:#000;	
}

body {
  min-width:1024px;
}

A{
	color:#deb529;
	font-family:Georgia;
	text-decoration:none;
}
 A:hover{
	
	text-decoration:underline;
}

DIV#wrap {
  position:relative;
  margin:0 auto;
  width:1024px;
}

DIV#content {
  position:absolute;
  width:340px;
  top: 420px;
  left: 80px;
  padding-bottom: 50px;
  font-family:Georgia;
  font-size:12px;
  line-height:18px;
  text-align:justify;
}

#btnOk{ 
  font-family:Georgia; 
  font-size:11px; 
  background-color:000; 
  border-color:FFF; 
  border-style:inset; 
  border-width:1px; 
  color:FFF; 
}

INPUT.txt{
  font-family:Georgia; 
  font-size:11px; 
  background-color:000; 
  border-color:FFF; 
  border-style:inset; 
  border-width:1px; 
  color:FFF; 
}



/* EDITOR PROPERTIES */

