div#aspectRatioScreenTitle {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 20px;
}

div#aspectRatioScreen {
	position: relative;
	background-image: url('../images/tools/aspect_ratio_screen.gif');
	width: 575px;
	height: 460px;
	background-repeat: no-repeat;
}

div#screenWidth {
	position: absolute;
	top: 345px;
	left: 176px;
}

div#screenHeight {
	position: absolute;
	top: 175px;
	left: 456px;
}

div#screenDiameter {
	position: absolute;
	top: 180px;
	left: 185px;
}

div#screenRatio {
	position: absolute;
	top: 407px;
	left: 0px;
}

div#screenUnits {
	position: absolute;
	top: 377px;
	left: 0px;
}

div#calculateButton {
	position: absolute;
	top: 387px;
	left: 365px;
}

div#resetButton {
	position: absolute;
	top: 387px;
	left: 465px;
}

div#luxValue {
	font-weight: bold;
}