/* VERSIONS
/* 1_0: Default form styles for user-submissions
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Default Forms 	(fieldset styling helps with backwards compatability)
----------------------------------------------------------------------------- */
form{}
	form fieldset{
		border: 1px solid #ddd;
		margin: 0 0 .5em 0;
		}
		form fieldset legend{
			color: #000;
			font-size: 1.2em;
			}
		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;
				}
			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;
				} 
			body.layout-n1-p1-s1 form fieldset div select{ width: 42.5%; }
			body.layout-n1-p1-s0 form fieldset div select{ width: 41.9%; }
			form fieldset .short{
				width: 15% !important;
				}
			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 #submit{ padding-left: 42.7%;}
		form fieldset input.submit{
			float: none;
			width: 6em;
			}
		span.ccSep{padding: 0 .3em;}
		
			
/* 
-----------------------------------------------------------------------------
 =Interactivity
----------------------------------------------------------------------------- */
form fieldset span.addMore{
	float: right;
	display: block;
	margin: -.5em 0 1em;
	cursor: pointer;
	color: #069;
	}
	form fieldset span.expired{ cursor: text; color: #bbb; }

form fieldset span#modify{ cursor: pointer; margin: 0 .3em; }

/* 
-----------------------------------------------------------------------------
 =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%;
	z-index: 999;
	}

span.processing { padding-right: 2em; background: right url(/images/common/form_processing.gif) no-repeat ; }

div#divccnumprelim { display: none; }

/* 
-----------------------------------------------------------------------------
 =HostedPCI
----------------------------------------------------------------------------- */
#ccframe { width: 100%; height: 50px; }
#cciframeWrapper.required { background: url("/_infrastructure/images/forms/asterisk.gif") repeat-y scroll 90% 8%; }
div[id^="FormViewerWebPart"] label[for^="_0_"] { display: none; }


/* 
-----------------------------------------------------------------------------
 =Custom Forms - Customize your forms here
----------------------------------------------------------------------------- */
