.editbox {
	height: 27px;
	background-image: url(/static/img/editbox_left.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	float: left;
	clear: left;
}

.editbox-right {
	height: 100%;
	background-image: url(/static/img/editbox_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 13px;
}

input.editbox-content {
	border: 0;
	height: 21px;
	padding-top: 6px;
	background-image: url(/static/img/editbox_center.png);
	background-repeat: repeat-x;
	color: #6f6f6f;
}

#login-box .editbox {
	height: 23px;
	background-image: url(/static/img/editbox_login_left.png);
	padding-left: 3px;
	float: none;
	clear: none;
	display: inline-block;
  vertical-align: middle;
}

#login-box .editbox-right {
	background-image: url(/static/img/editbox_login_right.png);
	padding-right: 3px;
}

#login-box input.editbox-content {
	padding-top: 4px;
	height: 19px;
	background-image: url(/static/img/editbox_login_center.png);
	color: #000000;
}

.button.right {
  float: right;
  padding-right: 16px;
}

.button {
	height: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	cursor: pointer;
}

.button-right {
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 25px;
	height: 100%;
}

.button-center {
	height: 100%;
	background-repeat: repeat-x;
}

.button input {
	border: 0;
	height: 23px;
	font-weight: bold;
	font-family: Tahoma, Helvetica;
	color: #FFFFFF;
	cursor: pointer;
	background-color: transparent;
}

.button-center a,
.button-center a:visited,
.button-center a:hover,
.button-center a:active {
  display: block;
  padding-top: 5px;
	height: 23px;
	font-weight: bold;
	font-family: Tahoma, Helvetica;
	color: #FFFFFF !important;
	cursor: pointer;
	background-color: transparent;
}

.button.green-tab {
	height: 29px;
	padding-left: 13px;
	background-image: url(/static/img/tab_green_left.png);
	margin-top: 4px;
	margin-right: -2px;
	clear: none;
}

.button.green-tab:hover {
	background-image: url(/static/img/tab_light_green_left.png);
}

.button.green-tab .button-right {
	padding-right: 13px;
	background-image: url(/static/img/tab_green_right.png)
}

.button.green-tab:hover .button-right {
	background-image: url(/static/img/tab_light_green_right.png)
}

.button.green-tab .button-center {
	background-image: url(/static/img/tab_green_center.png);
}

.button.green-tab:hover .button-center {
	background-image: url(/static/img/tab_light_green_center.png)
}

.button.blue {
	background-image: url(/static/img/button_blue_left.png)
}

.button.blue .button-right {
	background-image: url(/static/img/button_blue_right.png)
}

.button.blue .button-center {
	background-image: url(/static/img/button_blue_center.png)
}

.button.green {
	background-image: url(/static/img/button_green_left.png)
}

.button.green .button-right {
	background-image: url(/static/img/button_green_right.png)
}

.button.green .button-center {
	background-image: url(/static/img/button_green_center.png)
}

.button.orange {
	background-image: url(/static/img/button_orange_left.png)
}

.button.orange .button-right {
	background-image: url(/static/img/button_orange_right.png)
}

.button.orange .button-center {
	background-image: url(/static/img/button_orange_center.png)
}

.button.red {
	background-image: url(/static/img/button_red_left.png)
}

.button.red .button-right {
	background-image: url(/static/img/button_red_right.png)
}

.button.red .button-center {
	background-image: url(/static/img/button_red_center.png)
}

.button.grey {
	background-image: url(/static/img/button_grey_left.png)
}

.button.grey .button-right {
	background-image: url(/static/img/button_grey_right.png)
}

.button.grey .button-center {
	background-image: url(/static/img/button_grey_center.png)
}

.button.silver {
  padding-left: 20px;
  color: #acacac;
	background-image: url(/static/img/button_silver_left.png)
}

.button.silver .button-center a,
.button.silver .button-center a:visited,
.button.silver .button-center a:hover {
  color: #999999 !important;
}

.button.silver .button-right {
  padding-right: 20px;
	background-image: url(/static/img/button_silver_right.png)
}

.button.silver .button-center {
	background-image: url(/static/img/button_silver_center.png)
}

select {
	display: none;
}

.select-wrapper {
	position: relative;
	float: left;
	clear: left;
	font-weight: normal;
	z-index: 1;
}

