@charset "utf-8";


body
{
	color:#fff;
	background-color:#17438d;
	background-image:url(../graphics/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	margin:0px;
	padding:0px;


}
#get_code_table strong
{
	font-size:16px;
}

.step_title strong
{

	font-size:17px;
}
/* number style */
#number {
	margin: 10px 0 40px;
	padding: 0;
}
#number li strong
{
	color:#666666;

	font-size:22px;
	text-shadow:none;
	line-height:140%;
}
#number li {
color:#999999;
text-shadow:none;
	padding: 3px 0 6px 55px;
	margin: 0 0 20px;
	list-style: none;
		line-height:140%;

}
#number h3 {
	font: bold 170%/110% Arial, Helvetica, sans-serif;
	margin: 3px 0 5px;
	color: #666;
}
#number .item1 {
	background: url(../graphics/number1.png) no-repeat;
}
#number .item2 {
	background: url(../graphics/number2.png) no-repeat;
}
#number .item3 {
	background: url(../graphics/number3.png) no-repeat;
}
#number .item4 {
	background: url(../graphics/number4.png) no-repeat;
}
#number .item5 {
	background: url(../graphics/number5.png) no-repeat;
}
/* number style */
.step_title
{
	padding:15px;
	background-color:#333333;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	background-image: url(../graphics/gray.jpg);
}
.step_holder
{
	margin-left:20px;
	margin-bottom:10px;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCCCCC;
	
}
#steps
{

	line-height:140%;
}
.step
{

		line-height:140%;
	float:left;
	text-align:left;
	width:100px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	margin-right:15px;
	color:#000;
	text-shadow:none;

	font-size: 22px;
	border-top:1px solid #FFFFFF;
}
.step_details strong
{
	font-size:18px;
	font-weight:normal;
		line-height:140%;
}
.step_details
{

	float:left;
}

