/* wFORMS Extension Stylesheet - formassembly.com					*/
/* Default Theme: March 2005										*/
/* Goes with wforms-layout.css and wforms-jsonly.css				*/
/* Copyright (c) 2005 Cédric Savarese (http://www.4213miles.com)	*/

/* Form Related Rules */
/* ================== */
input { }
label, .label {	
	text-transform: capitalize;
	color: #666666;
	font-size: x-small;
}
label.preField, .label.preField { }
label.postField, .label.postField { }

/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg {
	color: #CC3333 !important;
}
/* Field-Hint with focus */
.field-hint {
	font-size: x-small;
	color: #000;
	background-image: url(../images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
/* Field-Hint without focus */
.field-hint-inactive {
	font-size: x-small;
	color: #999;
	background-image: url(../images/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;		
}
/* Links generated by the Repeat Behavior */
.duplicateLink {}
.removeLink { color: #CC3300; }

/* Buttons */
.primaryAction {
	cursor:pointer;	
}
.secondaryAction {
	border: 1px solid #666;
	cursor:pointer;
}
.secondaryAction:hover {
	background-color: #FFFFCC;
}