@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_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_dkred,.button_dkred:link,.button_dkred:visited,.button_dkred:active
	{
		background:#f00;
		background:-moz-linear-gradient(top,#f00 0,#ae1610 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f00),color-stop(100%,#ae1610));
		background:-webkit-linear-gradient(top,#f00 0,#ae1610 100%);
		background:-o-linear-gradient(top,#f00 0,#ae1610 100%);
		background:-ms-linear-gradient(top,#f00 0,#ae1610 100%);
		background:linear-gradient(to bottom,#f00 0,#ae1610 100%);
		font-family:Arial,Verdana,sans-serif;
		color:white;
		border:1px solid #a61212;
		border-radius:5px;
		padding:5px 10px
	}
		
.button_dkred:hover
	{
		background:#f00;
		background:-moz-linear-gradient(top,#ae1610 0,#f00 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ae1610),color-stop(100%,#f00));
		background:-webkit-linear-gradient(top,#ae1610 0,#f00 100%);
		background:-o-linear-gradient(top,#ae1610 0,#f00 100%);
		background:-ms-linear-gradient(top,#ae1610 0,#f00 100%);
		background:linear-gradient(to bottom,#ae1610 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_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_gold,.button_gold:link,.button_gold:visited,.button_gold:active
	{
		background:#ce953a;
		background:-moz-linear-gradient(top,#ce953a 0,#b77223 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ce953a),color-stop(100%,#b77223));
		background:-webkit-linear-gradient(top,#ce953a 0,#b77223 100%);
		background:-o-linear-gradient(top,#ce953a 0,#b77223 100%);
		background:-ms-linear-gradient(top,#ce953a 0,#b77223 100%);
		background:linear-gradient(to bottom,#ce953a 0,#b77223 100%);
		border:1px solid #77002b;
		font-family:Arial,Verdana,sans-serif;
		color: white;
		border-radius:5px;
		padding:5px 10px
	}

.button_gold:hover
	{
		background:#b77223;
		background:-moz-linear-gradient(top,#b77223 0,#ce953a 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b77223),color-stop(100%,#ce953a));
		background:-webkit-linear-gradient(top,#b77223 0,#ce953a 100%);
		background:-o-linear-gradient(top,#b77223 0,#ce953a 100%);
		background:-ms-linear-gradient(top,#b77223 0,#ce953a 100%);
		background:linear-gradient(to bottom,#b77223 0,#ce953a 100%);
		border:1px solid #77002b;
		font-family:Arial,Verdana,sans-serif;
		color: #77002b;
		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;
	}
