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: bold;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
/*End Reset*/
/* Begin Alertpop */
#radiobox{
	position: absolute;
	top: 400px;
	left: -9999px;
	z-index: 100;
	height: 163px;
	width: 293px;
	padding: 0 10px 0 10px;
	background: url(images/bg_radio.png) left top no-repeat;
	text-align: center;
}

#radio_changer{
	margin: 25px 0 0 0;
        /margin: 1px 0 0 0;
}

#a394{
	width: 310px;
    height: 105px;
	z-index: 300;
}

.closebt{
	width: 41px;
	height: 15px;
	float: right;
	margin: 4px 20px 0 0;
        /margin: 4px 0px 0 0;
}


#radiobox h4{
	text-align: left;
	font: bold 12px tahoma,verdana,san-serif;
	color: #fff;
	cursor: move;
	overflow: hidden;
	margin: 5px 0 5px 10px;
	width: 96px;
        /width: 106px;
	float: left;
	}
