#form-page {
   
    margin: 0;
    padding: 0;
    font: 12px/1.4 Arial;
    color: #000;
}

#form-page #navigation {
	background-image:none;
}
	

#form h2 span {
	color: #224499;
}

/* Heading and Steps */
#form h2.first-child {
	margin-bottom:10px;
	font-size: 24px;
	text-align: center;
}

#form div.container-b h3 {
	float: left;
	margin: 0 0 10px 0;
	+margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	line-height: 1;
}

#form div.container-b p.steps {
	float: right;
	
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 1;
	margin: 0 0 10px 0;
	+margin: 0;
}

	#form div.container-b p.steps span,
	#form div.container-b p.steps strong {
		padding: 2px 8px;
	}
	
	#form div.container-b p.steps strong {
		background: #eee;
		color: #000;
		
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

/* White Bar (is this div needed? why not float h4 and p 50% width each? (p will need class...)) */
#form div.container-b div.bar {
	clear: both;
    margin-top: 5px;	
	padding: 25px 10px 10px 0;
	border-top:solid 1px #E5E5E5;
	_height: 1%;
	_width: 495px;
	+display: inline-block;
}

#form div.container-b div.bar:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

	 #form div.container-b div.bar h4 {
	    font-size:13px;
		float: left;
		margin: 0;
		margin-top:10px;
		line-height: 1;
		color: #224499;
		padding:10px 0 0 10px;
	}
	
	#form div.container-b div.bar p {
		float: right;
		margin: 0;
		line-height: 1;
		font-size: 10px;
	}
	#form div.container-b h3
	{
	   font-size:14px;
	}

/* Actual Form */
#form form  {
	padding: 0px 10px 0;
}

	#form form p {
		position: relative;
		padding-right: 310px;
		margin: 9px 0;
		font-weight: bold;
	}
	
		#form form p br {
			display: none;
		}

		#form form p span label {
			font-weight: normal;
		}

		#form form p span {
			position: absolute;
			left: 210px;
			top: 0;
			width: 150px;
		}

            #form form select, #form form label span input {
				width: 97%;
				margin:6px 0;
			}

		#form form p strong {
			position: absolute;
			left: 380px;
			top: 1px;
			width: 110px;
		
			font-weight: normal;
			font-size: 10px;
			color: #224499;
		}
	
		#form form p.last-child {
			position:relative;
			width: 320px;
			margin:17px 0 0;
			padding:0px 0 30px;
			text-align: right;
		}
		
			#form form p.last-child img#verisign {
				position:absolute;
				left:0;
				top:-21px;
			}

/* JS-added arrow */
body #form div.container-b h3{
	padding-left: 53px;
	font-size:18px;
}

body #form div.container-b {
	position: relative;

	background:#fffff2;
}


body #form div.container-b form h3{
	padding-left: 0;
	font-size:18px;
}
#form-arrow {
	background: url(gfx/icons/arrow-orange-transparent.gif) no-repeat;

	width: 43px;
	height: 55px;
	
	position: absolute;
	left: 14px;
	top: 10px;
}

#form .phone-1, #form .phone-2 {
    width: 26px;
    padding: 0 3px;
}

#form .phone-3 {
    width: 31px;
    padding: 0 2px;
}

#privacyPolicyLink {
    margin-right:  99px;
    font-size: 10px;
}

#form-page .col-a {
    width: 495px;
	float: left;
}

#form-page .col-b {
    width: 180px;
	float: right;
	padding-top: 49px;
}

.field-error{
	background-color: crimson;
	color: white;
	
}
#form form label span input.zip {
    width: 45px;
	padding: 0 2px;
}

#form form label span span.pre_field {
    font-weight: bold;
    position: absolute;
    left: -8px;
    top: 1px;
    width: 10px
}

#form form label span span.post_field {
    font-weight: bold;
    position: absolute;
    left: 152px;
    top: 1px;
}

#form form p strong#form-short {
    left: 330px;
}
    #form form p strong#form-short select {
        width: 60%;
    }
    
	#form-header {
	    font-size: 24px;
	    margin-top: 22px;
	    margin-bottom: 24px;
	    margin-left: 10px;
		font-weight:bold;
	}
	
    #form-header span {
    	color: #224499;
    }
    
#form-page div#no-padding {
    padding-top: 0;
}

    #form p.last-submit{
        margin-bottom:15px;
        height:50px;
    } 
    #form p.last-submit span 
	{  
		position: absolute;
		left: 170px;
		top: 0;
    }


.bar span {
    position: relative;
    top: -20px;
    left: 10px;
    float: right;
    font-size: 10px;
    color: #616161;
    background: url(gfx/icons/lock.gif) top right no-repeat;
    padding-right: 13px;
}

.input-error{
	border:groove 1px red;
	padding:2px;
	background:#FF8294;
}

#form p{
	padding:4px;
	color:#222;
	}
	
p.odd{
/*	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#E4FFDF;
	*/
}

#safe-n-sound
{
    background: url(gfx/icons/lock.gif) 1px 7px no-repeat;
}
