				/* FORM BEGIN */

#form {
	z-index:5;
	float:right;
	margin-left:0px; /* change to 70px for smaller form */
	width: 300px; /* change to 230px for smaller form */
	height: 350px; /* change to 375px for smaller form */
	border-top:10px solid white;  
	font-size:11px; 
	font-family:helvetica, verdana, sans-serif; 
}

#form p {
	margin:0;
	border-top: 9px solid white;  
}

.togglers {
	width: 290px; /* change to 220px for smaller form */
	padding: 5px;
	background-color: #eee;
	color: #000;
	font-family: geneva, sans-serif;
	font-size: 19.2px;
	font-family: helvetics, verdana, sans-serif;
	letter-spacing: -.05em;
	text-align: center;
	cursor: pointer;
	margin:0px;
}

#form .elements {
	background-color: #356b96;
	color: #96d0fa;
}

#form #stepOne {
	margin:0;
	background:  #356b96; 
	font-size:27px;
	color: #96d0fa;
	border-top: 0px;  
}

#stepTwo, #stepThree {
	background-color: #96d0fa;
	color: #96d0fa;
	font-size:27px;
}



/* The acc_ stuff was here */

#img_getstarted	 {
	margin:0px;
	padding: 0px;
	width: 300px; /* change to 230px for smaller form */
	height: 30px;
	background:  #356b96 url(../images/home_business.gif) no-repeat;
	background-position: 20px 0px; /* change to 'left 0px' for smaller form */
}

#img_residential {
	margin:0px;
	margin-left:45px;
	padding: 0px;
	width: 65px;
	height: 101px;
	background:  #356b96 url(../images/gettingstarted.gif) no-repeat;
	background-position: -30px -83px;
	cursor: pointer;
	/*border:1px solid black;    */
}

a:hover #img_residential {
	background:  #356b96 url(../images/gettingstarted.gif) no-repeat;
	background-position: -30px -193px;
}

#img_business {
	margin:0px;
	margin-left:40px;
	padding: 0px;
	width: 75px;
	height: 101px;
	background:  #356b96 url(../images/gettingstarted.gif) no-repeat;
	background-position: -185px -83px;
	cursor: pointer;
	/*border:1px solid black;    */
}

a:hover #img_business {
	background:  #356b96 url(../images/gettingstarted.gif) no-repeat;
	background-position: -185px -195px;
}

/* Beginning of centering text */
/* style="display:block;width:230px;text-align:center;font-size:12px;" */

.formInfo {
	display:block;
	width:250px;
	margin-left:25px;
	text-align:center;
	font-size:12px;
}

.formInput {
	display:block;
	width:170px;
	text-align:right;
	font-size:16px;
}

.formInput2 {
	display:block;
	width:170px;
	text-align:right;
	font-size:16px;
	margin-right:10px;
}

.formInline {
	display: inline-block;
	text-align:center;
	vertical-align:middle;
}

.inlineContainer {
	display:block;
	height:50px;
	vertical-align:middle;
}

#formInlineMarginTop {
	padding-top:7px;
}


#form_service {
	margin:0px;
	padding:0px;
}
/* End of Centering text */

#inputSrvLocation {
	visibility:hidden;
}

h3 {
	color: #356b96;
	margin: 10px 0 0 0;
	letter-spacing: -.05em;	
}

button {
	width: 64px;
	height: 20px;
	border: 0;
	background: url(../images/button.gif) no-repeat left top;  
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #356b96;
	overflow: hidden;
	margin: 0px;
	margin-top:21px;
}

#flashLoading {
}

/* Beginning of formSubmitInfo box and Transparency */

#formSubmitInfo {
	margin-left:130px;
	width:204px;
	padding-left:100px;
	background-color:#999;
	height:480px;
}

#noTransparency{
	position:absolute;
	color:#000;
	left:200px;
	top:190px;
}

.formZipCode {
	margin-left:28px;
}

/* End of formSubmitInfo box and Transparency */
				/* FORM END */
				

