body {
	margin-top: 10px;
}

.cell_left {
	width: 3px;
	background-image: url(/gfx/bg_left.png);
	background-repeat: repeat;
}

.cell_right {
	width: 10px;
        background-image: url(/gfx/bg_right.jpg);
        background-repeat: repeat-y;
}

.cell_bottom {
        background-image: url(/gfx/bg_bottom.png);
        background-repeat: repeat;
}

TD {
	font-family: tahoma,Sans-Serif;
	font-size: 11px;
	color: black;
}

.input {
	width: 120px;
	font-family: tahoma,Sans-Serif;
        font-size: 10px;
	border: 1px #000000 solid;
}

.submit {
	border: 1px $000000 solid;
	background-color: white;
	font-family: tahoma,Sans-Serif;
        font-size: 11px;
        color: black;	
}

