    /**
 * @created on 09/08/2006
 * @author Mike Kelly
 * @contact mikee@whatsthat.co.nz
 *
 **/

/* Begin Typography & Colors */
.search_input {
	width: 90px;

	}
.search_button {
	float: left;
	}


.buttons {
	border: 0;
	background-color: transparent;
	color: #4172B7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-left: -5px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
}

div.fm-txt {

    }

div.fm-txt input {
    border: 1px solid #AAABAD;
    }

form th {
    text-align: left;
    color: #333333;
    font-size: 90%;
}

form td {

}

form tr.odd th {

}

form tr.even th {

}

form tr.odd td {

}

form tr.even td {

}

div.fm-sct select {
    border: 1px solid #AAABAD;
    background-color: #fff;
    }

div.fm-sct option {
    background-color: #fff;
    }

div.fm-req input {
	border: 1px solid #006599;
    }

div.fm-err input {
	border: 1px solid #c00000;
    }

div.fm-req select {
	border: 1px solid #006599;
    background-color: #006599;
    color: #fff;
    }

div.fm-req option {
    background-color: #006599;
    color: #fff;
    }

div.fm-err select {
    border: 1px solid #c00000;
    background-color: #c00000;
    color: #fff;
    }

div.fm-err option {
    background-color: #c00000;
    color: #fff;
    }

.fm-error {
    font-size: 80%;
    color: #c00000;
}

.help {
    font-size: 80%;
    color: #006599;

}

.subheading {
    font-size: 90%;
    font-weight: bold;

}

.highlight {
    font-size: 100%;
    color: #006599;

}

/* End Typography & Colors */

/* Begin Structure */

div.fm-txt {
    height: 20px;
   }

html[xmlns] div.fm-txt {
    height: auto;
    min-height: 20px;
}

div.fm-txt input {
    height: 20px;

    }

html[xmlns] div.fm-txt input {
    height: auto;
    min-height: 20px;
}

div.fm-sct select {
	height: 20px;
    width: 95%;
    }

html[xmlns] div.fm-txt select {
    height: auto;
    min-height: 20px;
}

div.fm-sct option {

    }

.fm-img input {

    }

form table {
    width: 90%;
}

form th {
    height: 40px;
    text-align: left;
    width: 100px;
}

html[xmlns] form th {
    height: auto;
    min-height: 40px;
}

.fm-hid {
    display: none;
}

.fm_but,
.fm-but {
	background-color: #eaeaea;
	border: 0px;
	color: #15A1E6;
	font-weight: bold;
	font-size: 9px;
	cursor: pointer;
	padding: 3px;
	width: 100px;
	text-align: center;
}

.fm_but:hover,
.fm-but:hover {
	color: #7AC6EC;
}
