#content{
text-align:center;
font-family:Arial, Helvetica, Verdana, sans-serif;
}
h1{
font-size:22px;
font-weight:bold;
color:#0A51A1;
}
h2 {
	padding-left: 10px;
	font-size:18px;
	}

.except{
line-height:18px;
}
#steps{
position:absolute;
bottom:6px;
left:68px;
}
.txt_steps{
color:#000000;
}
.check{
margin-left:20px;
}
#form_container{
position:absolute;
left:6px;
bottom:6px;
overflow:auto;
height:247px;
width:349px;
text-align:left;
}

#formed{
width:330px;
background:#D1D9EA;
font-size:11px;
}

label{
color:#000;
font-size:12px;
font-weight:bold;
margin:10px 10px 0px 10px;
}

p{
padding:10px 0px 5px 10px;
text-align:left;
}

.optional{
color:#555555;
font-weight:normal;
}

input, textarea{
margin:5px 5px 5px 0px;
border:0px;
background:#fff;
font-family:Arial, Helvetica, sans-serif;
}

textarea{
width:300px;
}


/* Values from first page */

#first_name{
width:200px;
}
#last_name{
width:200px;
}
#email{
width:200px;
}
#conf_email{
width:200px;
}
#address, #address2{
width:200px;
}
#city{
width:200px;
}
#zip_code{
width:80px;
}

#phone1, #phone2{
width:23px;
}

#phone3{
width:32px;
}


/* Values from second page */
#item{
width:200px;
}
#cost{
width:200px;
}
#guessed_age{
width:200px;
}
#length, #width, #depth, #weight{
width:100px;
}
#material, #color{
width:100px;
}
#restoration_cost, #opinionated_value{
width:100px;
}

#continue{
background-color: #cc0000;
color: #ffffff;
font-weight: bold;
padding: 2px 4px 2px 4px;
}

#photo1, #photo2, #photo3, #photo4, #photo4, #photo5, #photo6, #photo7{
width:250px;
}

#debug {
	position: absolute;
	top: -311px;
	left: -413px;
	width: 375px;
	height: 589px;
	background-color: #d4dbd3;
	padding: 20px;
	z-index: 1000;
	text-align: left;
	font-size: 8pt;
	overflow: scroll;
	}

.error_message {
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #cc0000;
	font-weight: bold;
	}

/* first page values end */


/* third page values */

