#mainview {
float:right;
width: 750px;
height: 600px;
border: #7C7E83 solid 0px;
}

.itemdiv{
max-height:120px;
overflow:auto;
}

#contentWrap {
	float:left;
	width: 250px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border: #7C7E83 solid 0px;
}

#add_butt input[type="text"] {
        border: 1px solid #ccc;
        height: 20px;
        width: 160px;
        padding: 4px 4px 0 4px;
    }

#add_butt select {
        border: 1px solid #ccc;
        height: 25px;
        width: 125px;
        padding: 4px 4px 0 4px;
        margin-right: 5px;
    }

#contentTop {
	padding: 5px;
}
 
#contentLeft {
	float: left;
	border: #7C7E83 solid 0px;
    padding: 5px;
}
 
.button_cell {
	list-style: none;
	margin: 0 0 4px 2px;
	cursor: pointer;
	height: 34px;
	background:url('../images/buttons/custom_buttons.png') no-repeat;
	border: #7C7E83 solid 0px;
	color:#000000;
    width: 162px;
	line-height: 1.6;
}

.button_image {
	background:url('../images/trickmenu/false.png') no-repeat;
	float:right; 
	padding:3px; 
	margin: 3px 0 0 7px; 
	border: #7C7E83 solid 3px;
	height: 10px;
	width: 10px;
}