/* MEGAFORM STYLES */

button.megaform_button {
	background-color: #cfcfcf;
	width: auto;
	height: 27px;
	line-height: 22px;
	border: 1px solid #f6f6f6;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 0 7px 0 7px !important;
	margin: 2px 2px 2px 0 !important;
	cursor: pointer;
	overflow: visible;
	white-space: nowrap;
}

button.megaform_button:hover {
	border: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0 7px 0 7px !important;
	margin: 2px 2px 2px 0 !important;
	line-height: 22px;
	height: 27px;
}


button.megaform_button img {
	padding: 1px 6px 0 0 !important;
	float: none;
	display: inline;
	vertical-align: top;
}

button.megaform_button span {
	float: none;
	display: inline;
	padding: 0 !important;
	line-height: 20px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}



span.megaform_anchor {
	display: inline;
	float: none;
	clear: none;
}

span.megaform_anchor img {
	padding-right: 3px;
	vertical-align: text-bottom;
/*	margin-bottom: -0.3em;*/
}

span.megaform_anchor a {
	color: #b71234 !important;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

span.megaform_anchor a:hover {
	color: #b71234 !important;
	text-decoration: none;
	border-bottom: 1px dotted #b71234;
}

.tabbed
{
	display: none;
	margin-bottom: 10px;
}


.ui-tabs-nav .help
{
	float: right;
}

button.plain-img, button.plain-img img, button.plain-img:hover
{
	border: none !important;
	background-color: transparent;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible;
	height: auto;
}