﻿.button_big_field
{
	display: inline-block;
    overflow: hidden;
	border: 0;
}

a.big_button_normal
{
    background: transparent url(../images_2/blue_button_end.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 18px arial, sans-serif;
    font-weight: bold;
    height: 48px;
    margin-right: 2px;
    padding-right: 16px; /* sliding doors padding; set same as end image width */
    text-decoration: none;    	
    border: 0;
    outline: 0;
}

a.big_button_normal:hover
{
    text-decoration: none;
    border: 0;
}

a.big_button_normal .textspan
{
    background: transparent url(../images_2/blue_button_start.png) no-repeat;
    display: block;
    line-height: 18px;
    height: 31px;  /* Padding and height = the outer div's height */
    padding: 12px 4px 5px 24px;	
    border: 0;
    color: #fff;
}

a.big_button_green
{
	background: transparent url(../images_2/green_button_end.png) no-repeat scroll top right;
}

a.big_button_green .textspan
{
    background: transparent url(../images_2/green_button_start.png) no-repeat;
    padding: 14px 7px 5px 24px;	
}

a.big_button_grey
{
	background: transparent url(../images_2/grey_button_end.png) no-repeat scroll top right;
}

a.big_button_grey .textspan
{
    background: transparent url(../images_2/grey_button_start.png) no-repeat;
    padding: 14px 7px 5px 24px;	
}

a.big_button_green_small
{
	background: transparent url(../images_2/green_button_small_end.png) no-repeat scroll top right;
	height: 32px;
}

a.big_button_green_small .textspan
{
    background: transparent url(../images_2/green_button_small_start.png) no-repeat;
    padding: 6px 4px 5px 17px;	
    height: 20px;
}

a.big_button_grey_small
{
	background: transparent url(../images_2/grey_button_small_end.png) no-repeat scroll top right;
	height: 32px;
}

a.big_button_grey_small .textspan
{
    background: transparent url(../images_2/grey_button_small_start.png) no-repeat;
    padding: 6px 4px 5px 17px;	
    height: 20px;
}

a.big_button_blue_fb
{
}

a.big_button_blue_fb .textspan
{
    background: transparent url(../images_2/blue_button_fb_start.png) no-repeat;
    padding: 14px 4px 5px 52px;
}

/* Front page form link button  */
a.link_button_big_form
{
	background: transparent url(../images_2/grey_btn_big_end.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 24px arial, sans-serif;
    font-weight: bold;
    height: 70px;
    margin-right: 16px;
    padding-right: 19px; /* sliding doors padding */
    text-decoration: none;    	
    border: 0;
    outline: 0;
}

a.link_button_big_form:hover
{
	text-decoration: none;
	border: 0;
}

a.link_button_big_form .textspan
{
	background: transparent url(../images_2/grey_btn_big_start.png) no-repeat;
    display: block;
    line-height: 14px;
    height: 70px;
    padding: 24px 4px 5px 64px;	
    border: 0;
    color: #fff;
}

a.big_button_lobby_blue, a.big_button_lobby_grey
{
    background: transparent url(../images_2/buttons/blue_lobby_end.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 16px verdana, arial !important;
    font-weight: bold !important;
    height: 71px;
    margin-right: 2px !important;
    padding-right: 11px !important; /* sliding doors padding; set same as end image width */
    text-decoration: none;    	
    border: 0;
    outline: 0;
}

a.big_button_lobby_blue:hover, a.big_button_lobby_grey:hover
{
    text-decoration: none;
    border: 0;
}

a.big_button_lobby_blue .textspan, a.big_button_lobby_grey .textspan
{
    background: transparent url(../images_2/buttons/blue_lobby_start.png) no-repeat;
    display: block;
    line-height: 18px;
    height: 54px !important;  /* Padding and height = the outer div's height */
    padding: 21px 13px 5px 23px !important;  /* Padding made for two lines */
    border: 0;
    color: #fff;
}

a.big_button_lobby_blue .text1, a.big_button_lobby_grey .text1
{
	white-space: nowrap;
}

a.big_button_lobby_blue .text2, a.big_button_lobby_grey .text2
{
	white-space: nowrap;
	font-size: 9px;
}

a.big_button_lobby_grey
{
	background: transparent url(../images_2/buttons/grey_lobby_end.png) no-repeat scroll top right;
}

a.big_button_lobby_grey .textspan
{
	background: transparent url(../images_2/buttons/grey_lobby_start.png) no-repeat;
}

a.big_button_kudos_blue
{
	background: transparent url(../images_2/buttons/kudos_blue_end.png) no-repeat scroll top right;
	height: 23px;
	padding-right:12px;
}

a.big_button_kudos_blue .textspan
{
    background: transparent url(../images_2/buttons/kudos_blue_start.png) no-repeat;
    padding: 2px 0px 2px 24px;	
    height: 23px;
    font-size:14px;
}

a.big_button_kudos_grey
{
	background: transparent url(../images_2/buttons/kudos_grey_end.png) no-repeat scroll top right;
	height: 23px;
	padding-right: 12px;
}

a.big_button_kudos_grey .textspan
{
    background: transparent url(../images_2/buttons/kudos_grey_start.png) no-repeat;
    padding: 2px 0px 2px 24px;	
    height: 23px;
    font-size:14px;
}

a.big_button_press_green
{
	background: transparent url(../images_2/buttons/press_end.png) no-repeat scroll top right;
	height: 23px;
	padding-right: 12px;
}

a.big_button_press_green .textspan
{
    background: transparent url(../images_2/buttons/press_start.png) no-repeat;
    padding: 2px 0px 2px 9px;
    height: 23px;
    font-size:14px;
}
