﻿@charset "utf-8";

div#call_left {
	background-image: url(../imgs/top/call.jpg);
	width: 210px;
	height: 500px;
	margin: 10px 15px 15px 0px;
	padding:0px;
	float: left;
}

div#call_right {
	width: 625px;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	float: right;
}

div#call_top {
	width: 617px;
	padding: 3px;
	border: 1px dotted #000;
	background-color:#CCC;
	font-size: 11pt;
	font-weight: bolder;
}

#call_form input {
	border: 1px dotted #000;
	padding: 3px 0px 3px 0px;
}

#call_form textarea {
	border: 1px dotted #000;
	overflow: auto;
}

.call_form {
	margin-top: 15px;
	padding: 3px 0px 3px 0px;
	width: 600px;
	text-align: left;
	font-size: 11pt;
	font-weight:bold;
	text-align: center;
}

#call_submit {
	margin: 10px auto 10px auto;
}

.call_button {
	width: 100px;
	border: 1px dotted #000;
}

#ajaxmail {
	margin-top: 15px;
	font-size: 8pt;
	text-align: right;
}