
/* Messages */
div.form div.messages{
	color: #ff0000;
}
div.form div.saved{
	color: #33cc33;
}
div.form table.form{
	width: 100%;
}


/* Field table and containers */
div.form table.form{
	table-layout: fixed;
}
div.form td{
	vertical-align: top;
}
div.form tr.field td.field, div.form tr.field td.field_required{
	width: 150px;
	height: 25px;
}
div.form td.field_required{
	font-weight: bold;
}

/* Spacers */
div.form td.spacer{
	padding-top: 5px;
	padding-bottom: 5px;
	background: url('hspacer.png') transparent repeat-x left center;
	height: 2px;
}


/* Fields */
div.form div.textfield, div.form span.textfield{
	border: 1px solid #bbbbbb;
}
div.form div.textfield input{
	border-width: 0px;
	padding: 0px;
	width: 100%;
}
div.form div.textareafield{
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	padding: 1px;
}
div.form div.textareafield textarea{
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
}
div.form div.selectfield{
	width: 100%;
}
div.form div.selectfield select{
	width: 100%;
	border-width: 0px;
	padding: 0px;
}

div.form div.checkfield label{
	font-weight: normal;
}


/* Buttons */
div.form div.form_buttons{
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url('hspacer.png') transparent repeat-x left top;
}
div.form div.form_buttons input{
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
}
