@charset "utf-8";



form {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

form table {
	width: 500px;
	border-collapse: collapse;
}

form table th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

form table td {
	padding: 5px;
}

form table th.submit {
	text-align: center;
}

form table td input {
	background: #dddddd;
	border: none;
	width: 300px;
	height: 25px;
}

form table td input.phone {
	width: 155px;
}

form table td textarea {
	border: 1px #dddddd solid;
	width: 300px;
	height: 100px;
}
.modalLink{ display:block; width:98px; padding:10px 0}
.modal .closeBtn {
	position:relative;top:10px;right:10px;display:block;width:60px;padding:4px 0;text-align:center;background:#fff;border:1px solid #85B6E2;color:#333; margin-left:372px
}

.modal p:hover {
  cursor: pointer;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal { width:480px; margin:0 auto;
  display: none;
  background: #eee;
  padding: 15px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
}
