/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 6
   Case Problem 1

   Subscription Form Style Sheet
   Author: Zeina Nasreldine	
   Date:   March 1, 2010

   Filename:         sform.css
   Supporting Files: 

*/


#subPlans	{
		background-color: white;
		padding: 5px;
		margin-bottom: 20px;
		text-align: center;
		}

#subPlans label	{margin-right: 15px;}


.floatLabel	{
		display: block;
		float: left;
		clear: left;
		width: 150px;
		margin-bottom: 10px;
		text-align: right;
		}

.floatCtrl	{
		display: block;
		float: left;
		margin-left: 20px;
		margin-bottom: 10px;
		text-align: left;
		}

#agreeLabel 	{
		width: 600px;
		margin: 20px 0px;
		text-align: center;
		}

#payment	{
		background-color: white;
		clear: left;
		width: 400px;
		margin-left: 100px;
		padding: 5px;
		}

#buttons	{
		margin: 10px 0px;
		border-style: none;
		text-align: center;
		}	
