body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #3B5998;
	display: block;
}

p {
	margin-bottom: 1em;
}

p.description {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 2em;
}

img.result {
	float: right;
	padding: 1em;
}

img.type {
	float: left;
	padding: 1em;
}

h1 {
	font-size: 1.6em;
	line-height: 2em;
}

h2 {
	font-size: 1.2em;
	line-height: 2em;
}

a {
  color: #3b5998;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline; 
}


#wrapper {
	margin: 1em auto;
	width: 760px;
}

#result {
	height: 275px;
	width: 500px;
}

#scores {
	width: 500px;
}

#scores li  {
	display: block;
	height: 110px;
	margin: 2em;
}

#questions li {
	list-style-type: none;
	margin-bottom: 1em;
}

#questions li input {
	align: center;
}

label {
	font-weight: bold;
	display:block;
	margin: 0.3em 0;
}

legend {
 	border: 1px solid #000;
	padding: 0.5em;
	font-weight: bold;
	background-color: #dfe3ee;
}

fieldset {
	border: 1px solid black;
	padding: 1.5em 2em;
	margin: 1em 2em;
	background-color: #dfe3ee;
}

/* begin form validation */
label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: #f00;
}

/* end form validation */

\\ facbook colors: 
\\ 	* #3b5998
\\	* #8b9dc3
\\	* #f7f7f7
\\	* #dfe3ee

