*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	/*padding:1px;*/
	position: relative;
	/*width: 666px;*/
	width: 100%;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	/*top: relative; */
	left:relative;
	Top:relative;
	/*left:850px;*/
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: middle;
	/*width:40px;*/
	
}


.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: right;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	/*border-color: #fff;*/
	width: 401px;
	/*height: 350px;*/
}



.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox1 a
{
	cursor: default;
}

.hoverbox1 a .preview
{
	display: none;
}

.hoverbox1 a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox1 img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: middle;
	width:400px;
	
}

.hoverbox1 li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: right;
	margin: 3px;
	padding: 5px;
	position: relative;
	
}

.hoverbox1 .preview
{
	border-color: #000;
	width: 400px;
	height: 500px;
}



@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
}
body
{
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
#header
{
	background:#12AA11;
	width:100%;
	height:50px;
	color:#fff;
	font-size:36px;
	font-family:Verdana, Geneva, sans-serif;
}
#body
{
	margin-top:70px;
}
#body table
{
	margin:0 auto;
	position:relative;
	bottom:50px;
}
table 
{
	
	/*padding:1px;*/
	/*border: solid #9fa8b0 1px;*/
	/*border: solid #9fa8b0 1px;*/
	border-collapse: collapse;
	background-color="skyblue";
}
td
{
	align:left;
	border-collapse: collapse;
	border: solid #9fa8b0 1px;
	padding:5px ;
	height:200;
	/*border: solid #9fa8b0 1px;*/
	/*border: solid #9fa8b0 1px;*/
	
	/*background-color="skyblue";*/
}
tr
{
align:left;
border-collapse:collapse;
/*background-color:#E8EBEE;*/
/*background-color:#ccc;*/
background-color:#fff;
/*border-color:#E8EBEE;*/

}
.heighttext{
height:25px;
width:300px;
border:1px;
border-color:#ddd;
}

.heighttext1{
height:100px;
width:300px;
border:1px;
}

#footer
{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:50px;
}
.zoomin img {
		/*height: 200px;
		width: 200px; */
		-webkit-transition: all  ease;
		-moz-transition: all  ease; 
		-ms-transition: all  ease; 
		transition: all  ease; 
		} 
.zoomin img:hover {	
		
    position:relative;
    top:-100px;
    left:-35px;
    width:100px;
    height:auto;
    display:block;
    z-index:100;
}
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid lightgray;
    border-radius: 4px;
}