/* CSS Document */

/* overwrite */
body {
	font-size:12px;
	line-height:1.6;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	background:#D9E9C8 url(../img/contact/header_back.gif) repeat-x;
}
#head {
	background:url(../img/header_back.jpg) no-repeat 50% 95px;
}
#head h2 {
	position:absolute;
	left:20px; top:120px;
}

#headInner {
	height:253px;
}

#wrap {
	background:url(../img/contact/body_back.gif) repeat-x;
}

.end {
	margin:0;
}
/* overwrite */

#conExp {
	position:absolute;
	left:20px; top:180px;
}

.caution {
	color:#C95236;
}

div#contact {
	background:url(../img/contact/body_head.jpg) no-repeat;
	padding:25px 25px 5px;
}
div#contact p {
	margin-bottom:15px;
}
div#contact div.contacTable {
	background:#E8F2DE;
	padding:15px;
}
div#contact div.contacTable table {
	width:715px;
}
div#contact div.contacTable table th {
	background:#C5DDAE;
	width:200px;
	padding:5px 0;
	text-align:center;
	border-bottom:2px solid #E8F2DE;
}
div#contact div.contacTable table td {
	background:#fff;
	width:auto;
	padding:5px 10px;
	text-align:left;
	border-bottom:2px solid #E8F2DE;
}
div#contact div.contacTable table td.center {
	text-align:center;
}


div#contact div.contacTable table td input.long {
	width:300px;
}

div#contact div.contacTable table td textarea.long {
	width:400px;
	height:100px;
}


div#contact div.contacTable table td input.mini {
	width:70px;
}

#submitBox {
	text-align:center;
	margin:10px 0;
}

div#contact #contact_exp {
	margin: 50px 0 80px;
}

