.vertForm {
	
  background-color: #daf1fb;	
	
}

.vertForm fieldset
{
	display: block;
	margin: 0px;
	padding: 0px;
    border: none;
}

.vertForm legend
{
	font-size:12px;
	color:#000;
    font-weight: bold;
}

.vertForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

.vertForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.vertForm fieldset.radio label
{
	font-weight: normal;
}

.vertForm input
{
	display: block;
	width: auto;
}

.vertForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
    font-size: 11px;
}

.vertForm select
{
	display: block;
}

#resultholder
{
    width: 900px;
    padding: 0px;
    margin: 0px 30px 0px 30px;
    background: #fff;
    float: left;
}

#submitbox
{
    float: left;
    width: 128px;
    padding-top: 30px;
}

#submitbox .sbox
{
    float: left;
    width: 130px;
    clear: both;
    text-align: center;
    margin: 0 auto;
}

#docprog
{
    display: block;
    float: left;
}

#docsubmit
{
    display: block;
    float: left;
    cursor: pointer;
}

#doctormap
{
    width: 550px;
    height: 550px;
    float: left;
}

#doclist
{
    list-style-type: none;
    display: block;
    clear: left;
    width: 350px;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: left;
    margin: 0px;
    padding: 0px;
}

#doclist li.companymarker
{
    padding: 5px;
    clear: both;
}

#doclist li.companymarker:hover
{
    background: #e1eaf1;
    cursor: pointer;
	cursor: hand;
}

#doclist .firstdoc
{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

#doclist .docdata
{
    list-style-type: none;
    display: block;
    clear: both;
    float: left;
    margin: -12px 0px 5px 0px;
    padding: 0px 0px 0px 23px;
}

#doclist .doclett
{
    display: block;
    float: left;
    margin-right: 3px;
}

#pageind
{
    display: block;
    float: left;
    margin-left: 3px;
}

#resultcounts
{
    float: left;
}

#resultpagingbottom
{
    padding-top: 15px;
}

.docnext, .docprev
{
    font-weight: bold;
    font-size:12px;
    cursor: pointer;
    color: #004C71;
    float: left;
}

.docnext
{
    margin-left: 7px;
}

.docprev
{
    margin-right: 7px;
}

.docnext p, .docnext img, .docprev p, .docprev img
{
    display: block;
    float: left;
    padding: 0px;
}

.docnext p, .docprev p
{
    margin-bottom: 3px;
}

.choosedoc
{
    cursor: pointer;
    margin-left: 35px;
    margin-top: 5px;
}

#resultcounts
{
    font-weight: bold;
    font-size: 12px;
}

#docinstruc
{
    background-color: #daf1fb;
    border: 0px solid #006085;
    color: #000;
    font-weight: normal;
    margin: 0px;
}

#dserror
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
    padding: 20px;
}

.compname
{
    font-size: 12px;
    text-decoration: underline;
    color: #009DE7;
}
