﻿/*h1, h3, p {
    padding: 0;
    margin: 0;
}*/
	
.feature-text {
	font-size: 14px;
	color: #777;
}

.likeit {
    background-image: url('/images/features/like.png');
    background-repeat: no-repeat;
    padding-left: 225px;
    height: 36px;
    margin: 40px auto 20px auto;
    width: 170px;
}

.likeit a {
    background-image: url('/images/features/sign_up.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 38px;
    display: block;
}

.likeit a:hover {
    background-image: url('/images/features/sign_up_hover.png');
}		

.all-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}