<style>
	#searchformdiv {
		margin-left:20px;
	}
	div#transcriptcontentarea
	{
		z-index: 3;
		/* border-left:   solid 5px #42B4E6; */
		/* border-right:  solid 5px #42B4E6; */
		/* border-bottom: solid 5px #42B4E6; */
		background-image:url(../images/parchment369/index.jpg);
		/*background-color:#ddf2f2;*/
		background-color:#F6ECC8;
		font-family: Verdana;
		font-size: 12px;
		color: #000000;
		padding: 10px;
		margin-top:-10px;
	}
	
	div#resultsdiv {
		position:relative;
		left:50%;
		margin-left:-300px;
		width:600px;
		border:0px solid red;
	}
	.content {
		height:200px !important;
	}
	
	div#transcriptcontentarea p {
		margin-bottom:10px;
	}
	div#srchret {
		width=100%;
		border:0px solid red;
		margin-top:45px;
		margin-left:15px;
		font-weight:bold;
	}
	input#submitbutton {
	   border-top: 1px solid #85E0E0;
	   background: #66C2C2;
	   padding: 5px 10px;
	   -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   border-radius: 6px;
	   color: white;
	   font-size: 12px;
	   font-family: Georgia, serif;
	   text-decoration: none;
   }	
</style>   
