body {
	font-family: Arial;
	font-size: 13px;
}


.Title {
	height: 60px;
	width: 250px;
	display: block;
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.Message {
	height: 40px;
	width: 250px;
	display: block;
	color: red;
	text-align: center;
}
.copyright {
	color: #999999;
	text-align: center;
}

.CalcFormDisk {
	width: 250px;
	height: 40px;
	
	font-size: 30px;
	text-align: center;
}
.CalcForm#raid {
	width: 250px;
	height: 40px;
	
	background-color: transparent;
	font-size: 30px;
}
.CalcForm#calculate {
	width: 150px;
	height: 40px;
}
.CalcForm#clear {
	width: 95px;
	height: 40px;
}
.CalcFormCapacity {
	width: 250px;
	height: 40px;
	
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: orange;
}



.CalcTable {
	top: 50%;
	margin-top: 20px;
	
	border: 1px solid #CCCCCC;
}
.CalcTableLabel {
	width: 150px;
	padding-right: 10px;
	
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
.CalcTableValue {
	width: 270px;
	height: 50px;

}
.CalcTableSpacer {
	height: 15px;
}