/*
@@@deb not sure what these do...
body { 
	background: #fff;
	}
form#blank {
	margin: 0;
	padding: 0;
	}*/
	
	/*
    @@@deb #formbox h2 now has a margin-top to control space between form and header
#content {
	padding: 54px 0 54px 0;
	position: relative;
	}*/
	#formbox {
		background: url(/images/form/footer.gif) center bottom no-repeat;
		min-height: 103px;
		padding: 0 0 60px 0;
		/*width: 960px;*/ /* @@@deb messes up customizations */
		text-align:left;
		}
	#formbox h2 {
		background: url(/images/form/header.gif) 0 0 no-repeat;
		color: #fff;
		font-size: 2em;
		font-weight: normal;
		height: 35px;
		margin: 20px auto 0 auto; /* @@@deb try centering with "auto" instead of hard coded left margin */
		padding: 8px 0 0 24px;
		width: 544px;
		}
	#formbox #topHalf {
		background: #fff url(/images/form/top-gradient.gif) top left repeat-x;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		margin: 0 auto 0 auto; /* @@@deb try centering with "auto" instead of hard coded left margin */
		min-height: 50px; /* @@@deb reduced for case of session key only */
			height: auto !important;
			height: 50px;
		padding: 30px 23px 10px; /* 4869 reduce bottom padding to reduce space above join session button when there are no optional fields */
		width: 520px;
		}
	#formbox #bottomHalf {
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		background: #fff url(/images/form/bottom-gradient.gif) bottom left repeat-x;
		margin: 0 auto 0 auto; /* @@@deb try centering with "auto" instead of hard coded left margin */
		min-height: 85px; /* 4869 reduced for case of no optional fields */
			height: auto !important;
			height: 125px;
		padding: 0 23px 50px; /* 4872 bottom padding leaves room for audio info */
		width: 520px;
		position:relative; /* 4872 So that audio info can be relative to bottom */
		}
	#topHalf #required {
		border-bottom: 1px solid #e6e6e6;
		margin-bottom:20px; /* 4869 ensures space between dividing line and bottom half */
		min-height: 50px;
			height: auto !important;
			height: 50px;		
		width: 520px;
		}
	#topHalf #allrequired {
		min-height: 50px;
			height: auto !important;
			height: 50px;		
		width: 520px;
		}
	#topHalf p {
		color: #000000;
		padding: 0px 0 26px 0;
		margin-bottom: 0;
		margin-top: 0;
		}
	#topHalf .ssn_heading {
		color: #000;
		text-align: center;
		font-size: 2em;
		border-bottom: 1px solid #e6e6e6;
		min-height: 90px;
			height: auto !important;
			height: 90px;	
		margin-bottom:20px; /* ensures space between dividing line and bottom half */
	}
	#topHalf li {
		text-align: left;
		font-size: 1em;
	}	
	#topHalf #noSession {
		background: url(/images/form/icon-warning.gif) no-repeat;
		background-position:left top;
		min-height:30px;
		}
	#topHalf #pleaseWait {
		background: url(/images/form/Waiting.gif) no-repeat;
		background-position:left top;
		min-height:30px;
		}	
	#topHalf #ssnConnected {
		background: url(/images/form/ssnstarted.jpg) no-repeat;
		background-position:100px top;
		min-height:30px;
	}		
	#bottomHalf p {
		color: #999999;
		padding: 0px 0 26px 0;
		margin-bottom: 0;
		margin-top: 0;
		}
		#bottomHalf #sessionLinks p {
			color: #000;
			font-size: 1.4em;
			line-height: 2em;
			padding: 0 0 28px 0;
			margin: 0;
			min-height: 37px;
				height: auto !important;
				height: 37px;
			text-align: right;
			}
			#bottomHalf #sessionLinks p a {
				color: #000;
				text-decoration: underline;
				}
				#bottomHalf #sessionLinks p a:hover,
				#bottomHalf #sessionLinks p a:active {
					text-decoration: none;
					}
			#bottomHalf #sessionLinks p#help {
				padding: 0 56px 10px 0;
				}
	#formbox fieldset {
		border: none;
		min-height: 31px;
			height: auto !important;
			height: 31px;
		margin: 0 0 26px 0;
	}
	#topHalf label {
		background: url(/images/form/lbl-background.gif) 0 0 no-repeat;
		display: block;
		float: left;
		height: 29px;
		width: 147px;
		color:White;
		font-size:1.8em;
		padding: 2px 0 0 10px;
		}	

	#formbox .hint_small {
		color: #565656;
		margin: 0 0 0 25px;
	}
	#formbox .hint_large	
	{
		color: #565656;
		padding:0 0 0 162px;
	}	
	#formbox input 
	{
		font-size:1.4em;
	}
	#formbox .input_small {
		background: url(/images/form/input-small.gif) 0 0 no-repeat;
		_background: url(/images/form/input-small.gif) 0 0 no-repeat fixed;
		border: none;
		float: left;
		display: inline;
		height: 31px;
		padding: 0;
		margin: 0 0 0 0;
		width: 90px;
		}
		#formbox .input_small input {
			-webkit-appearance:caret; /* eliminates shadow inside input fields in Safari/iPad */
			background: transparent;
			border:none;
			padding: 0 5px 0 5px;
			margin: 8px 0 0 0;
			width: 80px;
			}
	#formbox .input_large {
		background: url(/images/form/input-large.gif) 0 0 no-repeat;
		_background: url(/images/form/input-large.gif) 0 0 no-repeat fixed;
		border: none;
		float: left;
		display: inline;
		height: 31px;
		padding: 0;
		margin: 0 0 0 0;
		width: 360px;
		}
		#formbox .input_large input {
			-webkit-appearance:caret; /* eliminates shadow inside input fields in Safari/iPad */
			background: transparent;
			border: none;
			padding: 0 5px 0 5px;
			margin: 8px 0 0 0;
			width: 350px;
			}
	#bottomHalf label {
		font-size: 1.5em;
		color: #999999;
		width: 132px;
		float: left;
		display: block;
		text-align: right;
		padding: 3px 25px 0 0;
		}
	#bottomHalf p#forAudio {
		background: url(/images/form/hdr-for-audio.gif) 0 0 no-repeat;
		color: #565656;
		height: 14px;
		line-height: 14px;
		margin: 0 auto auto 18px;
		padding: 0 0 20px 23px;
		width: 497px;
		bottom:0px; /* 4872 position audio info relative to bottom of bottomHalf */
		position:absolute; /* 4872 position audio info relative to bottom of bottomHalf */
		}
	#bottomHalf .centered 
	{
		text-align:center;
	}
	#bottomHalf p.message
	{
		font-size:14px;
		margin-bottom:25px;
	}
	#bottomHalf #tryAgain
	{
	/*	font-size:14px;
		margin-bottom:25px;
		background-color:#e8d9d9;
		border:solid 2px #cc3333;
		padding:10px;
		text-align:center;*/
	}
	#bottomHalf .waiting {
		background: url(/images/form/Waiting2.gif) no-repeat; /* same as Waiting.gif but workaround IE bug where animated gif stops */
		background-position:150px top;
		min-height:30px;
		padding-top:10px;
		text-align:center;
		}				
			
	#formerrorbox {
		width: 519px;
		min-height: 31px;
			height: auto !important;
			height: 31px;
		background: #f3e2e2;
		border: 1px solid #db7777;
		margin: 0px 0 10px 0;
		position:relative;
		top:-18px; /* allow error box to consume some whitespace on top 
		/*float: left;*/
	}
	#formerrorbox p {
		margin: 0;
		padding: 5px;
		color: #c02d2d;
		font-weight: bold;
		}
	#formbox .formbutton {
		display: block;
		height: 37px;
		text-indent: -9000px;
		float: right;
		}
	#formbox .joinbutton {
		width: 169px;
		background: url(/images/form/btn-join-session.gif) 0 0 no-repeat;
		}
		#formbox .joinbutton:hover,
		#formbox .joinbutton:active {
			background: url(/images/form/btn-join-session.gif) 0 -54px no-repeat;
		}
		#formbox .joinbutton.inactive {
			background: url(/images/form/btn-join-session.gif) 0 -108px no-repeat;
		}
		
	#formbox .joinbtncustom {
		width: 169px;
		background: url(/images/form/btn-join-session-custom.gif) 0 0 no-repeat;
		}
		#formbox .joinbtncustom:hover,
		#formbox .joinbtncustom:active {
			background: url(/images/form/btn-join-session-custom.gif) 0 -54px no-repeat;
		}
		#formbox .joinbtncustom.inactive {
			background: url(/images/form/btn-join-session-custom.gif) 0 -108px no-repeat;
		}		
			
	/* needed on mac safari */
	#formbox input:focus {
		outline-width:0;
		}

	a#keepWaiting {
		background: url(/images/form/btn-keep-waiting.gif) 0 0 no-repeat;
		display: block;
		height: 37px;
		text-indent: -9000px;
		width: 145px;
		float: right;
		text-align: left;
		margin: 0 0 0 22px;
		}
		a#keepWaiting:hover,
		a#keepWaiting:active {
			background: url(/images/form/btn-keep-waiting.gif) 0 -37px no-repeat;
			}
	a#changeGA {
		background: url(/images/form/btn-change.gif) 0 0 no-repeat;
		display: block;
		height: 37px;
		text-indent: -9000px;
		width: 145px;
		float: right;
		text-align: left;
		margin: 0 0 0 22px;
		}
		a#changeGA:hover,
		a#changeGA:active {
			background: url(/images/form/btn-change.gif) 0 -37px no-repeat;
			}
	p#stopWaiting 
	{
		color:#565656;
		text-align: center;
		font-size: 1.4em;
		padding: 15px 0 15px 0; /* move stop waiting link up*/
		margin: 0 0 0 0;
	/*	height:60px;*/
		}		
