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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    overflow: hidden;	
	font-family: Arial, Helvetica, sans-serif;
}
#top {
    height: 35px;
    background: #222222 url(images/logo.png) no-repeat left top;
    color: #FFFFFF;	
}
#iframe {
    width: 100%;	
}
.iframe-buttons {
	float: right;
	height: 35px;
}
.iframe-buttons a {
	display: inline-block;
	vertical-align: top;
	height: 14px;
	line-height: 13px;
	padding: 5px 15px;
	background: #ffa900 url(images/bg2.png) repeat-x left top;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	border: 1px solid #000;
	text-shadow: 1px 1px 0 #fdc821;
}
.iframe-buttons a:hover {
	background: #ffa900 url(images/bg1.png) repeat-x left top;
}
.iframe-switch {
	float: left;
	margin-left: 80px;
	height: 35px;
}
.iframe-switch select {
	height: 35px;
	border: 1px solid #222222;
	padding: 8px;
	background: #222222;
	color: #fff;
	font-weight: bold;
}