body {
	margin: 0;
	padding: 0;
	border: 0;
}

img {border: 0;}

div, p, span, td, ul, ol, li {
	margin: 0;
	padding: 0;
}

.hotnote {color: #f47d00 !important;}

p {margin: 5px 0 15px 0;}

ul {
	list-style-type: none;
}

/* linkkien oletusarvot */
a:link { color: #f47d00; text-decoration: none;}
a:visited { color: #f47d00; text-decoration: none;}
a:hover { color: #f47d00; }
a:active { color: #f47d00; }



div.takemebackup {
background:#fff;
border-left:1px solid #2f2f2f;
border-right:1px solid #2f2f2f;
border-bottom:1px solid #2f2f2f;
padding:0px 1px 1px 1px;
float:left;
}


div.takemebackup a{
background:#fff url('/img/backBg2.png') repeat-x left top;
padding:2px 8px 2px 8px;
display:block;
color:#2f2f2f;
}

div.takemebackup a:hover{
background:#fff url('/img/backBg.png') repeat-x left top;
padding:2px 8px 2px 8px;
display:block;
color:#fff;
}

.hilight div.takemebackup {
background:#fff;
border-left:1px solid #2f2f2f;
border-right:1px solid #2f2f2f;
border-bottom:1px solid #2f2f2f;
padding:0px 1px 1px 1px;
float:left;
}


.hilight div.takemebackup a{
background:#fff url('/img/backBg2.png') repeat-x left top;
padding:2px 8px 2px 8px;
display:block;
color:#2f2f2f;
}

.hilight div.takemebackup a:hover{
background:#fff url('/img/backBg.png') repeat-x left top;
padding:2px 8px 2px 8px;
display:block;
color:#fff;
}

/* listavalikkojen linkit ovatkin harmaita */
#content ul li a { color: #515151; }
#content ul li a:hover { color: #f47d00; }

span.hot { color: #f47d00; }

.clearer {
	clear: both !important;
	line-height: 1px;
	height: 1px;
/*	padding-bottom:5px;
	padding-top:5px;*/
}

.L{
float:left;
display:block;
width:450px;
margin-right:10px;
}

.R{
float:left;
display:block;
width:440px;
}

div#dmxbutton{
background:#fff;
padding:1px;
border:1px solid #2f2f2f;
width:120px;
}
	input.dmx {
	 	background: #fff url('../img/buttonbg.png') scroll repeat-x left top;
		padding:10px;
		text-align: center;
		font-weight: bold;
		color: #fff !important;
		font-size:11px;
	}
	
	input.dmx:hover {
	 	background: url('../img/buttonbg2.png') scroll repeat-x left top;
		background-color: #fff;
		text-align: center;
		font-weight: bold;
		color: #2f2f2f !important;
	}
