body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
	background-color: #f0f0f0;
}
a:link {
	color: #F30;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.back {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #03C;
}

#main {
	float: left;
	width: 280px;
	position: fixed;
	padding: 10px;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#resultContent {
	margin-left: 320px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding: 20px;
}
.box {
	background-color: #fff;
	-moz-border-radius: 4px;
}
.box form p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
}
.box form .button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
.box.results {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 11px;
	color: #666;
}





/**
tabs*/
/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0 0 0 20px;
	height:25px;
	border-bottom:1px solid #ccc;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0 2px 0 0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:11px;
	display:block;
	padding:5px 10px 0;	
	text-decoration:none;
	border:1px solid #ccc;	
	border-bottom:0px;
	height:18px;
	background-color:#eee;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tabs a:hover {
	color:#333;
}
	
/* selected tab */
ul.tabs a.current {
	background-color:#fff;
	border-bottom:2px solid #fff;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.panes div {
	display:none;
	min-height:150px;
	padding:15px 20px;
	background-color: #FFF;
}
.words {
	margin: 0px;
	padding: 0px;
}
.words li {
	float: left;
	width: 23%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 0px;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

