
/* **** File Name:  forms.css.php *********************************************
 *    Description:  Stylesheet for forms.
 *                   
 *        Project:	Reactive Blue - the business of Art.
 *   Date Created:  Sep 26, 2006
 *         Author:  Gene Nagle
 *
 *	Code Copyright © 2006 by Tesla Technologies, All Rights Reserved.
 *
 *     Revision History
 *   Who   		  Date			CodeVersion - Comments
 *
 **************************************************************************/

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 0;
	padding: 0 0 8px 0;
	width: auto;
	border: 1px solid #543722;
	
}

fieldset br {
	display: none;
}

fieldset div {
	clear: both;
	margin: 1em 0 0 0;
	position: relative;
}

fieldset div.error {
	clear: both;
	margin: 0;
	position: relative;
	color: #ffff00;
}

	
legend {
	background: #99a140;
	margin: 12px;
	font-size: 20px;
	padding: 12px;
	border: 1px solid #543722;
  	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
}

label, fieldset div.cr p {
	display: block;
	width: 11em;
	text-align: right;
	float: left;
	color: #000;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 11em;
	width: auto;
	float: none;
}

.removed {
	display: none !important;
}

label.required {
	font-weight: bold;
}

/*
.invalid {
	background-color: yellow;
} */

.text_label {
	padding: 4px 2px 10px 0;
	width: 100px;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	/* color: #000; */
}

.item_label_disabled { 
	padding: 4px 2px 10px 0;
	width: 100px;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

.checkbox_label {
	padding: 4px 2px 10px 0;
	width: 100px;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

.wide_label {
	padding: 4px 2px 10px 0;
	width: 500px;
	text-align: right;
	vertical-align: top;
}

.item {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

.item_checkbox {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 10px;
}

.warning {
	font-size: 11px;
	color: #ffff00;
}

.item_divider { height: 16px; }

.form_h6 {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	padding-left:20px;
}