html{
    height: 100%;
}

body{
    height: 100%;
}

.body1{
    background: url("images/bg.gif");
    margin: 0px;
    height: 100%;
}

.body2{
    background: url("images/sec_bg.jpg");
    margin: 0px;
    height: 100%;
}

td {
	font-family : Verdana;
	font-size : 11px;
	color : Black;
}

h1{
    font-size: 18px;
    font-weight: bold;
    color: #B48C7F;
    font-style: italic;
}

h2{
    font-size: 12px;
    font-weight: bold;
}

input {
	font-family : Verdana;
	font-size : 11px;
	color : Black;
	border : 1px solid #4B4845;
}

textarea {
	font-family : Verdana;
	font-size : 11px;
	color : Black;
	border : 1px solid #4B4845;
}

select {
	font-family : Verdana;
	font-size : 11px;
	color : Black;
	border : 1px solid #4B4845;
}

.contentcell{
    padding-left: 10px;
    vertical-align: top;
    
    background: #FFFFFF; 
    border: 1px solid #4B4845;
    
    min-height: 500px;
    height: auto;   
    *height: 100%;   
}



.searchbutton{
    background-image: url("images/go-button.jpg");
}