﻿/* These styles for the "Search & Translation page" */

h2 { text-align: center; }

div#google { width: 45%; height: 250px; margin-left: 20px; float: left; 
  text-align: center; 
  padding-top: 0; padding-bottom: 5px;
	border: 1px black dashed;
}
table.googlesearch { background-color: white; border: 0; border-collapse: collapse; padding: 0; }
table.googlesearch td { text-align: center; vertical-align: top;
	margin: 0;
	padding: 0;
}
table.googlesearch img { border-width: 0; }
table.googlesearch a:hover { background-color: white; }


div#babelfish { width: 45%; height: 250px; margin-right: 20px; float: right;
	border: 1px black dashed;
  text-align: center; 
  padding-top: 0; padding-bottom: 5px;
}

