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

#contact_container {}
#contact_container h3 {}
#contact_container a {
	font-size: 14px;
	text-decoration: underline;
	line-height: 150%;
	color: #666;
}
#contact_container a:hover {
	color: #582371;
}
#contactform {
	margin-top: 60px;
	border: 3px solid #70298D;
	margin-right: 50px;
	margin-bottom: 35px;
	margin-left: 15px;
	float: left;
}
#contactform table {
	font-size: 14px;
	line-height: 150%;
	border: 1px solid #FFF;
}
#contactform table th {
	background-color: #EAEAEE;
	vertical-align: top;
	padding: 15px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#contactform table td {

}
#contactform input {
	line-height: 150%;
	font-size: 14px;
}

#preview {
	margin-top: 60px;
	border: 3px solid #70298D;
	margin-right: 50px;
	margin-bottom: 35px;
	margin-left: 15px;
	float: left;
	}
#preview table {
	font-size: 14px;
	line-height: 150%;
	border: 1px solid #FFF;
}
#preview table th {
	background-color: #EAEAEE;
	vertical-align: top;
	padding: 15px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#preview table td {
	border: 1px solid #999;
	width: 400px;
	font-size: 14px;
	line-height: 150%;
	vertical-align: middle;
	padding: 10px;
}


.alert {
	font-size: 12px;
	font-weight: bold;
	color: #70298D;
	margin: 3px;
}

#submit_button {
	text-align: center;
	margin: 5px;
}

#tel {
	font-size: 13px;
	line-height: 150%;
	margin-left: 20px;
	clear: both;
}

#message {
	font-size: 14px;
	line-height: 150%;
	margin: 30px;
}

#back_form {
	text-align: right;
	margin: 5px;
}
