body {
	font-family:       "verdana", "ms sans serif", "arial ce", "Arial", "sans-serif";
	color:             #121bbc;
	line-height:       1.2em;
}
a {
	font-weight:       bold;
	color:             #121bbc;
	text-decoration:   none;
}

a:hover {
	text-decoration: underline;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 10px;
top: -70;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -70;
left: 30px; /*position where enlarged image should offset horizontally */

}

input {
 font-family:       "verdana", "ms sans serif", "arial ce", "Arial", "sans-serif";
 background-color: #E2E3F8;
 color: #121bbc;
 border: 0px;
}

textarea {
 font-family:       "verdana", "ms sans serif", "arial ce", "Arial", "sans-serif";
 font-size: 12px;
 background-color: #E2E3F8;
 color: #121bbc;
 border: 0px;
}

select {
 font-family:       "verdana", "ms sans serif", "arial ce", "Arial", "sans-serif";
 background-color: #E2E3F8;
 color: #121bbc;
 border: 0px;
}

input.btn{
 font-family:       "verdana", "ms sans serif", "arial ce", "Arial", "sans-serif";
 font-weight:bold;
 background-color: #E2E3F8;
 color: #121bbc;
 border:1px solid;
 border-top-color:#121bbc;
 border-left-color:#121bbc;
 border-right-color:#121bbc;
 border-bottom-color:#121bbc;
}

input.btnhov{
 background-color: #121bbc;
 color: #E2E3F8;
}

