﻿@charset "UTF-8";
	/* CSS Document */



#freeone
{
	float: left;
	width: 565px;
	height: 60px;
	background-image: url('../../common/images/sign_up.png');
	background-repeat: no-repeat;
	margin: 20px 0 20px 0;
	padding: 40px 0 0 80px;
	font-weight: bold;
	font-size: 17px;
}

#freetwo
{
	float: left;
	width: 565px;
	height: 60px;
	background-image: url('../../common/images/download.png');
	background-repeat: no-repeat;
	margin: 0px 0 20px 0;
	padding: 40px 0 0 80px;
	font-weight: bold;
	font-size: 17px;
}

#freethree
{
	float: left;
	width: 565px;
	height: 60px;
	background-image: url('../../common/images/call.png');
	background-repeat: no-repeat;
	margin: 0px 0 20px 0;
	padding: 40px 0 0 80px;
	font-weight: bold;
	font-size: 17px;
}


