	body { font-size: 12px; }
	
	a, a:link, a:active, a:focus, a:visited, a:hover, a img { color: #ff0000; text-decoration: underline; border: none; }
	
	select {
		/* global SELECT Styles */
		border: 1px solid #111111;
		color: #111111;
		background: #f6f6f6;
	}
	
	.subTitle {
		/* make subtitles a little more prominiant */
		color: #666666;
	}
	
	a.submitLink {
		/* submit link for styling form submits */
		clear: left;
		float: left;
		font-size: 15px;
		padding: 5px 15px;
	}
	
	a.submitLink:hover {
		/* submit link for styling form submits */
		font-size: 15px;
		color: #111111;
		background: #666666;
	}
	
	.preview {
		/* preive div,  if you alter the image withs in /?photos, alter the widths in this */
		float: left;
		width: 130px;
		padding: 3px;
		border: 1px solid #666666;
		margin: 0px 4px 5px 0px;
	}
	
	.lastPreview {
		/* no right margin on last rows :) */
		margin-right: 0px;
	}
	
	.preview select {
		/* options select in 'photos' preview boxes */
		float: left;
		width: 130px;
	}
	form,
	#action {
		/* main content container stlyes */
		float: left;
		width: 580px;
		margin: 20px 0px;
		padding: 10px;
		background: #333333;
	}
	
	form span {
		/* give input titles a little bit of pretty. */
		float: left;
		width: 100px;
		padding-top: 3px;
	}
	
	#editor {
		/* editor styles */
		width: 580px;
		height: 400px;
	}
	
	
	#allGalleries {
		/* ul style */
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	#allGalleries li {
		/* Display ALL Galleries */
		list-style: none;
		float: left;
		width: 580px;
		padding: 0px;
		margin: 4px 0px;
		background: #333333;
	}
	
	#allGalleries li span {
		/* make title area contant length */
		float: left;
		width: 410px;
		padding: 4px 0px 4px 20px;
	}
	
	#allGalleries li a {
		float: left;
		width: 50px;
		padding: 4px 0px;
	}
	
	#currentPagesSelect {
		/* set a margin and width for the current lage select/option box. */
		margin: 0px 0px 0px 10px;
		width: 300px;
	}
