body {
	background-color:#F7F7F7;
}
fieldset {
	border:1px dashed #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333;
}
label {
	width:140px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#CCCCCC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
img {
  vertical-align: middle;
  border-width: 0px;
}
a:link {
  text-decoration: none;
  color: #585858;
}
a:visited {
  text-decoration: none;
  color: #585858;
}
a:hover {
  color: #FF6633;
}
#container {
	width:740px;
	margin:auto;
	padding:30px;
}
#top {
	width:680px;
	height:50px;
	margin-left:10px;
}
#top-menu { position: absolute; top: 0px; left: 0px; height: 15px; width: 100%; background-color: #F0F0F0; line-height: 15px; text-align: left; vertical-align: middle; font-size: 12px; font-family: arial, "lucida console", sans-serif; color: #585858; padding: 0px; border-bottom: 1px solid #606060; }
#top-menu-right { position: absolute; top: 0px; right: 5px; height: 15px; background-color: #F0F0F0; line-height: 15px; text-align: right; vertical-align: middle; font-size: 12px; font-family: arial, "lucida console", sans-serif; color: #585858; padding: 0px; }
#lang-menu {
  position: absolute;
  top: 4px;
  right: 100px;
} 
#leftSide {
	width:530px;
	padding-top:30px;
	float:left;
}

#rightSide {
	width: 200px;
	float: right;
}

#footer {
	margin: -20px 10px;
	color: #666666;
	font: 10px verdana, sans-serif;
}

#desc {
	background-color: #fff;
	padding: 5px;
	margin-top: 60px;
	border: 1px solid #CCC;
	font: normal 12px Arial;
	color: #666666	
}

#desc a:link,#desc a:visited {
	color: #FF6633;
	border-bottom: 1px dotted #ba0000;
}

#desc a:hover {
	text-decoration: underline;
}


#social {
	margin-top: 5px;
}
#footer { 
  	margin:-20px 10px;
	color: #666666; 
	font: 10px verdana, sans-serif; 
}    
.clear {
	clear:both;
}
.form {
	margin:0;
	padding:0;
}
.div_texbox {
	width:347px;
	float:right;
	background-color:#E6E6E6;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-color:#FFFFFF;
	width:285px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}

#word {
  background-color:#FFFFFF;
  width:310px;
  font:normal 18px Arial;
  color: #999999;
  padding:3px 5px 3px 19px;
}

input#word {
  border-width: 1px;
  border-style: solid;
  border-color: #c3c3c3;	
}

#word:focus, #word:hover {
	background-color:#F0FFE6;
}

#hyph {
  background-color:#FFFFFF;
  width:310px;
  font:normal 18px Arial;
  color: #999999;
  padding:3px 5px 3px 19px;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c3c3;
  white-space:nowrap; 
  overflow: hidden; 
}
#hyph:focus, #hyph:hover {
	background-color:#F0FFE6;
}   

#lang {
  font:normal 15px Arial;
  color: #999999;
}

#button_div {
	width:330px;
	float:right;
	background-color:#fff;
	border:1px solid #E6E6E6;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 10px 3px;
	background-image:none;
	background-position:center center;
	background-repeat:no-repeat;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #666; 
	padding: 2px 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c3c3;
	text-decoration: none;
	font-weight:bold;
}
.hyphen {
	color: red;
}	
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	opacity: .8;
	z-index: 10;
}
#info { 
	position: absolute; 	
	width: 500px; 
	height: 100%; 
	top: 0px; 
	right: 0px;
	background-color: #fff; 
	line-height: 15px; 
	text-align: left; 
	font-size: 12px; 
	font-family: monospace; 
	color: #585858; 
	border-left: 1px solid #000;
	padding: 0 50px 0 50px; 
	z-index: 100;
}
#info a:link,#info a:visited {        
	color:#FF6633;
}
#info a:hover {        
	text-decoration:underline;
}
textarea {
	border: 1px dashed gray;
	width: 100%;
	height: 70%;
	background-color: #EFEFEF;
	line-height: 15px; 
	text-align: left; 
	font-size: 12px; 
	font-family: monospace; 
	color: #585858; 
	margin-top: 10px;
}
