/**
	File:
		elements.css

	Validates:
		CSS Level 2.1

	Project: 
		RSPCA Questionnaire

	Author:
		Kristina Floyd

	Date Created:
		2008-07-01

	About:
		Contains styles for specific elements 

	File content:
		.floatRight
		.hr

	Notes:
		Place second in the cascade

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content 
		04	elements.css - Styles for specific page elements 
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	print.css - Print specific styles
*/






/* START .floatRight */
#fullWrapper .floatRight { float: right; }
/* END .floatRight */






/* START .hr */
#fullWrapper .hr { background: #93B0F2; border: none; height: 1px; font-size: 1px; margin: 10px 0; }
	#fullWrapper .hr hr { display: none; }
/* END .hr */






/* START #controls */
#fullWrapper #controls { font-size: 0.75em; font-weight: normal; padding-top: 10px; }
	#fullWrapper #controls input { cursor: pointer; float: right; }
	#fullWrapper #controls p { clear: both; float: right; margin-bottom: 25px; }
	#fullWrapper #controls img { margin-left: 10px; vertical-align: middle; }
	#fullWrapper #controls .back { float: left; background: transparent url(/images/back.gif); }
	#fullWrapper #controls .next { background: transparent url(/images/next.gif); }

	#fullWrapper #controls .btnStyle { border:none; width:75px; height:20px;}
	#fullWrapper #controls .btnBack { float: left; background: transparent url(/images/back.gif); }
	#fullWrapper #controls .btnNext { background: transparent url(/images/next.gif); }
/* END #controls */