div.form div.before
{
    float: left;
    display: block;
    margin-top: 10px;
}

div.form p
{
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0px;
}

div.form fieldset
{
    padding-bottom: 10px;
}



div.form .clear
{
    clear: both;
}


div.form label, div.form input, div.form select, div.form textarea, div.form img, div.label
{
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;

}

div.form div.input
{
    margin: 0px;
    padding: 0px;


}
div.form label, div.label
{
    width: 100px;
    display: block;
    float: left;
    clear: left;

    text-align: right;
}

div.form input, div.form select, div.form textarea, div.form span.input, div.form img
{
    display: block;
    float: left;
    clear: right;

    margin-left: 10px;
}

div.form span.anotherimagelink
{
    clear: both;
    display: block;
    padding-left: 160px;
    padding-top: 5px;
}


div.form input[type=text]
{
    width: 200px;
}

div.form textarea
{
    width: 350px;
    height: 100px;

    clear: none;
}
div.form input[type=submit]
{
    float: none;
    clear: both;
    display: block;
    margin-top: 20px;
}

div.form input[type=hidden]
{
    margin: 0px;
    padding: 0px;
    display: none;
}
div.form input[type=radio]
{
    clear: left;
    float: left;
    margin-top: 13px;
    height: 1em;
}
div.form div.radio label
{
    text-align: left;
    float: left;
    clear: right;

}


div.form div.checkbox
{
    display: block;
    float: left;
    clear: right;
}


div.users div.checkbox label
{
    display: inline;
    clear: none;
    text-align: left;
}


div.users ul div.checkbox
{
    display: inline;
    clear: none;
}

div.form ul li input
{
    display: inline;
    float: none;
}

div.form div.radio
{
    clear: both;
}

div.form ul ul
{
    padding-left: 30px;
}


div.services ul, div.locations ul
{
    list-style: disc inside none;
}

.hidden
{
    display: none;
}
#hidden
{
    display: none;
}

.visible
{
    display: block;
}
div.form div.error-message
{
    color: red;
    margin-top: 12px;
    margin-left: 10px;
    float: left;
}


div.form div.before
{
    float: left;
}

div.form div.after
{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    clear: right;
}

div.form div.info img
{
    margin: 0;
}

div.form div.optional
{
    color: red;
}
div.form div.floatleft
{
    float: left;

}


div.info{
    position:relative; /*this is the key*/
    z-index:24;
}

div.info:hover{z-index:25;}

div.info div{display: none}

div.info:hover div{ /*the span will display just on :hover state*/
                    display:block;
                    position:absolute;
                    top:2em; left:2em;
                    border:1px solid #0cf;
                    background-color:#cff; color:#000;
                    text-align: left;
                    padding: 5px;


}

div.photo
{
    float: left;
    padding: 10px;
}


div.questions div.photo
{
    float: left;
    padding: 2px;
    margin: 8px;
    text-align: center;
    border: 2px solid #5C94CB;
}

div.questions div.photo a
{
    text-decoration: none;
}

div.questions div.photo img
{
    margin: 5px;
    padding: 0px;

}




div.question_title
{
    text-align: center;
}

li.question
{
    margin-bottom: 15px;
}

.sessionflash
{
    color: red;
    font-weight: bold;
}


div.contactform label
{
    display: block;
    clear: both;
    float: left;
}

div.contactform input, div.contactform textarea
{
    width: 150px;
    display: block;
    float: left;
    clear: both;
}



div.color1
{
    background-color: #cee0f0;
}

div.color2
{
    background-color: #efefff;
}

div.contractor
{
    padding: 10px;
}

a#location_trigger
{
    cursor: pointer;
}

a.pointer
{
    cursor: pointer;
}

span.loginflash
{
    color: red;
    font-weight: bold;
}

div.table table
{

}

div.table table td, div.table table th
{
    padding: 5px;

    border-width: 1px;
    border-style: solid;
    border-color: black;
}


table.center
{
    margin-left: auto;
    margin-right: auto;
}

ul.three
{
    float: left;
    width: 180px;
}

div.project_counter
{

    text-align: center;
}

div.project_counter h3
{
    color: red;
}

div#gallery div.photo
{
    width: 150px;
    height: 150px;
}

div.logo
{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
}

div#description ul
{
    list-style: disc inside none;

}



div.form_section h2
{
    font-weight: bold;
}

div#contractor_form fieldset
{
    margin-left: 20px;

}


fieldset.collapsed div.collapsible
{
    display: none;
}

fieldset.collapsed div.collapse
{
    display: none;
}

fieldset.collapsed div.expand
{
    display: block;
}

fieldset.expanded div.collapse
{
    display: block;
}

fieldset.expanded div.expand
{
    display: none;
}



span.account_id
{
    font-weight: bold;
}


.attention
{
    color: red;
}

.mceEditor
{
    width: 600px;
}


div.form img.help_image
{
    cursor: pointer;
    padding:0;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
}

div.form legend img.help_image
{
    margin-top: 2px;


}

.inner-content {display:none;}
.parent-node{background:transparent url(/images/plus.gif) no-repeat scroll left center; cursor:pointer; text-decoration: none;}

.btn { display: block; position: relative; background: #C6E4EE; padding: 3px; color: #124284; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
/*
* {
padding:0;
margin:0;
list-style:none;
}

ul.rating{
background:url(/images/star2.jpg) bottom;
height:21px;
width:115px;
overflow:hidden;
}

ul.rating li{
display:inline
}

.rating a {
display:block;
width:23px;
height:21px;
float:left;
text-indent:-9999px;
position:relative;
}

.rating a:hover {
background:url(/images/star2.jpg) center;
width:115px;
margin-left:-92px;
position:static;
}

.rating a:active {
background-position:top;
}*/

/*             styles for the star rater                */
.star-rating{
    list-style:none;
    margin: 0px;
    padding:0px;
    width: 150px;
    height: 30px;
    position: relative;
    background: url(/images/star_rating.gif) top left repeat-x;
}
.star-rating li{
    padding:0px;
    margin:0px;
    height:30px;
    width: 30px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a{
    display:block;
    width:30px;
    height: 30px;
    line-height:30px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow:hidden;
}
.star-rating li a:hover{
    background: url(/images/star_rating.gif) left center;
    z-index: 2;
    left: 0px;
    border:none;
}
.star-rating a.one-star{
    left: 0px;
}
.star-rating a.one-star:hover{
    width:30px;
}
.star-rating a.two-stars{
    left:30px;
}
.star-rating a.two-stars:hover{
    width: 60px;
}
.star-rating a.three-stars{
    left: 60px;
}
.star-rating a.three-stars:hover{
    width: 90px;
}
.star-rating a.four-stars{
    left: 90px;
}
.star-rating a.four-stars:hover{
    width: 120px;
}
.star-rating a.five-stars{
    left: 120px;
}
.star-rating a.five-stars:hover{
    width: 150px;
}
.star-rating li.current-rating{
    background: url(/images/star_rating.gif) left bottom;
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
/* remove halo effect in firefox   */
a:active{
    outline: none;
}
.label-text{
    width:27%;
    float:left;
}
.input-text{
    margin:3px 0;
}
