@charset "utf-8";
/* CSS Document */

.wsb-button
	{
		display:table;
		width:100%;
		height:100%;
		overflow:hidden;
		text-decoration:none;
		cursor:pointer;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		*display:block;
		*width:auto;
		font-style:normal;
		font-weight:normal
	}

.wsb-button-content p
	{
	margin:0!important
	}


.wsb-button-content
	{
		display:table-cell;
		min-width:10px;
		min-height:18px;
		vertical-align:middle;
		text-align:center;
		*display:block
	}

.button,.button:link,.button:visited,.button:active
	{
		background:#348bcf;
		background:-moz-linear-gradient(top,#348bcf 0,#125ca6 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#348bcf),color-stop(100%,#125ca6));
		background:-webkit-linear-gradient(top,#348bcf 0,#125ca6 100%);
		background:-o-linear-gradient(top,#348bcf 0,#125ca6 100%);
		background:-ms-linear-gradient(top,#348bcf 0,#125ca6 100%);
		background:linear-gradient(to bottom,#348bcf 0,#125ca6 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #125ca6;
		border-radius:5px;
		padding:5px 10px
	}

.button:hover
	{
		background:#348bcf;
		background:-moz-linear-gradient(top,#125ca6 0,#348bcf 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#125ca6),color-stop(100%,#348bcf));
		background:-webkit-linear-gradient(top,#125ca6 0,#348bcf 100%);
		background:-o-linear-gradient(top,#125ca6 0,#348bcf 100%);
		background:-ms-linear-gradient(top,#125ca6 0,#348bcf 100%);
		background:linear-gradient(to bottom,#125ca6 0,#348bcf 100%);
		font-family:Arial,Verdana,sans-serif;
		color:black;
		border:1px solid #125ca6;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_green,.button_green:link,.button_green:visited,.button_green:active
	{
		background:#5fcf34;
		background:-moz-linear-gradient(top,#5fcf34 0,#1ea612 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5fcf34),color-stop(100%,#1ea612));
		background:-webkit-linear-gradient(top,#5fcf34 0,#1ea612 100%);
		background:-o-linear-gradient(top,#5fcf34 0,#1ea612 100%);
		background:-ms-linear-gradient(top,#5fcf34 0,#1ea612 100%);
		background:linear-gradient(to bottom,#5fcf34 0,#1ea612 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #5fcf34;
/*		border:1px solid #30A612; */
		border-radius:5px;
		padding:5px 10px
	}

.button_green:hover
	{
		background:#5fcf34;
		background:-moz-linear-gradient(top,#1ea612 0,#5fcf34 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1ea612),color-stop(100%,#5fcf34));
		background:-webkit-linear-gradient(top,#1ea612 0,#5fcf34 100%);
		background:-o-linear-gradient(top,#1ea612 0,#5fcf34 100%);
		background:-ms-linear-gradient(top,#1ea612 0,#5fcf34 100%);
		background:linear-gradient(to bottom,#1ea612 0,#5fcf34 100%);
		font-family:Arial,Verdana,sans-serif;
		color:black;
		border:1px solid #30A612;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}
		
.button_ltblu,.button_ltblu:link,.button_ltblu:visited,.button_ltblu:active
	{
		background:#91dafe;
		background:-moz-linear-gradient(top,#91dafe 0,#9187fe 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#91dafe),color-stop(100%,#9187fe));
		background:-webkit-linear-gradient(top,#91dafe 0,#9187fe 100%);
		background:-o-linear-gradient(top,#91dafe 0,#9187fe 100%);
		background:-ms-linear-gradient(top,#91dafe 0,#9187fe 100%);
		background:linear-gradient(to bottom,#91dafe 0,#9187fe 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #5c22fc;
/*		border:1px solid #30A612; */
		border-radius:5px;
		padding:5px 10px
	}

.button_ltblu:hover
	{
		background:#91dafe;
		background:-moz-linear-gradient(top,#9187fe 0,#91dafe 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9187fe),color-stop(100%,#91dafe));
		background:-webkit-linear-gradient(top,#9187fe 0,#91dafe 100%);
		background:-o-linear-gradient(top,#9187fe 0,#91dafe 100%);
		background:-ms-linear-gradient(top,#9187fe 0,#91dafe 100%);
		background:linear-gradient(to bottom,#9187fe 0,#91dafe 100%);
		font-family:Arial,Verdana,sans-serif;
		color:black;
		border:1px solid #5c22fc;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_red,.button_red:link,.button_red:visited,.button_red:active
	{
		background:#f00;
		background:-moz-linear-gradient(top,#f00 0,#c00000 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f00),color-stop(100%,#c00000));
		background:-webkit-linear-gradient(top,#f00 0,#c00000 100%);
		background:-o-linear-gradient(top,#f00 0,#c00000 100%);
		background:-ms-linear-gradient(top,#f00 0,#c00000 100%);
		background:linear-gradient(to bottom,#f00 0,#c00000 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #a61212;
		border-radius:5px;
		padding:5px 10px
	}
		
.button_red:hover
	{
		background:#f00;
		background:-moz-linear-gradient(top,#c00000 0,#f00 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c00000),color-stop(100%,#f00));
		background:-webkit-linear-gradient(top,#c00000 0,#f00 100%);
		background:-o-linear-gradient(top,#c00000 0,#f00 100%);
		background:-ms-linear-gradient(top,#c00000 0,#f00 100%);
		background:linear-gradient(to bottom,#c00000 0,#f00 100%);
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border:1px solid #a61212;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_pink,.button_pink:link,.button_pink:visited,.button_pink:active
	{
		background:#fc00b0;
		background:-moz-linear-gradient(top,#fe76d3 0,#fe00d3 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe76d3),color-stop(100%,#fe00d3));
		background:-webkit-linear-gradient(top,#fe76d3 0,#fe00d3 100%);
		background:-o-linear-gradient(top,#fe76d3 0,#fe00d3 100%);
		background:-ms-linear-gradient(top,#fe76d3 0,#fe00d3 100%);
		background:linear-gradient(to bottom,#fe76d3 0,#fe00d3 100%);
/*		background:linear-gradient(to bottom,#fc00b0 0,#fd0073 100%); */
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #a61212;
		border-radius:5px;
		padding:5px 10px
	}
		
.button_pink:hover
	{
		background:#fc00b0;
		background:-moz-linear-gradient(top,#fe00d3 0,#fe76d3 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe00d3),color-stop(100%,#fe76d3));
		background:-webkit-linear-gradient(top,#fe00d3 0,#fe76d3 100%);
		background:-o-linear-gradient(top,#fe00d3 0,#fe76d3 100%);
		background:-ms-linear-gradient(top,#fe00d3 0,#fe76d3 100%);
		background:linear-gradient(to bottom,#fe00d3 0,#fe76d3 100%);
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border:1px solid #a61212;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_dkred,.button_dkred:link,.button_dkred:visited,.button_dkred:active
	{
		background:#bf0001;
		background:-moz-linear-gradient(top,#bf0001 0,#980000 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bf0001),color-stop(100%,#980000));
		background:-webkit-linear-gradient(top,#bf0001 0,#980000 100%);
		background:-o-linear-gradient(top,#bf0001 0,#980000 100%);
		background:-ms-linear-gradient(top,#bf0001 0,#980000 100%);
		background:linear-gradient(to bottom,#bf0001 0,#980000 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #222222;
		border-radius:5px;
		padding:5px 10px
	}
		
.button_dkred:hover
	{
		background:#bf0001;
		background:-moz-linear-gradient(top,#980000 0,#bf0001 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#980000),color-stop(100%,#bf0001));
		background:-webkit-linear-gradient(top,#980000 0,#bf0001 100%);
		background:-o-linear-gradient(top,#980000 0,#bf0001 100%);
		background:-ms-linear-gradient(top,#980000 0,#bf0001 100%);
		background:linear-gradient(to bottom,#980000 0,#bf0001 100%);
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border:1px solid #222222;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_grey,.button_grey:link,.button_grey:visited,.button_grey:active
	{
		background:#fff;
		background:-moz-linear-gradient(top,#fff 0,#d1d1d1 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#d1d1d1));
		background:-webkit-linear-gradient(top,#fff 0,#d1d1d1 100%);
		background:-o-linear-gradient(top,#fff 0,#d1d1d1 100%);
		background:-ms-linear-gradient(top,#fff 0,#d1d1d1 100%);
		background:linear-gradient(to bottom,#fff 0,#d1d1d1 100%);
		border:1px solid #afafaf;
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border-radius:5px;
		text-decoration:none;
		padding:5px 10px
	}

.button_grey:hover
	{
		background:#fff;
		background:-moz-linear-gradient(top,#d1d1d1 0,#fff 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d1d1d1),color-stop(100%,#fff));
		background:-webkit-linear-gradient(top,#d1d1d1 0,#fff 100%);
		background:-o-linear-gradient(top,#d1d1d1 0,#fff 100%);
		background:-ms-linear-gradient(top,#d1d1d1 0,#fff 100%);
		background:linear-gradient(to bottom,#d1d1d1 0,#fff 100%);
		border:1px solid #afafaf;
		font-family:Arial,Verdana,sans-serif;
		color:black;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_orange,.button_orange:link,.button_orange:visited,.button_orange:active
	{
		background:#fcba5e;
		background:-moz-linear-gradient(top,#fcba5e 0,#ae1610 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcba5e),color-stop(100%,#ae1610));
		background:-webkit-linear-gradient(top,#fcba5e 0,#ae1610 100%);
		background:-o-linear-gradient(top,#fcba5e 0,#ae1610 100%);
		background:-ms-linear-gradient(top,#fcba5e 0,#ae1610 100%);
		background:linear-gradient(to bottom,#fcba5e 0,#ae1610 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #a61212;
		border-radius:5px;
		padding:5px 10px
	}
		
.button_orange:hover
	{
		background:#f00;
		background:-moz-linear-gradient(top,#ae1610 0,#fcba5e 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ae1610),color-stop(100%,#fcba5e));
		background:-webkit-linear-gradient(top,#ae1610 0,#fcba5e 100%);
		background:-o-linear-gradient(top,#ae1610 0,#fcba5e 100%);
		background:-ms-linear-gradient(top,#ae1610 0,#fcba5e 100%);
		background:linear-gradient(to bottom,#ae1610 0,#fcba5e 100%);
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border:1px solid #a61212;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_gold,.button_gold:link,.button_gold:visited,.button_gold:active
	{
		background:#d4af37;
		background:-moz-linear-gradient(top,#d39c34 0,#be861b 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d39c34),color-stop(100%,#be861b));
		background:-webkit-linear-gradient(top,#d39c34 0,#be861b 100%);
		background:-o-linear-gradient(top,#d39c34 0,#be861b 100%);
		background:-ms-linear-gradient(top,#d39c34 0,#be861b 100%);
		background:linear-gradient(to bottom,#d39c34 0,#be861b 100%);
/*		background:linear-gradient(to bottom,#e1c004 0,#c98910 100%); */
/*		background:linear-gradient(to bottom,#e1c004 0,#daa520 100%); */
		border:1px solid #222222;
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border-radius:5px;
		padding:5px 10px
	}

.button_gold:hover
	{
		background:#fff;
		background:-moz-linear-gradient(top,#be861b 0,#d39c34 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#be861b),color-stop(100%,#d39c34));
		background:-webkit-linear-gradient(top,#be861b 0,#d39c34 100%);
		background:-o-linear-gradient(top,#be861b 0,#d39c34 100%);
		background:-ms-linear-gradient(top,#be861b 0,#d39c34 100%);
		background:linear-gradient(to bottom,#be861b 0,#d39c34 100%);
		border:1px solid #222222;
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_silver,.button_silver:link,.button_silver:visited,.button_silver:active
	{
		background:#fff;
		background:-moz-linear-gradient(top,#e6e8fa 0,#a8a8a8 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e6e8fa),color-stop(100%,#a8a8a8));
		background:-webkit-linear-gradient(top,#e6e8fa 0,#a8a8a8 100%);
		background:-o-linear-gradient(top,#e6e8fa 0,#a8a8a8 100%);
		background:-ms-linear-gradient(top,#e6e8fa 0,#a8a8a8 100%);
		background:linear-gradient(to bottom,#e6e8fa 0,#a8a8a8 100%);
/*		background:linear-gradient(to bottom,#ccc2c2 0,#a8a8a8 100%); */
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #3c3c3c;
		border-radius:5px;
		padding:5px 10px
	}
		
.button_silver:hover
	{
		background:#f00;
		background:-moz-linear-gradient(top,#a8a8a8 0,#ccc2c2 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a8a8a8),color-stop(100%,#ccc2c2));
		background:-webkit-linear-gradient(top,#a8a8a8 0,#ccc2c2 100%);
		background:-o-linear-gradient(top,#a8a8a8 0,#ccc2c2 100%);
		background:-ms-linear-gradient(top,#a8a8a8 0,#ccc2c2 100%);
		background:linear-gradient(to bottom,#a8a8a8 0,#ccc2c2 100%);
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border:1px solid #3c3c3c;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}

.button_bronze,.button_bronze:link,.button_bronze:visited,.button_bronze:active
	{
		background:#fcba5e;
		background:-moz-linear-gradient(top,#fcba5e 0,#965a38 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcba5e),color-stop(100%,#965a38));
		background:-webkit-linear-gradient(top,#fcba5e 0,#965a38 100%);
		background:-o-linear-gradient(top,#fcba5e 0,#965a38 100%);
		background:-ms-linear-gradient(top,#fcba5e 0,#965a38 100%);
		background:linear-gradient(to bottom,#fcba5e 0,#965a38 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #964938;
		border-radius:5px;
		padding:5px 10px
	}
		
.button_bronze:hover
	{
		background:#f00;
		background:-moz-linear-gradient(top,#965a38 0,#fcba5e 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#965a38),color-stop(100%,#fcba5e));
		background:-webkit-linear-gradient(top,#965a38 0,#fcba5e 100%);
		background:-o-linear-gradient(top,#965a38 0,#fcba5e 100%);
		background:-ms-linear-gradient(top,#965a38 0,#fcba5e 100%);
		background:linear-gradient(to bottom,#965a38 0,#fcba5e 100%);
		font-family:Arial,Verdana,sans-serif;
		color:#414141;
		border:1px solid #964938;
		border-radius:5px;
		padding:5px 10px;
		text-decoration:none;
	}
