html * {
	box-sizing: border-box;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000
}
a.mn:link{
	color: #0000ff
}
a.mn:hover{
	color: #cc0000
}
a.mn:visited{
	color: #990099
}
a:link {
	 font-family: 'Times New Roman';
	 color: #000000;
	 font-size: 14pt;
	 text-decoration: underline
}
a:hover {
	font-family: 'Times New Roman';
	font-size: 14pt;
	color: #000000;
	text-decoration: none
}
a:visited {
	font-family: 'Times New Roman';
	font-size: 14pt;
	color: #000000;
	text-decoration: none
}
.textwht {
	font-family: 'Times New Roman';
	color: #000000
}
.copyright {
	font-size: 8pt
}

/* Form Styling */

#form {
	width: 100%;
	max-width: 500px;
}

#form table {
	width: 100%;
}

#form table tr .left-col {
	width: 30%;
}

#form table tr .right-col {
	width: 70%;
	max-width: 345px;
	padding-bottom: 5px;
}

#form table tr .right-col input,
#form table tr .right-col textarea {
	width: 100%;
	border: 1px solid black;
	min-height: 25px;
}

.captcha-base {
	float: right;
}

.captcha-base__reset {
	margin-top: 29px;
    margin-right: 15px;
    float: right;
    background: white;
    border: 1px solid black;
    padding: 2px 5px;
}

.captcha-base__input {
	margin-right: 0;
    margin-left: auto;
    width: 34%;
    margin-top: 60px;
	text-align: center;
	height: 25px;
	margin-bottom: 5px;
	border: 1px solid black;
}

.submit-button {
	margin-right: -3px;
    background: white;
    border: 1.5px solid black;
    padding: 5px 10px;
}