﻿/* form */
div.entryForm {
width:600px;
}
.entryForm .tinput {
height:12px;
width:120px;
display:inline;
}

.entryForm h2 {
border-bottom:1px solid #336600;
color:#336600;
font-size:115%;
margin:1.5em 0 0.5em;
padding-bottom:4px;
}

.entryForm h2 a {
color:#336600;
text-decoration:none;
}
fieldset label
{   
    margin-bottom:2px;
    margin-top:4px;
}

fieldset label input
{   
    margin-right:2px;
}

.property-stats ul {  
border-bottom:none;
width:auto;
float:none;
}
#ui-datepicker-div
{
    z-index:99999;    
}
fieldset .labeltext
{    
    width:100px;    
} 
.queryinput
{
    height:12px;
    width:788px;    
}
div.footer_button
{
    display:inline; 
    padding-top:15px;   
}
div.footer_button input
{
    float:left;
    margin-right:5px;    
}
#anchor-back, #anchor-back:hover
{
    background-color:#336600;
    border-left:1px solid #999999;
    border-top:1px solid #999999;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    font-weight:bold;
    height:19px;
    letter-spacing:-0.8px;
    margin-top:2px;
    padding:1px 2px 0 4px;
    text-decoration:none;
    width:46px;
}

