body {
	background: #94a9af;
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 50px;
	background-image: url(images/block.gif);
	background-repeat: repeat;
	background-position: top;
}

.h1 {
	color: #E9E0D0;
	font-weight: bold;
	font-size: 130%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
	
.h2 {
	color: #330000;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
.foot { 
	color: #363636;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
 }
 
.ol {
	color: #330000;
	list-style-type: disc;
	text-align: left;
}

table, tr, td {
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #c2ced2;
	font-style: normal;
	font-weight: bolder;
}

a:link {
	color: #94a9af;
	text-decoration: none;
	background-color: transparent;
	border: transparent;
}

a:visited {
	color: #c2ced2;
	text-decoration: none;
	background-color: transparent;
	border: transparent;
}

a:hover {
	color: #94a9af;
	text-decoration: none;
	background-color: transparent;
	border: transparent;
}

.marker {
	color: #003333;
	}
	
form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 1em 0;
    border: none;
}

label {
    float: left;
    width: 100px;
    padding: 0 1em;
    text-align: right;
}

fieldset div {
    margin-bottom: .5em;
    padding: 0;
    display: block;
}

fieldset div input, fieldset div textarea {
    width: 200px;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 1px;
    color: #000000;
	background: #c2ced2;
}

fieldset div select {
    padding: 1px;
}

div.fm-multi div {
    margin: 5px 0;
}

div.fm-multi input {
    width: 1em;
}

div.fm-multi label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}

#fm-submit {
    clear: both;
    text-align: center;
    float: left;
}

#fm-submit input {
    border: 1px solid #333333;
    padding: 2px 1em;
    background: #607b8b;
    color: #c2ced2;
    font-size: 100%;
	font-weight: bold;
}

input:focus, textarea:focus {
    background: #efefef;
    color: #000000;
}

    
/* required fields - does not work in IE */
fieldset div.fm-req {
    font-weight: bold;
}

fieldset div.fm-req label:before {
    content: "* "; /* does not work in IE */
}
	
