/* ===== DOCUMENT BASICS ===== */

html
{
	padding: 0px;
	margin: 0px;
}
input.chkbox
{
	vertical-align: -30%;	
}
input.radiobtn
{
	vertical-align: -15%;	
}
fieldset.fsetrekry
{
	width: 410px;
	color: black;
	margin: 6px 0px 0px 0px;
}
legend
{
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding: 0 5px 0 5px;
}
input
{
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: black;
}
ip_other
{
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: black;
	vertical-align: -15%;
}
select
{
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: black;
}
body.application
{
	background-color: white;
	margin: 9px;
	padding: 0px;
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: black;
}
table.enquiry
{
	width: 410px;
	color: black;
	margin: 5px 0 0 0;	
}
td.wide
{
	width: 410px;
	text-align: left; 	
}
td.description
{
	color: black;
	width: 130px;
	text-align: left; 	
}
td.information
{
	width: 280px;
	color: black;
	text-align: left;
	padding: 0px 0px 0px 5px;	
}

.error {
	color: red;
}

.error img {
	vertical-align: middle;
}
/* ===== BASIC STYLE DEFINITIONS ===== */
/* =================================== */

body {
	background-color: white;
	margin: 10px;
	padding: 0;
	color: #8c8c8c;
	font-family: verdana, sans-serif;
	font-size: 12px;
}
h1 {
	color: black;
	background-color: white;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 16px;
}

h2 {
	color: black;
	background-color: white;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 14px;
}

h3 {
	color: black;
	background-color: white;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 12px;
}

p {
	color: black;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 150%;
}

ol {
	text-align: left;
	color: black;
	background-color: transparent;
}

a:link {
	color: #8c8c8c;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: white;
}

a:visited {
	color: #8c8c8c;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: white;
}

a:hover {
	color: #8c8c8c;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	background-color: white;
}
