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

#message {
	display: block;
	display: none;
	z-index: 999;
	opacity: .6;
	position: fixed;
	top: 100%;
	margin-top: -20px;
	right:54px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 49px;
	line-height: 48px;
	height: 18px;
	padding: 0px;
	font-size: medium;
	text-align: center;
}

#message a {
	color: #fff;
}

/*** Contact Form ***/

.contact-main {
 width:940px;
 height:440px;
 margin:0;
 background: url(../img/bg_contact.png) no-repeat;
 line-height: 1.8em;
}

.contact-main .con {
 font-size: 1.2em ;
 width:401px;
 height:30px;
 margin:20px 20px 0px 205px;
 border: 1px solid #ccc;
 padding:5px;
}

.contact-main .mess { 
font-size: 1.2em ;
width:401px ;
height:187px ;
margin:20px 20px 0px 205px;
border: 1px solid #ccc;
 padding:5px;
 overflow-y:auto;
_overflow-y:hidden;  
  }


html>/**/body #btn_contact {
 border: 0px;
 width: 167px;
 height: 53px;
 background: url(../img/btn_contact.png) no-repeat left top;
 text-indent: -9999px;
 margin: 20px 20px 20px 205px;
}