/* Blue small button */

a.btn_blue_small {
    background: transparent url(/img/button/blue_small_a.gif) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 13px Georgia, Times, serif;
    height: 21px;
    padding-right: 15px;
    text-decoration: none;
	}

	a.btn_blue_small span {
		background: transparent url(/img/button/blue_small_span.gif) no-repeat;
		display: block;
		line-height: 11px;
		padding: 5px 0 5px 15px;
		} 
	
	a.btn_blue_small:active, a.btn_blue_small:hover {
		background-position: bottom right;
		outline: none;
		}

		a.btn_blue_small:active span {
			background-position: bottom left;
			padding: 6px 0 4px 15px;
			} 
		
		a.btn_blue_small:hover span {
			background-position: bottom left;
			}
	
	a.btn_blue_small.small_after_big {
		margin: 5px 0 0 5px;
		}

/* Green big button */

a.btn_green_big {
    background: transparent url(/img/button/green_big_a.gif) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 18px Georgia, Times, serif;
    height: 31px;
    padding-right: 29px;
    text-decoration: none;
	}

	a.btn_green_big span {
		background: transparent url(/img/button/green_big_span.gif) no-repeat;
		display: block;
		line-height: 11px;
		padding: 10px 0 10px 29px;
		} 
	
	a.btn_green_big:active, a.btn_green_big:hover {
		background-position: bottom right;
		outline: none;
		}

		a.btn_green_big:active span {
			background-position: bottom left;
			padding: 11px 0 9px 29px;
			} 
		
		a.btn_green_big:hover span {
			background-position: bottom left;
			}

div#log_in a.btn_green_big {
	background: transparent url(/img/button/green_big_a_login.gif) no-repeat scroll top right;
	height: 39px;
	}

	div#log_in a.btn_green_big span	{
		background: transparent url(/img/button/green_big_span_login.gif) no-repeat;
		padding: 14px 0 14px 29px;
		}
		
	div#log_in a.btn_green_big:active, div#log_in a.btn_green_big:hover {
		background-position: bottom right;
		outline: none;
		}

		div#log_in a.btn_green_big:active span {
			background-position: bottom left;
			padding: 15px 0 13px 29px;
			} 

		div#log_in a.btn_green_big:hover span {
			background-position: bottom left;
			}

a.step_back {
	background: url(/img/button/step_back.gif) 0 0 no-repeat;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 16px;
	line-height: 15px;
	margin: 10px 0 10px;
	text-align: center;
	width: 60px;
	}

	a.step_back:hover,
	a.step_back:active {
		background: url(/img/button/step_back.gif) 0 -16px no-repeat;
		text-decoration: none;
		}

	a.margin { margin: -75px 0 10px; }