/* Default Styles */
a {
    text-decoration:underline;
}

html body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	line-height:18px;
}

table, address, blockquote, pre, ul, ol, dl {
	margin:0 0 18px 0;
}

h1 {
	line-height:24px;
	font-size:24px;
	padding:6px 0;
	font-weight:bold;
}

h2 {
	line-height:20px;
	font-size:20px;
	padding:8px 0;
	font-weight:bold;
}

h3 {
	line-height:14px;
	font-size:14px;
	padding:2px 0;
	font-weight:bold;
}

h4, h5, h6 {
	font-weight:bold;
}

a {
	text-decoration:underline;
}

del {
	text-decoration:line-through;
}

ins {
	text-decoration:underline;
}

caption {
	font-style:italic;
	text-align:center;
	caption-side:top;
}

table {
	margin:0 0 17px 0;
}

td, th {
	border:1px solid black;
	height:17px;
	line-height:17px;
	padding:0 4px;
}

dt {
	font-weight:bold;
}

dd {
	margin-left:2.5em;
}

thead th {
	text-align:center;
	font-weight:bold;
}

tfoot td {
	font-style:italic;
}

p {
	margin:0 0 18px 0;
}

/* fieldsets need legend to maintain baseline */
fieldset {
	border:1px solid black;
	padding:9px;
	margin:0 0 17px 0;
}

/* Opera hacks */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	fieldset {
		margin:0 0 16px 0;
	}
}

/* Firefox hacks */
@-moz-document url-prefix()
{
	table {
		margin:0 0 18px 0;
	}
}

hr {
	height:1px;
	background-color:black;
	color:black;
	margin:0 0 17px 0;
	padding:0;
}

textarea {
	vertical-align:top;
	height:54px;
	width:190px;
}

input[type=text] {
	width:190px;
}

input[type=password] {
	width:190px;
}

select {
    width:190px;
}

input, select, button, textarea {
	vertical-align:text-top;
	top:5px;
	position:relative;
}

sub {
	position:relative;
	top:.3em;
	font-size-adjust:.5;
	line-height:normal;
}

sup {
	position:relative;
	top:-.5em;
	font-size-adjust:.5;
	line-height:normal;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ol {
	list-style:decimal inside;
}

ul {
	list-style:disc inside;
}
blockquote:before, q:before {
	content: "\201C";
}

blockquote:after, q:after {
	content: "\201D";
}

pre {
	font-family:courier, monospace;
}

kbd {
	border:1px solid black;
	border-width:1px 2px 2px 1px;
	padding:1px;
}

code, samp, var {
	font-family:courier, monospace;
}

samp {
	color: white;
	background: black;
	padding:2px;
}

dfn {
	font-style:italic;
}

fieldset
{
    border-color: #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input
{
    border: 1px solid #999;
}
