fieldset.sectionwrap{ /*fieldset that wraps around each form "page" */
border-width:0;
padding:5px;
width:500px;
background-color:#CCCCCC;
}



legend{ /*title shown at top of each form page */
font:bold 18px Arial;
color: #000066;
padding-bottom:10px;
}

div.stepsguide{ /*div that contains all the "steps" text located at top of form */ 
width: 482px; /*width of "steps" container*/
overflow:hidden;
margin-bottom:8px;
margin-top:15px;
cursor:pointer;
}

div.stepsguide .step{ /*div that wraps around each "steps" text */
width:120px; /*width of each "steps" text*/
font: bold 24px Arial;
float:left;
}

div.stepsguide .disabledstep{ /*div that wraps around each "steps" text */
color:#C4C4C4;
}

div.stepsguide .step .smalltext{ /*small footer text inside "steps" text */
font-size: 13px;
font-weight: normal;

}

div.formpaginate{ /* CSS for pagination DIV container */
width: 500px;
overflow:hidden;
font-weight:bold;
text-align:center;
margin-top:1em;
}

div.formpaginate .prev, div.formpaginate .next{ /*CSS for "prev" and "next" SPAN elements within paginate container */
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:2px 5px;
background:#000066;
color:white;
cursor:hand;
cursor:pointer;
}

#content{
margin:auto;
position:relative;
background-image:url(images/bg3.jpg);
background-repeat:no-repeat;
width:901px;
height:700px;
}

#header{
width: 500px;
height:100px;
background-image:url(images/header.jpg);
margin:auto;
position:relative;
}

#footer{
width: 500px;
height: 25px;
margin:auto;
position:relative;
}

#link{
background-color: #003399;
width:115px;
height:65px;
float:left;
margin-top:125px;
margin-left:-70px;
}

#left{

width:245px;

float:left;

}
#right{

width:245px;

float:left;

}