/*
 * CSS Document for Dotti's BMI Calculator
 * Author: Al Coon
 * email Al: aldwlz@gmail.com 
 * Web site: http://www.dottisweightlosszone.com
 *  Or :     http://www.dwlz.com
 
*/



BODY
 	{
	background: black;
	font-size: 10px;
	font-family: verdana,helvetica,sans-serif;  
	color: white;
	
	}

td
 	{ 
	font-size: 90%;
 	font-family: verdana,helvetica,sans-serif;  
 	}


/*
	Set the style for the name Dotti in the header
*/
 	
.dotti01
 	{
 	font-size: 36px;
 	font-weight: bold; 
 	font-family: "Brush Script MT", cursive;  
	color: #FFFF00; 
 	}


/*
	Set the style for the words BODY MASS in the header
*/
.dotti02
 	{
 	font-size: 36px;
 	font-weight: bold; 
 	font-family: cursive;  
	color: #FF0000; 
	font-family: Georgia,Times New Roman, serif; 
 	}

 	
/*
	Set the style for the word CALCULATOR in the header
*/
.dotti03
 	{
 	font-size: 36px;
 	font-weight: bold; 
 	font-family: "Comic Sans MS",fantasy;  
	color: #0080FF; 
 	}



/*
	Set the style for words Input Your
*/
.style08 {

 	font-size: 16px;
 	font-weight: bold; 
 	font-family: verdana,helvetica,sans-serif;  
	color:#CCCCCC;
	text-align: center;
}


/*
	Set the style for the Words Height & In
*/
.colhead01 {

 	font-size: 16px;
 	font-weight: bold; 
 	font-family: verdana,helvetica,sans-serif;  
	color:#FF877F;
	text-align: center;

}

/*
	Set the style for the Words Weight & In
*/
.colhead02 {

 	font-size: 16px;
 	font-weight: bold; 
 	font-family: verdana,helvetica,sans-serif;  
	color:#FFCDA0;
	text-align: center;

}



/*
	Set the style for the box holding one input column
*/
.inblock {

		width: 91px;
		height:178px;
		padding: 5px;
		font-size: 16px;
 		font-weight: bold; 
 		font-family: verdana,helvetica,sans-serif;  
		color:#FFFFFF;
		text-align: center;
		background: #black;
		border: 2px solid #F00;
		

}


/*
	Set the style for the Words Weight & In
*/
.unitz {

 	font-size: 10px;
 	font-weight: bold; 
 	font-family: verdana,helvetica,sans-serif;  
	color:#FFFFFF;
	text-align: left;

}



/*
	Set the style for the BMI Readback
*/
.unitz2 {

 	font-size: 12px;
 	font-weight: bold; 
 	font-family: verdana,helvetica,sans-serif;  
	color:#FFFFFF;
	text-align: left;

}

/*
	Set the style for the input boxes
*/
.inbox01 {

		width: 50px;
		height:19px;
		font-size: 12px;
 		font-weight: bold; 
 		font-family: verdana,helvetica,sans-serif;  
		color:#000;
		text-align: center;
		background: #FFF;
		border: 0px;
		

}