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

body {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
    	background: #8a9298;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #fff;
    }
    .style #container {
    	width: 1024px; 
    	margin: 0 auto;
    	text-align: left; 
    }
    .style #header {
 
    }

    .style #mainContent {
	font-family:Arial, Helvetica, sans-serif;

    }
	.style #title {
	width: auto;
	height:100px;
	}
	 .style #menu {
	 float:left;
	 width:180px;
	 height:auto;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:16px;
	 padding:10px 0 0 0;
	 font-weight:bold;
    }
	.menu {
	width:180px;
	height:48px;
	}
	.style #box {
	float:left;
	padding:10px;
	width:220px;
	height:220px;
	}
	.style #textarea {
	float:left;
	width:580px;
	padding:10px 0 0 20px;
	letter-spacing:0.01em;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	.style #textarea {
	float:left;
	width:580px;
	padding:10px 0 0 20px;
    letter-spacing:0.06em;
	}	
	}
	<!--start Firefox-->
  .style #textarea, x:-moz-any-link, x:default { 
	float:left;
	width:580px;
	padding:10px 0 0 20px;	
  }
  <!-- end hack Firefox-->
   .style #footer {
   margin-top:30px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
    }
    .style #mark{
	width:180px;
	height:auto;
	float:left;
	text-align:right; 
    }
	.style #address{
	width:230px;
	height:auto;
	float:left;
	padding:20px 0 0 10px;
	font-size:16px;
	letter-spacing:1px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
    }
	.style .clear {
	clear:both;
	}
	.text_input {
	border:none;
	background-color:#e5e5e5;
	width:580px;
	margin-bottom:10px;
	font-size:14px;
	height:20px;
}
.label {float:left; width:90px; height:auto; line-height:31px; color:#000}
.btn {
border:0;
padding:5px 20px;
font-weight:bold;
background:#8a9298;
color:#fff;
}
a.mail {
color:#000}

a.mail:link {
	color: #000;
	text-decoration: none;
}
a.mail:visited {
	text-decoration: none;
	color: #000;
}
a.mail:hover {
	text-decoration: none;
	color: #000;
}
.mail a:active {
	text-decoration: none;
	color: #000;
}
.mail a.selected {
color:#fff}