@charset "utf-8";
/* CSS Document */

div#scholarshipcalculator {
	width: 245px;
}

a{
	color:#532380;
}

div#calc_before {
	height: 12px;
	width: 245px;
	background: url("calc_img/calc_before.jpg") top center no-repeat;
}

div#calculator {
	width: 245px;
	padding: 10px 0px 5px 0px;
	background: url("calc_img/calc_bkg.jpg") top center repeat-y;
}

div#calc_screen {
	width: 200px;
	height: 145px;
	margin: 0 auto;
	background: url("calc_img/screen_bkg.jpg") top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color:#000000;
}

div#calctext{
	padding:5px;
	text-align:center;
}

.calc_copy {
	padding: 5px 8px 5px 8px;
	margin: 0px;
}

.calcinput{
	height:30px;
	font-size:30px;
	width:80px;
	text-align:center;
	color:#532380;
}

div#calc_form {
	vertical-align: middle;
}

div#calc_button {
	height: 52px;
	width: 164px;
	margin:auto;
}

div#calc_after {
	height: 20px;
	width: 245px;
	background: url(calc_img/calc_after.jpg) top center no-repeat;
}

