fieldset.sectionwrap{ /*fieldset that wraps around each form "page" */
border-width:0;
padding:5px;
}

legend{ /*title shown at top of each form page */
font:bold 16px Arial;
color: darkred;
}

div.stepsguide{ /*div that contains all the "steps" text located at top of form */ 
width: 900px; /*width of "steps" container*/
overflow:hidden;
margin-bottom: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: 350px;
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:darkred;
color:white;
cursor:hand;
cursor:pointer;
}






  
 
 

#consultation-wrapper {

padding:10px 20px 0 25px;
font-family: 'Cardo',Georgia,Times,serif;
}

#consultation-wrapper p {
font-size:17px;
margin-bottom:15px;
}

#consultation-wrapper fieldset
{
    border: 0 none;
    margin-left: 70px;
    margin-bottom: 50px;
}

#consultation-wrapper legend
{
    font-family: 'Allan' ,Helvetica,Arial,sans-serif;
    color: #8B0000;
    font-size: 24px;
}

#consultation-wrapper dl {
width:750px;
clear:both;
}

#consultation-wrapper dt {
width:250px;
float:left;
text-align:right;
padding-top: 5px;
}

#consultation-wrapper dd{
width:410px;
float:left;
margin-left:5px;
}

#consultation-wrapper form label {
font-size:15px;
font-family: 'Cardo',Georgia,Times,serif;
font-weight:normal;
color:#000000;
}

#consultation-wrapper form input
{
    width: 276px;
    height: 22px;
    padding-left: 10px;
    border: 0px solid #ffffff;
    -webkit-box-shadow: inset 2px 2px 4px 0px rgba(9, 9, 9, .3);
    box-shadow: 2px 2px 4px 0 rgba(9, 9, 9, 0.3) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #E9E9E9;
    margin-right: 30px;
}

#consultation-wrapper form select {

padding-left:10px;
border: 0px solid #ffffff;
-webkit-box-shadow: inset 2px 2px 4px 0px rgba(9, 9, 9, .3);
box-shadow: 2px 2px 4px 0 rgba(9, 9, 9, 0.3) inset;
-webkit-border-radius: 5px;
border-radius: 5px; 
background-color:#E9E9E9;
margin-right:30px;
padding-top:3px;
height:22px;
width:100px;
}


.horizontal-ruler {
width:300px;
background-color:#333333;
height:2px;
margin-bottom:10px;
}

#consultation-wrapper form  input.small-input {
width:92px;
}
#consultation-wrapper form textarea.small-textarea
{
    width: 276;
    height: 40px;
}
#consultation-wrapper form textarea.big-textarea
{
    width: 276;
    height: 300px;
}
#consultation-wrapper form textarea {
height:90px;
width: 276px;
border: 0px solid #ffffff;
-webkit-border-radius: 5px;
-webkit-box-shadow: inset 2px 2px 4px 0px rgba(9, 9, 9, .3);
box-shadow: 2px 2px 4px 0 rgba(9, 9, 9, 0.3) inset;
border-radius: 5px; 
background-color:#E9E9E9;
}

#consultation-wrapper form dl.chkbox dd {
margin-top:6px;
}

#consultation-wrapper form dl.chkbox dd label {
margin-right:20px;
margin-left:-10px;
}

#consultation-wrapper form dl.chkbox input {
    height:13px;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 1px;
    width: 20px;
}

#consultation-wrapper form fieldset.problem {
margin-left:12px;
}

#consultation-wrapper form fieldset.problem  legend {
margin-left:58px;
}

#consultation-wrapper form fieldset.problem dt {
width:208px;
}

#consultation-wrapper form fieldset.problem textarea {
width:310px;
}

#consultation-wrapper form input.button
{
    margin-left: 100px;
    margin-bottom: 20px;
    background-color: #8B0000;
    color: #FFFFFF;
    width: 80px;
    font-weight: bold;
    cursor: pointer;
}
#consultation-wrapper form
{
    padding: 50px 25px 50px 25px;
    margin-bottom: 13px;
    background-color: #F0F8F8;
}