﻿.custom_slides .signup {
    background: #1b62a9 url(../images/resource/custom_slides/btn.png) left -3px repeat-x;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 15px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
}
	
	.custom_slides .signup:hover, .custom_slides .button:hover {
	text-shadow:none;	
}