/* FormBoss CSS Version. 1.8 Build 644 */

/* Be sure to duplicate any changes made in this file to print.css as well! */



/* text styles */

.section-head { font-size:18px; font-weight:bold; }

.confirm-text { font-size:18px; font-weight:bold; }

.body-copy { font-size:12px; font-weight:normal; }

.heading-main { font-size:12px; font-weight:bold; }

.heading-sub { font-size:12px; font-weight:normal; }

.req-star { color:#CC0000; font-weight:bold; margin-left:2px; font-size:inherit; }

.helper { font-size:7pt; font-weight:normal; margin-top:2px; }



/* character counters */

.count-helper { font-size:7pt; font-weight:normal; margin-top:2px; color:#888888; }

.count-helper-bold { font-size:7pt; font-weight:bold; margin-top:2px; }

.count-helper-error { font-size:7pt; font-weight:bold; margin-top:2px; color:#CC0000; }



/* add custom paragraph spacing here, defaults to 0 on both */

p {margin:0; padding: 0;}



/* form element styles | edit :focus for custom over states */

input 	{ 	color:#333333; }																	input:focus { }

input.btn { color:#333333  } /* font: normal 83% Arial, Helvetica, sans-serif; */

select 	{ 	color:#333333; } 																	select:focus { }

text { 		color:#333333; } 																	text:focus { }

textarea { 						font-size:12px; color:#333333; } 								textarea:focus { }





/* main container */

.formboss-output-sortable { color:#222222; }

.formboss-output {  position:relative; color:#222222; }

.formboss-output-div {  position:relative; color:#222222; }

/* Build 653 - Better match Confirmaiton Pages style to form pages */

.formboss-output-div li { margin-bottom:5px; padding:2px; list-style-type:none; list-style-position:outside; }



/* list item */

li { list-style-type:none; }

/*.formboss-output-sortable ul { list-style-type:none; margin:10px 5px 10px 5px; padding:5px; width:96%; list-style-position:outside; } PRE-645 */ 

.formboss-output-sortable ul { list-style-type:none; margin:0px; padding:0px; }

.formboss-output-sortable li { margin-bottom:5px; padding:2px; list-style-type:none; list-style-position:outside; }

.formboss-output  ul { list-style-type:none; margin:10px 5px 10px 5px; padding:5px; width:96%; list-style-position:outside; } 

.formboss-output li { margin-bottom:5px; padding:2px; list-style-type:none; list-style-position:outside; }



/* form components */

form label { font-size:12px; font-weight:normal; text-align: left; }

/* form span { position: relative; clear: both; float: none; } Build 615 Removed: position: relative; */ 

form span { clear: both; float: none; }



/* error messages, display */

li.error { background-color:#ffffdd; } div.error { background-color:#ffffdd; }

span.errormsg { font-weight: normal; font-size: 65%; color:#cc0000; padding-left:2px; }

/* php error element */

.err-msg { font-size:12px; font-weight:bold; color:#CC0000; padding:5px; }



/* element programmable styles */

.fieldwidth-0 { width:auto; }

.fieldwidth-1 { width:100px; }

.fieldwidth-2 { width:200px; }

.fieldwidth-3 { width:300px; }

.fieldwidth-4 { width:400px; }



/* moz link outline */

:focus { -moz-outline-style: none; }
