#content .for_buttons {
  position: absolute;
  width: 500px;
	margin-top: 28px;
	right: 25px;
}

#content .for_buttons.extra {
	right: -33.5%;
}

#widjet_content div.button,
#widjet_content a.button,
#content div.button,
#content a.button,
.veil .button {
	display: block;
	position: relative;
	margin: .5em 0;
	height: 24px;
	line-height: 24px;
	color: #fff!important;
	vertical-align: middle;
	border: none!important;
/*	font-weight: bold;*/
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	transition: background-color .3s ease-in-out;
}

.orange_button {
	background: #ff7a24;
}

.red_button {
	background: #c80600;
}

.light_blue_button {
	background: #09c;
}

.dark_blue_button {
	background: #1b5366;
}

.tango_button {
	background: #0f74a6;
}

.gray_button {
	background: #ccc;
}

.green_button {
	background: #81AA46;
}

.light_green_button{
	background: #00B050;
}

#content .for_buttons .button {
	float: right;
	margin: 0 .5em 0 0;
}

#content .for_form_buttons .button,
#content .for_buttons .button {
	width: 185px;
}

#content .for_buttons.extra .button:first-child {
	width: 210px;
	margin: 0 0 0 .8em;
}

/*.col_extra {
	border: 1px dashed #ccc;
	height: 400px;
}*/

#content .for_buttons .scoreboard_button {
	width: 60px;
}

#content .for_buttons .nailed {
	display: block!important;
}

a.light_green_button:hover,
a.orange_button:hover,
a.red_button:hover,
a.dark_blue_button:hover,
a.gray_button:hover {
	background: #09c;
}

a.light_blue_button:hover {
	background: #ff7a24;
}

#reg_closed.addon,
#date_registration {
	/*position: absolute;
	margin-top: 26px;
	text-align: center;*/
	font-size: 90%;
	width: 185px;
	text-align: right;
	position: relative;
	top: 20px;
	left: 100%;
	margin-bottom: -26px;
	margin-left: -191px;
}

#date_registration {
	width: 240px;
	margin-left: -246px;
	font-size: 90%;
}

.button.disabled,
div.disabled {
	display: none;
}


.button.gray-disabled{
	background: #ccc;
	cursor: default;
}

.button.gray-disabled:hover{
	background: #ccc;
	cursor: default;
}

