

form div label{
     display:block;
     float:left;
     width:130px;
    min-height: 24px;

}
form div,form div div{
    clear: both;
}
form div div div{
    padding: 0px;
}

div.two-colum div{
	width:900px;   
	overflow:hidden;
}
div.two-colum div div{
	float:left;	
	width:300px;
	
}
div.two-colum div input,div.two-colum div select{
	width: 150px;
}
form div input,form div textarea{
    /*width: 500px;     */
}
input.button{
    width: 100px;
}
form div textarea{
    height: 100px;   
}
h4{
	background-color:#CCCCCC;
	border-bottom:solid 1px #999999;
    padding: 5px;
}

.comment{
    font-style: italic;
    color: #999;
}
#search label{
    float: left;
}
