/* CSS Document */
.contact#content form input,
.contact#content form select,
.contact#content form textarea,
.contact#content form checkbox {
	border: 1px solid #008083;
	}
.contact#content #content_right a,
.contact#content #content_right a:visited {
	color: #008083;
	text-decoration: none;
	font-weight: bold;
	}
.contact#content #content_right a:hover {
	text-decoration: underline;
	}
.contact#content form input.submit {
	height: 28px;
	background: #008083;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 120%;
	padding-bottom: 2px;
	}