﻿#jsoff 
{
	position: relative;
	margin: 10px auto 1em auto; 
	padding: 5px 10px 10px 60px;
	width: 655px;
	font-size: 10px;
	text-align: left;
	background: url(/images/jscheck/icon_warning.gif) 10px 50% no-repeat #ffc;
	border: 1px solid #c62929;
}

#jsoff h2 {
	margin: 0; 
	padding: 0;
	font-size: 11px;
	color: #c62929;
	background: 0;
	font-weight:bold;
}

#jsoff p 
{	
	margin: 0; 
	font-size: 11px;
}
#jsoff ul { margin: 5px 0 5px 16px; padding: 0; }
#jsoff li 
{
	font-size: 10px; 
	background: url(/common/images/jscheck/bull_sml_red.gif) no-repeat 0 1px;
	padding: 0 0 0 10px;
	list-style-type: none;
}


/* BEGIN STEPS CSS
--------------------------------*/
#js-guide #page-title {
width: 433px;
}

#js-guide p {
margin-top: 0;
font-size: 11px;
}

#step1 .text, #step2 .text, #step3 .text {
float: left;
width: 300px;
font-size: 11px;
}

#step1 { background: url(/images/jscheck/icon_st1.gif) 0 0 no-repeat; }
#step2 { background: url(/images/jscheck/icon_st2.gif) 0 0 no-repeat; }
#step3 { background: url(/images/jscheck/icon_st3.gif) 0 0 no-repeat; }

#step1, #step2, #step3 {
margin: 0 0 2em 0; 
padding: 0;
padding-left: 40px;
}

#step1 img, #step2 img, #step3 img {
	float: right;
	/*margin-left: 20px;*/
}

#btnGuide
{
	position:absolute;
	top:55px;
	right:55px;
	background-image: url(/images/jscheck/RedButBG.gif);
	background-repeat: no-repeat;
	width: 86px;
	height: 30px;
	text-align: center;
	padding: 0;
}

#btnGuide .fs-small
{
	margin-top: 7px;
	font-weight :bold;	
}


#btnGuide a:link, #btnGuide a:visited, #btnGuide a:hover, #btnGuide a:active
{
	text-decoration:none;
	color: #ffffff;	
}
