/* VERSIONS
/* 1_0: Default form styles for user-submissions
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Default Forms 	(fieldset styling helps with backwards compatability)
----------------------------------------------------------------------------- */
form{}
	form fieldset{
		border: 1px solid #D7E8F8;
		margin: 0 0 .5em 0;
		}
		form fieldset legend{
			font-weight: bold;
			padding: .7em .9em .8em .9em;
			background: url(/images/common/bg-th.gif) 0 0;
			color: #FFF;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 1.2em;
			line-height: 1em;
			}
		form fieldset div{
			margin: 0.3em 0;
			clear: both;
			position: relative;
			min-height: 1.75em;
			}
			form fieldset div label{
				float: left;
				width: 40%;
				text-align: right;
				margin-right: 1em;
				}
			/* Alt view 
			form fieldset div label{
				display: block;
				text-align: left;
				margin-right: 1em;
				}*/
			form fieldset div span.sublabel{ 
				display: block; 
				font-size: 95%; 
				}
			form fieldset div input{
				width: 40%;
				}
			form fieldset input:hover, 
			form fieldset input:focus {
				border-color: #c5c5c5;
				background: #f6f6f6;
				} 
			form fieldset input[type='checkbox']:hover, 
			form fieldset input[type='checkbox']:focus {
				border-color: #c5c5c5;
				background: #fff;
				} 
			form fieldset div select{
				width: 42.5%;
				}
			form fieldset div select.short{
				width: 15%;
				}
			form fieldset div textarea{
				width: 40%;
				}
			/* Organize a list of checkboxes / radiobuttons */
			form fieldset div div.checklabel{ 
				float: left;
				width: 40%;
				text-align: right;
				margin-right: 1em;
				}
			form fieldset div ul.checkwrap{ 
				list-style: none; 
				margin: 0 0 0 43%; 
				padding: 0;
				width: 54%; /* you may want to customize this per form */
				}
				form fieldset div ul.checkwrap li { 
					float: left; 
					padding: .5em .5em 0 0 !important;
					background-image: none !important;
					}
					form fieldset div ul.checkwrap li label{ 
						float: none;
						margin: 0 !important;
						width: auto;
						}
					form fieldset div ul.checkwrap li input{ 
						width: auto; 
						margin-right: .25em;
						}
			form fieldset div.col1 ul.checkwrap li{	width: 100%; }
			form fieldset div.col2 ul.checkwrap li{	width: 47%; }
			form fieldset div.col3 ul.checkwrap li{	width: 33%; }
			form fieldset span#addMore{ float: right; display: block; margin: -.5em 0 1em;}
		form fieldset #submit{ padding-left: 42.7%;}
		form fieldset input.submit{
			float: none;
			width: 6em;
			}
/* 
-----------------------------------------------------------------------------
 =Validation
----------------------------------------------------------------------------- */
noscript.warning{ color: #990000; }
div.required{ background: url(/images/common/form_asterisk.gif) 90% 0 no-repeat;}
	div.required div,
	div.required label{  }

div span.error{ 
	position: absolute; 
	margin-left: 1.6em; 
	width: 156px; 
	height: 19px; 
	background: url(/images/common/form_error.gif) no-repeat;
	padding-left: 15px;
	font-size: .9em;
	color: #990000;
	top: 0;
	left: 87%;
	}

span.processing { padding-right: 2em; background: right url(/images/common/form_processing.gif) no-repeat ; }

div#divccnumprelim { display: none; }


/* 
-----------------------------------------------------------------------------
 =Custom Forms - Customize your forms here
----------------------------------------------------------------------------- */

