/********** general styles **********/

*	{
	margin: 0;
	padding: 0;
}

body	{
	background-color: #c5d8bd;
	background-image: url(images/underflowers.png);
	background-position: center 80px;
	background-repeat: no-repeat;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: white;
} 

#wrapper	{
	position: relative;
	width: 420px;
	height: 650px;
	margin: 0 auto;
	background-image: url(images/formBkgd.png);
	background-position: top center;
	background-repeat: no-repeat;
}	

/********* styling to position the elements on the form *********/
#heading {
	position: absolute;
	margin: 20px 0 0 -30px;
}

#return	{
	font-weight: bold;
	text-align: center;
	margin: 15px 0 0 0;
}

#return a	{
	color: #8c6c8a;
}

#return a:hover	{
	color: #8e1386;
}

form	{
	padding: 55px 65px;
}

input {
	margin: 5px 0 5px 2px;
}

textarea	{
	margin: 5px 0 5px 20px;
}

#contact	{
	margin: 17px 0 -10px 0;
}

.contactMethod	{
	margin: 0 0 20px 50px;
}

.activity	{
	margin: 0 10px 0 10px;
}

select {
	margin: 5px 77px 0 0 ;
}

option	{
	padding: 3px 5px 0 5px;
}

#choose	{
	margin: 2px 0 -12px 0;
}

#comments	{
	margin: 12px 0 0 0;
}	

#submit, #reset	{
	margin: 10px 0 0 45px;
}

#activity1, #activity3, #activity5	{
	margin: 5px 5px 0 50px;
}

#activity2	{
	margin: 5px 5px 0 50px;
}

#activity4	{
	margin: 5px 5px 0 60px;
}

#activity6	{
	margin: 5px 5px 0 71px;
}

#flowersRight	{
	position: absolute;
	z-index: 10;
	bottom: 60px;
	left: 300px;
}

.label {
	text-align: right;
}





