/* get-updates.css */

html {
   background-color: #fff;
}

body
{
	width:701px;
   overflow-x:hidden;
   overflow-y:auto;
   background-color: #fff;
}

body.noscroll {
   overflow-y:hidden;
}

a {
   color: #7496b7;
}

#close-btn a
{
	display:block;
	height:21px;
	width:21px;
	background: url(/images/form/close_btn.jpg) no-repeat;
	text-indent:-5000px;
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
}

#close-btn a:hover
{
	background-position:0px -21px;
}

.error{
	position:absolute;
	color:#d70000;
	border:1px solid #d70000;
	padding-left:2px;
	padding-right:2px;
	background: url(/images/form/input_bg.jpg) repeat-x;
	font-size:10px;
	font-weight:bold;
	height:15px;
	line-height:15px;
	z-index:50;
	
}
.error .arrow
{
	display:block;
	height:5px;
	width:5px;
	background: url(/images/form/error_arrow.jpg) no-repeat;
	float:left;
	margin-top:7px;
}
.error div
{
	float:left;
}

#content #title-box
{
	width:660px;
}
#content #title-box h2
{
	width:300px;
	display:inline-block;
}

#content
{
   background-color: #fff;
	width:671px;
	height:550px;
	padding-top:15px;
	padding-left:35px;
	padding-right:35px;
	position:relative;
}
input
{
	border:1px solid #c3c3c3;
	height:18px;
	background: url(/images/form/input_bg.jpg) repeat-x;
	
	color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	line-height:12px;
	padding-top:2px;
	padding-left:5px;
}

/* Form Structure */
#submit
{
	float:right;
	text-indent:-5000px;
	display:block;
	margin-top:3px;
	width:201px;
	height:34px;
	background: url(/images/form/submit_btn.jpg) no-repeat;
	cursor:pointer;
}

#submit:hover
{
	background-position:0px -34px;
}

#form-details
{
	margin-top:10px;
}
#form-details h3
{
	font-size:19px;
	color:#6697b3;
}

.step-num
{
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

.step-desc
{
	font-size:11px;
	color:#666666;
}

.step-head
{
	margin-top:20px;	
}

.first-input
{
	width:197px;
}

.three-up
{
	width:203px;
	float:left;
}

.three-up span
{
	color:#7595a9;
	font-weight:bold;
	font-size:12px;
}

.three-up fieldset
{
	margin-left:10px;
}

/* Step One */

.grey-box
{
	padding:10px;
	background-color:#ebebeb;
	height: 180px;
}

.step-one {
   height: 20px !important;
}


.step-one fieldset
{
	display:block;
	float:left;
}

.step-one fieldset label
{
	color:#999999;
	font-weight:bold;
	line-height:20px;
	font-size:13px;
	height:20px;
	margin-right:10px;
}

.step-one .checkbox
{
	clear:left;
	margin-left:5px;
}

/* Step Two */
.step-two-label
{
	float:left;
	width:145px;
	margin-right:1px;
	height:225px;
}

.step-two-label span
{
	display:block;
	color:#7595a9;
	font-size:15px;
	font-weight:bold;
	height:30px;
	line-height:20px;
	text-align:right;
}

.step-two-inputs
{
	float:left;
	height:225px;
}

.step-two-inputs label
{
	display:none;
}

.step-two-inputs fieldset
{
	height:30px;
	position:relative;
	width:509px;
}

.step-two-inputs .phone-num
{
	font-size:18px;
	font-weight:bold;
	float:left;
	width:225px;
	
}

.step-two-inputs .phType
{
	width:75px;
	margin-left:5px;
	float:left;
	height:20px;
	
}

.step-two-inputs .phType label
{
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin-top:2px;
}

.step-three
{
	height:200px;
}

.step-three fieldset label
{
	display:block;
	height:15px;
	line-height:19px;
	color:#666666;
}


.step-four {
   height: 20px !important;
}

.step-four .grey-box
{
	height:20px;
	width:428px;
	float:left;
}

/* Custom Check Boxes*/

   .checkbox, .radio {
	   width: 20px;
	   height: 20px;
	   padding: 0 5px 0 0;
	   background: url(/images/form/radio_check.jpg) no-repeat;
	   display: block;
	   clear: left;
	   float: left;
   }

form .reset, form .privacy {
   float: right;
   border: 0;
	color: #7595a9;
   font: bold 11px Arial, sans-serif;
   background: transparent;
   display:block;
   margin: 18px 20px 0 0;
   padding: 0 !important;
   height: 18px;
}

form .privacy
{
	clear:both;
	cursor:pointer;
}

form .reset {
   margin: 15px 20px 0 0 !important;
   cursor:pointer;
}