/* Main style */
html{
	height: 100%;
	width: 100%;
}
body {
	font: normal 12px Arial;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 1003px;
}
table {
	font: normal 12px Arial;
}
img {
	border: 0;
}
form{
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #5B8ECA;
	text-decoration: underline;
}
	a:hover, a:active {
		text-decoration: none;
	}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
	h1{
		font-size: 28px;
		margin: 4px 0;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 14px;
		font-weight: bold;
		color: #F7772A;
	}

#container{
	margin: 0;
	padding: 0;
}
#layout{
	min-height: 100%;
	_height: 100%;
	padding: 0;
	width: 852px;
	margin: 0 auto;
}
	#header{
		padding: 20px 0 0 0;
		background: url('/images/header_bg.jpg') 270px 17px no-repeat;
	}
		#steps{
			float: right;
			width: 257px;
			height: 46px;
			padding: 0 0 0 0;
			background: url('/images/steps_bg.gif') 0 0 no-repeat;
		}
			.step1 #steps{
				background-image: url('/images/steps_bg_1.gif');
			}
			.step2 #steps{
				background-image: url('/images/steps_bg_2.gif');
			}
			.step3 #steps{
				background-image: url('/images/steps_bg_3.gif');
			}
			.done #steps{
				background-image: url('/images/steps_bg_done.gif');
			}
			#steps img{
				width: 46px;
				height: 46px;
				margin-right: 60px;
			}
	#start{
		margin: 48px auto 0 auto;
		width: 788px;
		background: url('/images/start_bg.jpg') 0 0 no-repeat;
		color: #fff;
		padding: 60px 32px;
		font-size: 16px;
	}
		.done #start{
			background: url('/images/done_bg.jpg') 0 0 no-repeat;
		}
	#button{
		margin: 0 auto;
		padding: 10px 0 48px 0;
		text-align: center;
	}
	#cloud{
		margin: 24px auto 0 auto;
		background: url('/images/steps_cloud.jpg') 0 0 no-repeat;
		width: 852px;
		height: 55px;
		overflow: hidden;
	}
		#cloud p{
			margin: 0;
			padding: 24px 24px 0 50px;
		}
			.step1 #cloud p{
				background: url('/images/step1.jpg') 12px 8px no-repeat;
			}
			.step2 #cloud p{
				background: url('/images/step2.jpg') 12px 8px no-repeat;
			}
			.step3 #cloud p{
				background: url('/images/step3.jpg') 12px 8px no-repeat;
			}
	#themes{
		float: right;
		padding: 24px 0 11px 0;
	}
		#themes h4{
			float: left;
			padding-right: 12px;
		}
	.pager{
		margin: 18px 0;
		font-size: 14px;
		line-height: 14px;
	}
		.pager b{
			display: inline-block;
			font-weight: normal;
			padding: 11px 9px;
			background: url('/images/page_bg.jpg') center top no-repeat;
		}
		.pager a{
			margin: 0 6px;
			font-weight: bold;
			font-size: 18px;
		}
	#templates{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#templates li{
			margin: 0;
			padding: 0;
			float: left;
			width: 212px;
			height: 240px;
		}
			#templates li img{
				width: 178px;
				height: 154px;
				border: #8C8C8C 1px solid;
			}
			#templates li h4{
				padding-bottom: 12px;
			}
				#templates li h4 a:link,
				#templates li h4 a:visited{
					text-decoration: none;
					color: #4177B6;
				}
				#templates li h4 a:active,
				#templates li h4 a:hover{
					text-decoration: underline;
				}
			#templates li input{
				margin: 10px 0 0 20px;
			}
	.row{
		overflow: hidden;
		margin: 24px 0 24px 12px;
	}
	.row_info{
		overflow: hidden;
		margin: 24px 0 24px 12px;
		height: 200px;
		border: 0px solid red;
	}
		#login_check_result{
			width: 120px;
			height: 30px;
			display: block;
			font-style: italic;
			margin: 6px 0 0 0;
			padding: 0 0 0 0;
		}
			#login_check_result img{
				float: left;
				margin: 0;
				padding: 0;
			}
			#login_check_result span{
				font-weight: normal;
				font-size: 11px;
				margin: 2px 0 0 5px;
				padding: 0;
			}
		.help{
			float: right;
			width: 382px;
			height: 79px;
			background: url('/images/help_bg.jpg');
			padding: 10px 18px 0 36px;
			line-height: 1.5;
		}
		.help_info{

			width: 800px;
			line-height: 1.5;
			background: url('/images/help_bg copy.jpg') no-repeat;
			height: 55px;
			vertical-align: middle;
			padding: 10px 20px 0 20px;
		}
		.in_50{
			width: 190px;
			height: 75px;
			float: left;
			overflow: hidden;
		}
		.row h4{
			margin: 8px 0;
		}
		.row input{
			width: 360px;
		}
			.row input.short{
				width: 130px;
			}
		.row span{
			color: #BDBDBD;
			font-weight: bold;
			font-size: 14px;
			margin: 0 12px;
		}
	#tarifs{
		list-style: none;
		margin: 0;
		padding: 12px 0 0 0;
		width: 370px;
		overflow: hidden;
	}
		#tarifs li{
			margin: 0;
			padding: 0;
			width: 49%;
			float: left;
			height: 32px;
		}
			#tarifs li input{
				width: auto;
				margin-right: 12px;
			}

	#wathsnext{
		margin: 12px 0;
	}
		#wathsnext p{
			padding-left: 20px;
			background: url('/images/num_1.jpg') left top no-repeat;
		}
			#wathsnext p.num2{
				background-image: url('/images/num_2.jpg');
			}
			#wathsnext p.num3{
				background-image: url('/images/num_3.jpg');
			}
			#wathsnext p.num4{
				background-image: url('/images/num_4.jpg');
			}
			#wathsnext p.num5{
				background-image: url('/images/num_5.jpg');
			}
			#wathsnext p.num6{
				background-image: url('/images/num_6.jpg');
			}

	#final{
		margin: 24px 0;
	}
		#final img{
			margin: 4px 0;
		}
	#support{
		float: right;
		width: 350px;
		background: url(/images/support.jpg) left 16px no-repeat;
		padding: 48px 0 48px 0;
		line-height: 170%;
	}
		#support .fright{
			width: 213px;
		}

#footer{
	clear: both;
	width: 782px;
	height: 46px;
	margin: -70px auto 0 auto;
	padding: 24px 0 0 70px;
	background: url('/images/footer_bg.jpg') 16px 16px no-repeat;
}

