body {
    font-family: Arial, Sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    width: 990px;
    margin: 5px auto 0px auto;
    padding: 0px;
}

#pagewidth {
    position: relative;
}

#content {
    margin: 0px;
    padding: 0px;
}
 
#block {
	margin: 40px 20px 20px 0px;
	width: 400px;
	overflow: hidden;
}
#buttonblock {
    margin: 20px 20px 20px 0px;
}

#content button.objdeftest, #content button.objdeftest a {
    color: #000000;
    width: 140px;
    margin: 5px 5px 5px 0px;
    text-decoration: none;
    cursor: pointer;
}

#userform {
    position: absolute;
    right: 85px;
    top: 10px;
    border: 1px solid #000000;	
	width: 500px;
	height: 200px;
    margin: 20px;
	overflow: scroll;
}

#mysqltool {
    clear: both;
    margin: 20px 0px 0px 0px;
}

div.button {
    display: block;
    float: left;
    font-family: Arial, Sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #994748;
    background-color: #FFFFFF;
    border: solid 1px #606060;
    width: 70px;
    padding: 5px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.row {
    width: 900px;
    height: 30px;
    border: 1px solid black;
    padding: 1px;
    margin: 2px;
}
.row div {
    overflow: hidden;
    height: 20px;
    width: 100px;
    float:left;
    border: 1px solid black;
    padding: 2px;
    margin: 2px;
}
.overflow {
    background-image: url(/images/shade.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
.overflowx {
    background-color: red;
    color: white;
}
.endrow {
    clear: both;
}

textarea {
	height: 160px;
}