﻿
.bhm_form
{
    margin-top: 28px;
}

.bhm_form textarea, .bhm_form select
{
    font: 12px/12px Arial, Helvetica, sans-serif;
    padding: 0;
}

.bhm_form textarea
{
    width: 350px;
    height: 80px;
}

.bhm_form fieldset
{
    background: #e9edfa;
    padding: 10px;
    border: 1px solid #fff;
    border-color: #BBBBBB;
    margin-bottom: 10px;
    width: 463px;
}

.bhm_form fieldset.action
{
    background: #9da2a6;
    border-color: #797c80;    
    text-align:center;
}

.bhm_form dl
{
    clear: both;
}

.bhm_form dt
{
    float: left;
    text-align: right;
    width: 90px;
    line-height: 25px;
    margin: 0 10px 10px 0;
}

.bhm_form dd
{
    float: left;
    width: 275px;
    line-height: 25px;
    margin: 0 0 10px 0;
}
