.clearer
{
float:none;
clear:both;
}


.select{
  width:182px;
  height:22px;
  border:solid 1px #606060;
  font-family:Tahoma;
  font-size:12px;
 }

textarea{
  width:413px;
/*  height:385px;*/
	height: 250px;
  border:solid 1px #606060;
  float:left;
/*  margin-top: 10px;*/
margin-top: 25px;
  padding: 5px;
}

textarea#original{
float: left;
}

textarea#converted{
float: right;
}

#submit {
	background: url(../images/convert2.png) no-repeat 0px 0px;
	height:45px;
	width:190px;
	}

#submit:hover {
   background-position:bottom;
}

