.phtml {
}

.phtml.phtml_button_label_container {
	height: 19px;
}

.phtml.phtml_button {
	display: inline-block;
	position: relative;
	line-height: 16px;
	height: 19px;
}

.phtml.phtml_button, .phtml.phtml_button input {
	cursor: pointer;
}

.phtml.phtml_button.disabled, .phtml.phtml_button.disabled input {
	cursor: default;
}


.phtml.phtml_button_label_container, .phtml.phtml_button_padding {
	background-image: url(postbutton.gif);
}

.phtml:hover .phtml.phtml_button_label_container {
	background-position: 50% -19px;
}

.phtml:hover .phtml.phtml_button_padding.phtml_left {
	background-position: 0 -19px;
}

.phtml:hover .phtml.phtml_button_padding.phtml_right {
	background-position: 100% -19px;
}

.phtml.disabled .phtml.phtml_button_label_container {
	background-position: 50% -38px;
}

.phtml.disabled .phtml.phtml_button_padding.phtml_left {
	background-position: 0 -38px;
}

.phtml.disabled .phtml.phtml_button_padding.phtml_right {
	background-position: 100% -38px;
}


.phtml.phtml_button_label_container {
	margin: 0 10px;
	display: inline-block;
	background-position: 50% 0;
}

.phtml.phtml_button_icononly .phtml.phtml_button_label_container {
	margin: 0 4px;
}

.phtml.phtml_button_label {
	vertical-align: middle;
	line-height: 100%;
}

.phtml.phtml_button_padding {
	position: absolute;
	height: 100%;
	width: 10px;
	top: 0;
}

.phtml.phtml_button_icononly .phtml.phtml_button_padding {
	width: 4px;
}

.phtml.phtml_button_padding.phtml_left {
	left: 0;
	background-position: 0 0;
}
.phtml.phtml_button_padding.phtml_right {
	right: 0;
	background-position: 100% 0;
}


.phtml.phtml_button input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.phtml.phtml_text {
	border: 1px solid #ccc;
	padding: 3px;
}

.phtml.phtml_text.label {
	color: #aaa;
}
