	#stars_top
		{background: url(../images/starstop.jpg) no-repeat;
		display: block;
		height: 227px;
		width: 700px;
		margin: auto;}
		#stars_top h1, #stars_top h2
			{text-indent: -50000px;}

	#stars_bottom
		{width: 700px;
		margin: auto;
		text-align: center;}
		#stars_bar1
			{width: 700px;
			height: 37px;		
			background: url(../images/starsbar1.jpg) no-repeat;}
			#stars_bar1 div
				{color: #F29A02;
				font-size: 11px;
				line-height: 12px;
				padding-top: 5px;}
			#stars_bar1 a
				{color: #FFF;
				text-decoration: none;}
			#stars_bar1 a:hover
				{text-decoration: underline;}

			#stars_bar2
				{width: 700px;
				height: 46px;		
				background: url(../images/starsbar2.jpg) no-repeat;
				font-size: 11px;}	
			#stars_bar2 div
				{color: #F29A02;
				font-size: 11px;
				letter-spacing: 7px;
				padding-top: 16px;}		
			#stars_bar2 a
				{color: #FFF;
					text-decoration: none;}
				#stars_bar2 a:hover
					{color: #FFF;
				text-decoration: underline;}	
					
	/**********FORM STYLES*********************/
	#namebox, #addressbox, #provincebox, #telephonebox
		{float: left;}
	#companybox, #citybox, #postcodebox, #emailbox
		{float: left;
		margin-left: 5px;}
	form
		{width: 600px;
		margin: auto;
		padding-bottom: 20px;}
	#formbox
		{background: #fcd832;
		border: 1px solid #828177;
		border-top: none;
		text-align: center;}
		#formbox1
			{width: 545px;
			margin: auto;
			margin-top: -5px;
			margin-bottom: 5px;}
		#formbox2
			{width: 545px;
			margin: auto;
			margin-bottom: 5px;}
		#formbox3
			{width: 545px;
			margin: auto;
			margin-bottom: 5px;}
		#formbox4
			{width: 545px;
			margin: auto;
			margin-bottom: 5px;}

	fieldset	
		{border: none;}

	#legend
		{width: 600px;
		height: 95px;	
		background: url(../images/starsbar3.jpg) no-repeat;
		font-size: 11px;}	
	#legend div
		{color: #FFF;
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 2px;
		font-weight: bold;
		padding-top: 20px;}		
	
	label
		{font-size: 12px;
		font-weight: 100;}
	input, textarea
		{background: #F6F6F6;}	
	#submitbox
		{margin-bottom: 10px;}			

