/* 
 * CSS for pricing.php
*/     

html {
   width:100%;
}

body {
   width:auto;
   background:#ffffff;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#000000;
}

form {
	margin:0px;
	background:#f2f2f2;
	border-top: none #555555;
	border-right: none #555555;
	border-bottom: none #555555;
	border-left: none #555555;
	width: 325px;
	height: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.textbox {
	border:1px solid #555555;
	background:#ffffff;
	width: 50px;
	font-size: 12px;
}

.button {
	width:58px;
	height:25px;
	background:#cccccc;
	font-size: 10px;
}

.cbutton {
	width:60px;
	height:25px;
	background:#00CCFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Dbutton {
	width:47px;
	height:25px;
	background:#cccccc;
	font-weight: bold;
	font-size: 10px;
}
