/* ---- globals --
body {
	width: 525px;
	font-size:10pt;
	font-family:sans-serif;
} */

h6 {
	font-size: 14pt;
}

.schema-box {
	width: 525px;
	text-align: center;
}

#schema1 {
	height: 325px;
	background: url(ohm-1.png) 0 0 no-repeat;
	border: 1px solid #773800;
}

#schema2 {
	height: 360px;
	background: url(ohm-2.png) 0 0 no-repeat;
	border: 1px solid #773800;
}

.row {
	min-height: 50px;
	clear: both;
}

/* ---- first form -- */
#amps-a {
	width: 55px;
	position: relative;
	left: 195px;
	top: 5px;
	text-align: center;
}

#volts-a {
	width: 55px;
	position: relative;
	top: 60px;
	left: 90px;
	float: left;
}

#ohms-a {
	width: 75px;
	position: relative;
	top: 60px;
	left: 205px;
	text-align: right;
	float: left;
}

#watts-a {
	width: 55px;
	position: relative;
	top: 60px;
	left: 260px;
	float: left;
}

#solve-a {
	width: 55px;
	position: relative;
	top: 180px;
	left: -60px;
	float: left;
}

#reset-a {
	width: 55px;
	position: relative;
	top: 180px;
	left: -40px;
	float: left;
}

/* ---- second form -- */
#amps-b {
	width: 55px;
	position: relative;
	left: 195px;
	top: 5px;
	text-align: center;
}


#ohms1-b {
	width: 55px;
	position: relative;
	top: 5px;
	left: 280px;
	float: left;
	text-align: center;
	background: cyan;
}

#v1-b {
	width: 65px;
	position: relative;
	left: 337px;
	top: -5px;
	float: left;
}

#w1-b {
	width: 65px;
	position: relative;
	left: 265px;
	top: 35px;
	float: left;
}

#volts-b {
	width: 55px;
	position: relative;
	top: 20px;
	left: 90px;
	float: left;
	text-align: center;
	background: cyan;
}

#solve-b {
	width: 55px;
	position: relative;
	top: 20px;
	left: 120px;
	float: left;
}

#reset-b {
	width: 55px;
	position: relative;
	top: 55px;
	left: 56px;
	float: left;
}

#ohms2-b {
	width: 55px;
	position: relative;
	top: 30px;
	left: 280px;
	float: left;
	text-align: center;
	background: cyan;
}

#v2-b {
	width: 65px;
	position: relative;
	top: 20px;
	left: 337px;
	float: left;
}

#w2-b {
	width: 65px;
	position: relative;
	top: 60px;
	left: 265px;
	float: left;
}

#imp-b {
	width: 55px;
	position: relative;
	top: 20px;
	left: 275px;
	float: left;
}
