/* CSS Document */
	

	
#budget-container	{
	width:940px;
	height: 780px;
	position: relative;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image: url(../images/budget-checker-back-mar-11.gif);
	padding: 160px 0px 0 0px;

}

#budget-income	{
	width:940px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 190px 0px;

}


#budget-DEBT	{
	width:240px;
	height: 130px;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 480px;

}

#budget-results	{
	width:220px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 500px;

}

#budget-details	{
	width:700px;
	height: 130px;
	position: relative;
	margin: 0 auto;
	padding: 90px 0px 0px 0px;

}

.texta { 
 font-size: 20px; 
 background-color: #ffffff; 
 border: 1px solid #35689B; 
}

.textb { 
 font-size: 17px; 
 background-color: #ffffff; 
 border: 1px solid #35689B; 
}



