/*
 *
 *
 *
 */

a {
	color: #47a;
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
}

abbr {
	border-bottom: 1px solid #ddd;
	cursor: help;
	padding: 2px 3px;
}

body {
	background: #eee;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

img {
	outline: none;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

object {
	outline: none;
}

p {
	margin-top: 0;
}

select {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	/* Makes for the same height as <input> and look better on Mac. */
	height: 40px;
	margin: 0;
}

table {
	border-spacing: 0;
}

table tr td {
	padding: 0;
}

textarea {
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	/* In case of a wrapping <div style='line-height: 0;... */
	line-height: 20px;
	margin: 0;
	padding: 9px;
	width: 280px;
}

ul {
	list-style-type: square;
	margin: 0 0 10px;
}

