@font-face 
{
    font-family:'RaphaelIcons';
    src: url('raphaelicons-webfont.eot');
	src: url('raphaelicons-webfont.eot?#iefix') format('embedded-opentype'),
		 url('raphaelicons-webfont.woff') format('woff'),
		 url('raphaelicons-webfont.ttf') format('truetype'),
		 url('raphaelicons-webfont.svg#raphaelicons-webfont') format('svg');    
		 font-weight: normal;
        font-style: normal;
}

.icon {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'RaphaelIcons';
    font-size: 2.0em;
    margin:5px 10px 5px 10px;
    padding:5px 5px 5px 5px;

    color: #fff;
    text-shadow:2px 1px 3px #000;
    clear:both;
}
.icon1 {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'RaphaelIcons';
    font-size: 16px;
    margin:5px 12px 5px 50px;
    padding:10px 15px 10px 0px;
    color: #fff;
    text-shadow:2px 1px 1px #000;
    display:inline;
}
