/* 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 */
/* ================== */
#forma {
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #F0F8FF;
	font-size: 1em;
}
input,textarea{
	border: #ddd 1px solid;
	padding: 1px;
	background-color: #FFFFF0;
}
input:hover,textarea:hover {
	border: #FFCC33 1px solid;
	padding: 1px;
}
input.primaryAction {
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
padding-left: 1em;
padding-right: 1em;
background-color: #FFFFFF;
color: #333333;
font-weight: bold;
background: url(submit.gif) repeat-x left;
margin-left: 40%;
}
 input.primaryAction:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}
label, .label {
	color: #666666;
	font-size: x-small;
}
label.preField, .label.preField { 
margin-top: 10px;
font-weight: bold;
}
label.postField, .label.postField { }

/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since v0.92 */
	color: #CC3333 !important;
	font-size: 10px;
}
.errMsg {	
	color: #CC3333 !important;
	font-size: 10px;
	margin-left: 10px;
}
/* Field-Hint with focus */
.field-hint {
	font-size: x-small;
	color: #000;
	background-image: url(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(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;
}
fieldset{
	border: #ddd 1px solid;
}
legend{
	font:bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #696969;
	border: #ddd 1px solid;
	background-color: #FFFFCC;
	padding-left: 15px;
	padding-right: 15px;
}

