/*-------------------------------------------------------------------------------------

Style Sheet for 3pointimage (http://3pointimage.com)
Field Sets / Buttons / Forms
Version: 1.2006
Author: Manish

--------------------------------------------------------------------------------------*/

/*------------------------------------------------- Field Sets */
#formSets {
	padding: 1em;
	text-align:left;
	}

/*------------------------------------------------- Text */

.fieldText {
	font-size: 14px;
	color: #333333;
}

.required  {
	font-size: 11px;
	font-style:italic;
	color: #990000;
}


#cfm{
	border: 1px solid #CCCCCC;
}

#cfm td{
	padding:4px;
}

#cfm .ftd_table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding-top: 15px;
	border-bottom: 1px solid #993300;
}

/*------------------------------------------------ Text Boxes/Areas etc */
input[type="text"] {
	border: 1px solid #999999;
	width: 325px;
	background-color: #eee;
	font-size: 14px;
	}

.textArea {
	border: 1px solid #999999;
	background-color: #eee;
	width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
input.radio {
	float: left;
	padding: 2px;
	margin: 1em;
	}

.txtField{
	padding:2px;
	margin: 0;
	border: 1px solid #999999;
	background-color: #eee;
	width: 330px;
	}
	
/*----------------------------------------------- Style buttons */	
.buttonStyle {
	border: 1px solid;
	border-color: #660000;
	background-image:url(../images/formButton.png);
	background-color: transparent;
	width: 175px; 
	height: 25px;
	text-align:center;
	font-size:14px;
	color:#fff;
	margin: 5px;
	}