/*

   Web Form Style Sheet
   Author: Steven Bradford
   Date:   3/4/09

   Filename:         forms.css
   Supporting Files: none

*/

label.blockLabel		{
						 display: block;
						 position: relative;
						 margin: 12px 0px;
						}
label.blockLabel input	{
						 position: absolute;
						 left: 150px;
						}
#donationForm	span	{
						 color:red;
						}
label.indentLabel		{
						 margin-left:150px;
						}
#full_name						{width: 25em}

#select9						{ margin-left: 42px;width:auto}
#select8						{ margin-left: 95px;width:auto}
#addressOptions			{
						 width: 180px;
						 margin-left: 150px;
						}
#creditCard				{
						 position: absolute;
						 left: 150px;
						}

#expMonth				{
						 position: absolute;
						 left: 150px;
						}
#expYear				{
						 position: absolute;
						 left: 280px;
						}
fieldset				{
						 margin-bottom: 10px;
						 padding: 10px;
						/* background: white url(images/bg/back.jpg) repeat-x;
						background-color:rgb(237,233,223);*/
						}
