/* 
	XForms StyleSheet
	
	$Id: xforms.css,v 1.0 2003-03-21 01:17:05+01 chriz Exp chriz $
*/

input.frmtext, textarea.frmtext, select.frmtext {
/* 	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	border-color: #dedede;
	background: #dfe7ef url(/images/texfield-shadow.gif) 0 0 no-repeat; */
	font-size: 12px;
	padding: 2px;
}

textarea.frmtext {
	height: 3em;
/* 	background-attachment: fixed; */
}

label {
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
}

input.frmcheckbox {
	margin-left: 75px;
	float: left;
}

label.frmcheckbox {
	width: 120px;
	display: inline;
	margin-top: 4px;
}

.formfield input.frmimage {
	margin-left: 75px;
}

fieldset {
	padding: 0.5em;
	margin-right: 2em;
}

.formfield {
	clear: left;
}
