
/* **** 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;
}

td {
	vertical-align:top;
}

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

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

.checkbox_label {
	padding: 4px 2px 10px 0;
	width: 170px;
	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 {
	color: red;
}

.item_divider { height: 16px; }

fieldset {
	margin: 0;
	padding: 0;
	width: auto;
}
	
legend {
	margin: 12px;
	font-size: 14px;
	font-weight: bold;
	padding: 12px;
  	color: #000000;
	font-family: Georgia, "Times New Roman", serif;
}
