body{
	cursor: default;
	overflow: hidden;
    font: 12px Tahoma;
	background-color: #ddd;
}

td {
    font: 12px Tahoma;
	vertical-align:top;
}

h1 {
    font: bold 12px Verdana;
	text-align: center;
	padding: 2px;
	margin: 1px;
	width: 100%;
	color: white;
	background-color: black;
}

hr {
	height: 1px;
	color: black;
}

a {
	margin: 1px;
	width: 100%;
	background-color: white;
}

a:hover {
	color: white;
	background-color: black;
}

.minusInput {
	width:78px;
	background-color: transparent;
}

.radio {
	width:18px;
}

i {
	cursor: pointer;
	font: 11px Webdings;
	text-align: center;
	width: 18px;
}

input {
    font: 12px Tahoma;
	padding: 1px 5px 1px 5px;
	margin: 0px 1px 0px 1px;
    border: 0px;
    width: 62px;
	height: 17px;
}

button {
    font: 12px Tahoma;
	padding: 1px 5px 1px 5px;
	margin: 0px 1px 1px 1px;
    border: 0px;
	height: 17px;
}


#settings1 {
    position: absolute;	
    left: 0px;
    top: 0px;
	width: 480px;
}

#settings2 {
    position: absolute;	
    left: 320px;
    top: 0px;
	width: 320px;
}