/* Reset ************************************************/
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,
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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
	-moz-outline: 1px dotted #666 !important;
	-moz-outline-offset: 1px !important;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************************************/
/* Elements												*/
/********************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:#FFF;
}

h1 {
	font-size:2em;
	font-weight:normal;
	padding:0 0 0 0;
}

h2 {
	font-size:1.8em;
	font-weight:bold;
	padding:0 5px 20px 5px;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	padding:0 0 20px 5px;
	line-height:1.2em;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 20px 0;
	line-height:1.3em;
}

p, li, td, th, blockquote {
	font-size:0.75em;
	line-height:1.4em;
}

p, ul, ol {	
	padding:0 0 20px 0;
}

li p, li li, li h4 {
	font-size:1em;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#000;
}
a:active, a:focus, a:hover {
	text-decoration:underline;
	color:#000;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.75em;
}
input, textarea {
	padding:0.25em 0.5em;
}

#page {
	width:960px;
	margin:0 auto;
	border-width:0px 1px 1px 1px;
	border-color:#dadada;
	border-style: solid;
	padding:10px;
}

#mime-form {
	margin:0 auto;
	padding:10px;
	margin:10px;
	border:1px solid #999999;
}

#mime-form-wait {
    display:none;
    visibility:hidden;
}

#mime-form-wait p {
    text-align:center;
}

#results h2 {
	padding:0px;
}

#ad {
	text-align:center;
	margin:10px;
}

#footer {
	font-size: 0.6em;
	text-align: right;
}

#results p strong , #intro p strong {
	background-color:rgb(64,64,64);
	padding:3px;
	color:rgb(255,128,0);
	font-weight:800;
}