div#contactform #fm1 {
	margin-top: 10px;
	margin-left: 100px;
	}
dt {
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 10px solid #FF6600;
	}
dd {
	margin-left: 30px;
	margin-top: 5px;
	}
input, select, textarea {
	border: 1px inset #CCCCCC;
	background-color: #F6F6F6;
	}
.cmd {
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	}
.button {
	width: 125px;
	height: 30px;
	cursor: pointer;
	}
input#send {
	border: 0;
	background-color: transparent;
	background-image: url(../images/btn_submit.gif);
	}
input#cancel {
	border: 0;
	background-color: transparent;
	background-image: url(../images/btn_clear.gif);
	}
input#modify {
	border: 0;
	background-color: transparent;
	background-image: url(../images/btn_modify.gif);
	}
input#abort {
	border: 0;
	background-color: transparent;
	background-image: url(../images/btn_abort.gif);
	}
div#fm_ft p {
	color: red;
	padding-top: 30px;
	padding-bottom: 20px;
	letter-spacing: normal;
	padding-left: 150px;
	}
p.err_msg {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: red;
	margin-top: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
dt span.err_msg {
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: red;
	margin-left: 30px;
	}
div#no_err {
	margin-top: 30px;
	margin-left: 120px;
	margin-bottom: 20px;
	}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #333399;
	margin-right: 20px;
	} 
div#send_mail {
	margin-top: 30px;
	}
div#send_mail p {
	padding-left: 120px;
	}
