/*************************

	Mindshare Technologies

	Support:
	Robert Jones <rjones@mshare.net>
	Robert McAllister <rmcallister@mshare.net>
	
	Table of Contents:
	1. Structural Elements
	2. General Elements
	3. Specific - Home

	Notes:

*************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none; }
:focus {
	outline: 0; }
ins {
	text-decoration: none; }
del {
	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*************************
	Stuctural Elements
*************************/

body {
		font-family: arial, helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		color: #000;
		background-color: #fff; }

#wrapper {
		margin: 16px auto 0px auto;
		width: 600px; }
		
#content {
		background-color: #fff; }
		
#options {
		padding-top: 28px;
		padding-left: 43px; }
		
#options p {
		margin-bottom: 15px; }
		
.selector {
		margin-bottom: 10px; }
		
.selectors {
		margin-bottom: 20px; }
		
#countries {
		margin-left: 38px; }
		
#stateSelector {
		display: none; }
		
#states {
		margin-left: 38px; }
		
#citySelector {
		display: none; }
		
#cities {
		margin-left: 38px; }
		
#nameContainer {
		display: none; }
		
#names {
		margin-left: 38px; }
		
#next {
		cursor: pointer;
		margin: 25px auto;
		width: 43px;
		height: 27px; }

/*************************
	General Elements
*************************/

.clear {
		clear: both; }

/*************************
	Specific - Home
*************************/
