/* Form Widgets and Related - Print and Projection Media Types */
@import url(lib/screen_form.css);
/*
	input content color orange: #D9531E
	border-color: #000;
	label color brown: #5A1400
*/

/* diagnostics 

form.lwwform fieldset li {
	border: 1px solid #eee; 
}
*/

/* overall widths and column structure */

/* 635px max width */

form.lwwform fieldset li.col_1, 
form.lwwform fieldset li.col_2 {
	width: 302px;
}
form.lwwform fieldset li.col_1 {
	margin-right: 26px;
}

/* Set spacing in li container (overrides 5px padding all around) */

form.lwwform fieldset li {
	padding: 0 0 10px;
}

/* Set label "column" width */

form.lwwform label { /* Width of labels */
	width: 130px; 
	padding-right: 10px;
	margin: 10px 0 0 0;
} 

/* Style labels */

form.lwwform label {
	/* display: block; */
	font: 1.2em Verdana, sans-serif;
	color: #5A1400;
}

form.lwwform label.full_width {
	width: auto;
	margin: 0px 0 0 0;
	padding: 0;
}
form.lwwform label.inline_nudge {
	padding-top: 12px;
}
form.lwwform label.validation_error, 
form.lwwform legend.validation_error {
	color: #D9531E !important;
}
form.lwwform input.validation_error {
	border: 1px solid #D9531E !important;
}

/* Nested fieldset cases, for radio and checkbox lists... */

form.lwwform fieldset fieldset legend {
	font: normal 1.2em Verdana, sans-serif;
	color: #5A1400;
	padding: 0 0 5px;
	/* background: yellow; */
}

form.lwwform fieldset fieldset label { /* Width plus 3 (html space) */
	/* margin-left: 133px; */
	float: left;
	width: auto;
	margin: 10px 15px 0 0;
	color: #D9531E;
	font: 1.5em Verdana, sans-serif;
} 

/* Style inputs */

input, select, textarea {
	color: #D9531E;
}

input.text {
	width: 290px;
	height: 24px;
	font: 1.5em Verdana, sans-serif;
	padding: 7px 5px 3px;
	margin: 0;
	border: 1px solid #000;
}
form.lwwform fieldset li.col_1 input.text, 
form.lwwform fieldset li.col_2 input.text {
	width: 150px;
}

input.textLong {
	width: 390px;
	height: 24px;
	font: 1.5em Verdana, sans-serif;
	padding: 7px 5px 3px;
	margin: 0;
	border: 1px solid #000;
}

input.textZip {
	width: 100px;
	height: 24px;
	font: 1.5em Verdana, sans-serif;
	padding: 7px 5px 3px;
	margin: 0;
	border: 1px solid #000;
}

input.inline_number {
	width: 3em;
	height: 24px;
	font: 1.5em Verdana, sans-serif;
	padding: 7px 5px 3px;
	margin: 0 5px;
	border: 1px solid #000;
}
input.inline_date {
	width: 10em;
	height: 24px;
	font: 1.5em Verdana, sans-serif;
	padding: 7px 5px 3px;
	margin: 0 5px;
	border: 1px solid #000;
}
a.inline_widget_switch {
	display: inline-block;
	padding: 10px 0;
}

input.button {
	margin: 10px -4px;
}
input.button_center {
	width: 170px;
	margin: 10px auto;
}
textarea {
	width: 488px;

	font: 1.2em Verdana, sans-serif;
	margin: 0 0 0 0;
	border: 1px solid #000;
}
select {
	font: 1.5em Verdana, sans-serif;
	padding: 7px 5px 7px;
	margin: 0;
	border: 1px solid #000;
}
/**********************************
Required fields and instructions
***********************************/

.required {
	font: italic 1.1em Verdana, sans-serif;
	margin-bottom: 2em;
}
.required em {
	font-weight: bold;
	font-style: normal;
	color: #D9531E;
}

form.lwwform em {
	font-weight: bold;
	font-style: normal;
	color: #D9531E;
}

div.form_tip {
	margin: 5px 0 0 140px; 
}
span.form_tip {}

p.widgetInstruction {
	margin: 0 0 10px 0;
	color: #666;
	font: 1em/1.2 Verdana, sans-serif;
}

/**********************************

Adapted from libform Styles by Nick Rigby 

**********************************

form.lwwform {
	font-size: 1em;
	color: #333;
}
	
form.lwwform legend { 
	padding-left: 0; 
}
	
form.lwwform legend, form.lwwform label { 
	color: #333;
}

form.lwwform label.largeTextAreaLabel {
	width: 307px;
	line-height: 1.2;
}

form.lwwform fieldset {
	border: none;
	border-top: 1px solid #ccc;
	background: url(../_images/forms/libform-fieldset.gif) left bottom repeat-x;
}

form.lwwform fieldset fieldset { 
	background: none; 
}
	
form.lwwform fieldset li {
	padding: 5px 10px 7px !important;
	background: url(../_images/forms/libform-divider.gif) left bottom repeat-x !important;
}
*/

/**********************************
Error and Confirmation Messages
***********************************/

div.errorMsg {
	font-weight: bold;
	border: 1px solid #D9531E;
	background: #fff;
	padding: 10px;
	padding-bottom: 0;
	color: #D9531E;
	margin-bottom: 20px;
}

div.errorMsg ul li {
	font: 1.2em/1.2 Verdana, sans-serif;
	background: url(../images/icons/red_tri_sm.gif) 0px 2px no-repeat !important;
	padding: 0 0 .7em 20px;
}
