/* CSS Document */
.Form_email strong{
 font-size: 14px;
}
.Form_email input[type=text] {
 	background-color: transparent;
 	background-image: url(../image/bg_ffffff_80.png);
 	background-repeat: repeat;
 	width: 95%;
 	height: 33px;
 	margin-top: 5px;
 	border: 1px solid #999;
 	border-radius: 3px;
 	padding: 5px;
  margin-bottom: 10px;
 }

.Form_email input[type=button]{
 background-color: #555;
 background-image: url(../image/bground-footer_09-80.png);
 background-repeat: repeat;
 border: 1px solid white;
 border-radius: 5px;
 font-weight:bold;
 float: left;
 font-size: 18px;
 color: white;
 width: 45%;
 height: 35px;
 margin: 7px;
}
.Form_email label{
 color: #222;
 font-weight: bold;
 float: left;
}
#contactdiv{
 position: absolute;
 top: 0px;
 left: 0px;
 height: 99%;
 width: 99%;
 display: none;
 border: 2px solid green;
}
#contact{
 width: 350px;
 background-color: #FFF;
 margin: 0px;
 padding: 0px;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -210px;
 margin-top: -255px;
 border: 2px solid red;
 display: none;
 border-radius: 8px;
 z-index: 1800;
}
.img{
 float: right;
 margin-top: -33px;
 margin-right: -28px;
}

#login{
left: 50%;
top: 50%;
margin-left:-210px;
margin-top:-158px;
}
.Form_email{
 margin: 0px;
 padding: 10px;
}