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

/* Begin Typography & Colors */

.fm_help {
	background-color: #2D5F39;
	color: #fff;
	}

.fm_error {
	background-color: #855332;
	color: #fff;
	}

form table {
	width: 96%;
}

form th {
	width: 85px;
	padding: 3px;
	text-align: right;
	color: #2D5F39;
}

form td {
	padding: 5px;
}

form tr.odd th {

}

form tr.even th {
	background-color: #f1efed;
}

form tr.odd td {
	background-color: #f1efed;
}

form tr.even td {

}

div.fm-txt,
div.fm_txt {

    }

input.fm-txt,
input.fm_txt {
	border: 1px solid #2d5f39;
}

div.fm-txt input,
div.fm_txt input {
	width: 86%;
	border: 1px solid #2d5f39;
    }

div.fm-txt textarea,
div.fm_txt textarea {
	width: 86%;
	height: 80px;
	border: 1px solid #2d5f39;
    }

html[xmlns] div.fm-txt input,
html[xmlns] div.fm_txt input {

    }

div.fm-sct select,
div.fm_sct select {
	width: 90%;
	border: 1px solid #2d5f39;
    }

div.fm-sct option,
div.fm_sct option {

    }

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

div.fm-err input {
	background-color: #855332;
	color: #fff;
    }

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

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

html[xmlns] div.fm-req option {

    }

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

.fm-error {
	border-bottom: 1px solid #855332;
	color: #855332;
	font-weight: bold;
	font-size: 86%;
}

.help {
	color: #855332;
	font-weight: bold;
	font-size: 9px;
}

.highlight {
	color: #855332;
	font-weight: bold;
	font-size: 9px;
}

/* End Typography & Colors */

/* Begin Structure */

div.fm-txt,
div.fm_txt {

    }

input.fm-txt,
input.fm_txt {
	height: 13px;
    }

div.fm-txt input,
div.fm_txt input {
	padding: 4px;
    }

div.fm-txt textarea,
div.fm_txt textarea {
	padding: 4px;
    }

.fm-txt,
.fm_txt {

    }

div.fm-sct,
div.fm_sct {

    }

div.fm-sct select,
div.fm_sct select {
	padding: 2px;
  }

html[xmlns] div.fm-sct select,
html[xmlns] div.fm_sct select {


    }

div.fm-sct option,
div.fm_sct option {

    }

html[xmlns] div.fm-sct option,
html[xmlns] div.fm_sct option {

    }

.fm-img input {


    }

form table {

}

form th {



}

form td {
width: 70%;
}

.fm-hid {
    display: none;
}

.obj-add table tr th {

}

.fm_but {
	border: 1px solid #2d5f39;
	background-color: #799780;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	height: 17px;
	padding: 0px;
	margin: 0px;
	margin-right: 2px;
	margin-left: 2px;
	width: 77px;
	cursor: pointer;
	}

html[xmlns] .fm_but {
	width: 79px;
	}

a.fm_but {
	width: 77px;
	display: block;
	float: left;
	text-align: center;
	height: 13px;
	padding: 0px;
	margin: 0px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	}

html[xmlns] a.fm_but {
	width: 79px;
	}

a.fm_but:hover {
	text-decoration: none;
	}

input.fm_but:hover {
	color: #C4706E;
	}

.fm_but_sml {
	width: 30px;
	}

html[xmlns] .fm_but_sml {
	width: 30px;
	}


.fm_txt_sml {
	width: 110px;
	}