div.contact_main {
	text-align: center;
	width: 698px;
	height: auto;
	padding: 0px auto 0px auto;
/* 	border-right: 1px solid gray; */
/* 	border-left: 1px solid gray; */
/* 	border-bottom: 1px solid gray; */
/* 	background-color: gray; */
}

div.message {
	width: 698px;
	text-align: left;
	padding: 0px 0px 0px 0px;
/* 	margin: 0px auto 0px auto; */
/* 	background-color: red; */
}

div.message_image {
	width: 442px;
	text-align: left;
/* 	border-top: 1px dotted gray; */
/* 	border-bottom: 1px solid gray; */
	padding: 5px 0px 5px 5px;
	margin: 5px 0px 0px 0px;
}

div#message_form {
	width: 442px;
	text-align: left;
/* 	border-bottom: 1px dotted gray; */
	padding: 5px 0px 10px 5px;
	margin: 5px 0px 5px 0px;
}

div#message_form2 {
	width: 442px;
	text-align: left;
/* 	border-top: 1px dotted gray; */
/* 	border-bottom: 1px dotted gray; */
	padding: 10px 0px 10px 5px;
	margin: 5px 0px 5px 0px;
}

div#messege_info {
	text-align: left;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

div#messege_info p {
	text-align: left;
	font-size: 15px;
	color: #535353;
	font-weight: bold;
	line-height: 1.5em;	
}

div.caution {
	text-align: left;
	font-size: 13px;
	color: #DD0000;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 0px 0px 0px;
}

p {
	text-align: left;
	font-size: 13px;
	color: #535353;
	font-weight: bold;
	line-height: 1.5em;	
}

div#completion {
	width: 700px;
	height: 200px;
	text-align: center;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	background-color:#f3f1dc;
	padding-top: 93px
}

div#logo_small {
	margin-top: 10px;
}

div.contact_title {
	text-align: left;
	font-size: 15px;
	color: #535353;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 5px;
	border-bottom: 1px dotted #5c8f1c;
        border-left: 5px solid #5c8f1c;
}