.selected {
	height: 27px;
	background-image: url(/static/img/combo_silver_green.png);
	background-repeat: no-repeat;
	padding-left: 11px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}

.selected-right {
	height: 100%;
	background-image: url(/static/img/combo_silver_green.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 22px;
}

.selected-far-right {
	height: 27px;
	width: 100%;
	background-image: url(/static/img/combo_silver_green_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	left: 3px;
	top: 0px;
	display: inline-block;
	z-index: 2;
}

.selected-center {
	height: 100%;
	background-image: url(/static/img/combo_silver_green_center.png);
	background-repeat: repeat-x;
	color: #6f6f6f;
	height: 21px;
	padding-top: 6px;
    overflow: hidden;
    line-height: 18px;
}

.combo {
	display: none;
	position: absolute;
	top: 24px;
	width: 100%;
	z-index: 1;
}

.combo>div {
	width: 100%;
}

.combo>div>div {
	width: 100%;
	margin-left: 3px;
	height: 100%;
	background-position: top right;
	background-repeat: no-repeat;
}

.combo .top {
	height: 6px;
	background-image: url(/static/img/combo_tl.png);
	background-repeat: no-repeat;
}

.combo .top-right {
	background-image: url(/static/img/combo_tr.png);
}

.combo .center-left {
	background-image: url(/static/img/combo_c.png);
	background-repeat: repeat-y;
}

.combo .center-right {
	background-image: url(/static/img/combo_r.png);
	background-repeat: repeat-y;
}

.combo .center {
	margin-right: 3px;
	height: 120px;
	overflow: auto;
}

.combo .center div {
	padding: 2px 3px 2px 8px;
	cursor: pointer;
	color: #6f6f6f;
	margin-right: 3px;
}

.combo .center div:hover {
	color: white !important;
	background-color: #06a4af;
	font-weight: bold;
}

.combo .bottom {
	height: 3px;
	background-image: url(/static/img/combo_bl.png);
	background-repeat: no-repeat;
}

.combo .bottom-right {
	background-image: url(/static/img/combo_br.png);
}

.radio, .checkbox {
	float: left;
	clear: left;
}

.radio input, .checkbox input {
	display: none;
}

.radio div, .checkbox div {
	cursor: default;
	background-repeat: no-repeat;
}

.radio div {
	background-image: url(/static/img/radio.png);
	height: 14px;
	width: 14px;
}

.radio.checked div {
	background-image: url(/static/img/radio_checked.png);
}

.checkbox div {
	background-image: url(/static/img/checkbox.png);
	height: 13px;
	width: 13px;
}

.checkbox.checked div {
	background-image: url(/static/img/checkbox_checked.png);
}

textarea {
	height: 100%;
	width: 100%;
	background: transparent;
	border: none;
	color: #6f6f6f;
	font-weight: normal;
}


.textarea {
	padding-left: 3px;
	float: left;
	clear: left;
	background-repeat: no-repeat;
}

.textarea-right {
	height: 100%;
	padding-right: 3px;
	background-repeat: no-repeat;
	background-position: top right;
}

.textarea-center {
	padding: 3px 0px;
	background-repeat: repeat-x;
}

.h110.textarea, .conflict.textarea, .score.textarea, .join.textarea {
	height: 110px;
	background-image: url(/static/img/textarea_110_left.png);
}

.h110 .textarea-right, .conflict .textarea-right, .score .textarea-right, .join .textarea-right {
	background-image: url(/static/img/textarea_110_right.png);
}

.h110 .textarea-center, .conflict .textarea-center, .score .textarea-center, .join .textarea-center {
	height: 104px;
	background-image: url(/static/img/textarea_110_center.png);
}

.conflict .textarea-center {
	width: 566px;
}

.score .textarea-center {
	width: 589px;
}

.join .textarea-center {
	width: 249px;
}

.comment.textarea {
	height: 87px;
	background-image: url(/static/img/textarea_87_left.png);
}

.comment .textarea-right {
	background-image: url(/static/img/textarea_87_right.png);
}

.comment .textarea-center {
	height: 81px;
	width: 410px;
	background-image: url(/static/img/textarea_87_center.png);
}

.guestbook.textarea {
	height: 85px;
	background-image: url(/static/img/guestbook_box.png);
}

.guestbook .textarea-right {
}

.guestbook .textarea-center {
	height: 79px;
	width: 213px;
}
