form#calculator {
	background: url(calculator.gif) right top no-repeat;
	width:520px;
	font-family:Verdana, Geneva, sans-serif;
	height:250px;
}
form#calculator label {
	width:174px;
	color:#fff;
	float:left;
	clear:left;
	display:inline;
	margin-bottom:5px;
}
form#calculator input#gigabytes, form#calculator input#telephone, form#calculator input#name {
	width:190px;
	float:left;
	display:inline;
}
form#calculator input#email,  form#calculator input#email2, form#calculator input#password, form#calculator input#password2  {
	width:208px;
	float:left;
	display:inline;
}
form#calculator input#submit {
	width:auto;
	clear:both;
	float:left;
}
p.rederror {
	color:red;
}

.ajax-loading {
	
	background:#fff url(spinner.gif) no-repeat scroll center center;

}
