body
{
	margin-left:7px;
	background-color: rgb(0,0,0);	 /* Set the page color to light blue */
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */
	
}


p
{
	font-family: Helvetica;
	font-size:11px;
	color:rgb(70,70,70);
	margin-left:33px;
	
}



a
{	
	color:rgb(70,70,70);
}

	 
	 
ul 
{	   
	padding: 0;	   
	margin-top:0;
	margin-right:10px;
	margin-bottom:6px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:18px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	width: 300px;
	background-color: rgb(255,255,255); 
	
	border-width: 2px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(255,0,0);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}
li
{	
	list-style-type: none;	
	padding-top:4px;		  
	padding-right:6px;		 
	padding-bottom:4px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:6px;	
}

a.button {
	
	/* Default positioning of button */
	display: block;
	margin-left: 13px ;
	width: 250px; /* if no width was set, the button would
	               expand to the width of its parent */
	text-align:center;
	line-height: 46px; /* will keep the text vertically
	                     centered on the 46px high button */				

	/* Font styling */
	font-family: Helvetica;
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
	-webkit-border-image: url(images/redButton.png) 0 14 0 14;
}

input {
	font-family:Heveltica;
	font-size:18px;
	width: 268px;
}

input.paypal {
	height: 22px;
	width: 50px;
	margin-left:130px;
}
/* 
a.button:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(images/blueButton.png) 0 14 0 14;
}
	*/


