/* CSS For Info Form  */

#info-low-form-callout {
	float: left;
	background: url(/images/showcase-low-form-callout-bg.png) no-repeat;
	height: 350px;
	width: 62px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12pt;
	color: #ffffff;
}

#info-form-callout {
	float: left;
	background: url(/images/form-high-callout-bg.png) no-repeat;
	height: 454px;
	width: 70px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12pt;
	color: #ffffff;
}

	#info-low-form-callout .vertical, #info-form-callout .vertical {
		display: block;
		position: absolute;
		height: 40px;
		width: 175px;
		text-align: center;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

	#info-low-form-callout .vertical { 
		margin: 95px 0 0 9px; 
	}	

	#info-form-callout .vertical { 
		margin: 95px 0 0 17px; 
	}	

	#info-low-form-callout .vertical a, #info-low-form-callout .vertical a:visited, #info-form-callout .vertical a, #info-form-callout .vertical a:visited {
		color: #ffffff;
	}
	
	#info-low-form-callout .vertical a:hover, #info-form-callout .vertical a:hover {
		color: #00c0ff;
	}

	/* Hack Firefox to accommodate vertical text hack margin mismatch */
	@-moz-document url-prefix() {
		 #info-low-form-callout .vertical, #info-form-callout .vertical { margin: 162px 0 0 -58px; }
	}

	/* Hack Chrome/Safari to accommodate vertical text hack margin mismatch */
	body:nth-of-type(1) #info-form-callout .vertical { 
		margin: 162px 0 0 -50px;# 
	}	
	
	body:nth-of-type(1) #info-low-form-callout .vertical { 
		margin: 162px 0 0 -57px;# 
	}	

#info-low-form {
	float: right;
	background: url(/images/info-low-form-bg.png) no-repeat;
	height: 454px;
	width: 278px;
	margin: 0 0 0 0;
	padding: 0 40px 0 20px;
}

#info-form {
	float: right;
	background: url(/images/info-form-bg.png) no-repeat 0 21px;
	height: 454px;
	width: 278px;
	margin: 0 0 0 0;
	padding: 0 40px 0 18px;
}

#info-form form, #info-low-form form {
	margin: 11px 0 0 0;
	padding: 0;
	font-weight: normal;
}

#info-form h3, #info-low-form h3 {
	margin: 42px 0 0 0; 
	padding: 0 0 0 0;
	font-size: 22pt;
	color: #4d8ba0;
	text-align: center;
}

#info-form .required, #info-low-form .required {
	color: #d68a00;
}

#info-form .short, #info-low-form .short, #info-form .long, #info-low-form .long, #info-form .country, #info-low-form .country {
	float: left;
	color: #afa696;
	border: 1px solid #f0d1cc;
}

#info-form .form-note, #info-low-form .form-note {
	display: block;
	margin-bottom: 0;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}

#info-form .short, #info-low-form .short {
	height: 18px;
	width: 128px;
	margin: 0 0 4px 0;
	padding: 2px 0 0 4px;
}

#info-form #first_name, #info-low-form #first_name {
	margin-right: 10px;
}

#info-form .long, #info-low-form .long {
	height: 18px;
	width: 272px;
	margin: 0 0 4px 0;
	padding: 2px 0 0 4px;
}

#info-form #country, #info-low-form #country {
	height: 22px;
	width: 278px;
	margin: 0 0 4px 0;
	padding: 2px 0 0 0;
	border: 1px solid #f0d1cc;
	color: #7d776b;
}

#info-form .radio, #info-low-form .radio {
	float: left;
	height: 18px;
	line-height: 18px;
	margin: 2px 0 0 0;
}

#info-form #postal_code, #info-low-form #postal_code {
	margin-left: 32px;
}

/* IE7 Hack for spacing issues with radio buttons */	
*:first-child+html #info-form #postal_code, *:first-child+html #info-low-form #postal_code {
	margin-left: 35px;
}

#info-form .non-required, #info-low-form .non-required {
	margin: 17px 0 0 0;
	color: #0195c7;
}

#info-form .non-required .short, #info-low-form  .non-required .short, #info-form .city, #info-low-form .city, #info-form .procedures, #info-low-form .procedures, #info-form .comments, #info-low-form .comments {
	color: #5baac5;
	border: 1px solid #a6e8ff;
}

#info-form #mobile_phone, #info-low-form #mobile_phone, #info-form #city, #info-low-form #city {
	margin-right: 10px;
}

#info-form #time_call, #info-low-form #time_call {
	height: 22px;
	width: 133px;
	margin: 0 0 4px 0;
	padding: 2px 0 0 0;
	border: 1px solid #a6e8ff;
	color: #1691bc;
}

/* Scrolling checklist */

#info-form .procedures, #info-low-form .procedures {
   background: #ffffff;
   list-style: none;
   height: 50px;
   overflow: auto;
   width: 274px;
}

#info-form .procedures, #info-low-form .procedures, #info-form .procedures li, #info-low-form .procedures li { 
	margin: 0; 
	padding: 0; 
}

#info-form .procedures label, #info-low-form .procedures label {
   display: block;
   padding-left: 25px;
   text-indent: -25px;
}

#info-form .procedures label:hover, #info-low-form .procedures label:hover {
	background: #5baac5; 
	color: #ffffff; 
}

/* Comments textarea */
#info-form .comments, #info-low-form .comments {
   background: #ffffff;
   height: 45px;
   width: 272px;
	margin: 4px 0 0 0;
	border: 1px solid #a6e8ff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 10pt;
}

#info-form-submit {
	background:url(/images/info-form-submit.gif) no-repeat;
	display: block;
	width: 273px;
	height: 38px;
	margin: 3px auto 0px auto;
	border: 0;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#info-form-submit:hover{
	background:url(/images/info-form-submit-up.gif) left top no-repeat;
}