#services-left
{
    float:left;
    width:505px;
}

#services-right
{
    float:left;
    width:235px;
    padding-left:10px;
}

.services-bullets
{
    margin:0;
    padding:0;

}

.services-bullets li
{
    padding-left:15px;
    margin:0;
    list-style:none;
    background:url(../graphics/home-visits/bullet.jpg) no-repeat left center;
    color:#232728;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
}

.services-booking-form
{

}


.services-booking-form-left
{
    float:left;
    width:180px;
    text-align:right;
    padding-right:20px;
}

.services-booking-form-label
{
   
   font-family:"Trebuchet MS",Trebuchet,Arial;
   color:#333;
}

.services-booking-form-right
{
    float:left;
    width:300px;
}

.services-booking-form-row
{
    padding-top:8px;
}

.services-booking-form-text-input
{
    border:1px solid #666;
    background:#ccc;
    width:250px;
}

.services-booking-form-text-area
{
    width:250px;
    height:250px;
    border:1px solid #666;
    background:#ccc;
}

.services-booking-form-submit
{
    width:181px;
    height:31px;
    border:0;
    cursor:pointer;
    padding:0;
    margin:0;
    background:url(../graphics/send.jpg) no-repeat;
}

.services-booking-form-error
{
    color:#FF0000;
    font-weight:bold;
}