/*
	BUTTONS
================================================== */

.regularButton {
	height: 28px;
	line-height: 28px;

	border: 1px solid transparent;
	/*color: rgb(66, 166, 89);*/
	color: rgb(0, 134, 0);

	font-size: 14px;
}

.regularButton.small {
	height: 18px;
	line-height: 18px;

	border: 1px solid transparent;
	/*color: rgb(66, 166, 89);*/
	color: rgb(0, 134, 0);

	font-size: 12px;
}

.regularButton.height34px {
	height: 32px;
	line-height: 30px;

	/*border: 1px solid transparent;*/
	/*color: rgb(66, 166, 89);*/
	color: rgb(0, 134, 0);

	font-size: 16px;
}

.regularButton.massiveFormElement {
	height: 40px;
	line-height: 40px;

	border: 1px solid transparent;
	/*color: rgb(66, 166, 89);*/
	color: rgb(0, 134, 0);

	font-size: 16px;
}

button.regularButton {
	height: 30px;
	line-height: 26px;
}

button.regularButton.massiveFormElement {
	height: 40px;
	line-height: 36px;
}

/* WHITE */
.regularButton.white {
	color: #6e6e6e;
	background-color: #ffffff;
	border: 1px solid rgb(215, 215, 215);
}

.regularButton.white:hover {
	background-color: rgb(240, 240, 240);
}

.regularButton.white .buttonCounter {
	background-color: #6e6e6e;
	color: #ffffff;
	font-weight: normal;
}

/* GREY */
.regularButton.grey {
	color: #ffffff;
	border: 1px solid rgb(110, 110, 110);
	background-color: rgb(110, 110, 110);
}

.regularButton.grey:hover {
	background-color: rgb(130, 130, 130);
}

/* GREEN */
.regularButton.green {
	color: #ffffff;
	/*border: 1px solid rgb(66, 166, 89);*/
	/*background-color: rgb(66, 166, 89);	*/
	border: 1px solid rgb(0, 134, 0);
	background-color: rgb(0, 134, 0);
}

.regularButton.green:hover {
	/*background-color: rgb(81, 181, 104);*/
	background-color: rgb(0, 154, 0);
}

.regularButton.green .buttonCounter {
	background-color: #ffffff;
	line-height: 15px;
	/*color: rgb(66, 166, 89);*/
	color: rgb(0, 134, 0);
}

/* RED */
.regularButton.red {
	color: #ffffff;
	border: 1px solid #d50000;
	background-color: rgb(213, 0, 0);
}

.regularButton.red:hover {
	background-color: rgb(223, 20, 20);
}

/* BLUE */
.regularButton.blue {
	color: #ffffff;
	border: 1px solid rgb(0, 80, 150);
	background-color: rgb(0, 80, 150);
}

.regularButton.blue.active, /* Button is used as ctAjaxTab-button */
.regularButton.blue:hover {
	color: #ffffff !important;;
	background-color: rgb(20, 100, 170) !important;
}

.regularButton.blue .buttonCounter {
	background-color: #ffffff;
	color: rgb(0, 80, 150);
}


.regularButton.small.withIconRight_desktop .icon.right {
	right: 1px;
}

.regularButton.withIconRight_desktop {
	padding-right: 30px;
}

.regularButton.withIconRight_desktop .icon {
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	background: transparent no-repeat scroll center center;
}

.regularButton.small.withIconRight_desktop .icon {
	top: 1px;
	width: 16px;
	height: 16px;
}

.regularButton.withIconRight_desktop .icon.right {
	right: 0;
}

/*
	FORM TEXT
================================================== */

.form-text.quickSearch {
	border: 1px solid #ffffff;
	box-shadow: none;
	width: 300px;
}

.form-text.quickSearch,
.form-text.quickSearch {
	border: 1px solid #b8b8b8;
	-webkit-box-shadow: inset 1px 1px 1px 0 #dddddd;
	-moz-box-shadow: inset 1px 1px 1px 0 #dddddd;
	box-shadow: inset 1px 1px 1px 0 #dddddd;
}

/*
	REGISTER FORM
================================================== */

#birthday-Y {
	margin-right: 0;
}

/*
	SEARCH FORM
================================================== */
.searchAreaExpanded {
	border: none;
	box-shadow: none;
}


/*
	EXTRA FORMS
================================================== */

.formWithHelpBlock {
	width: 100%;
	margin-bottom: 20px;
}

.formWithHelpBlock > .field {
	float: left;
	width: 49.5%;
	margin-right: 1%;
}

.formWithHelpBlock > .help {
	float: right;
	width: 49.5%;
	margin-bottom: 15px;
}

.formWithHelpBlock > .help div:first-child {
	position: absolute;
	z-index: 3;
}