@charset "utf-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;	
}

#mainWrapper {
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainWrapper {
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#notice {
	background-color: #fffbef;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ede7c3;
	border-bottom-color: #EDE7C3;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-weight: normal;
}

.style12 {
	color: #620000;
	font-size: 55px;
}

.style4 {
	font-size: 36px;
	color: #990000;
	font-weight: bold;

}

.style11 {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 138%;

}
form {
	clear: both;
	padding: 0px 0px;
}
	
	input[type=text] {
		border: 3px solid #CCCCCC;
		width:227px;
		padding-left: 1px;
		padding-bottom:2px;
		padding-top:3px;
		margin-left:-1px;
		font-size: 14px;
		clear: both;
		margin-bottom:5px;
		display: block;
		font-weight: bold;
		background: #f9f9f9;
		
		width: 92%;
		color: #444;
	}


		input[type=text]:focus {
			border: 3px solid #65b3f9;
		}

	input[type=image] {
		display: block;
		margin: 0px auto;
		clear: both;
	}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 75;
left: 80px; /*position where enlarged image should offset horizontally */

}

</style>

