/* CSS Document */

div.mh_register_tabs {
	display:			inline;
	padding:			2px 10px;
	cursor:				pointer;
}

div.mh-register-error {
	color:				red;
	margin-left:		150px;
}

div.mh_register_error_1 {
	width: 				150px;
	height:				20px;
	border:				1px solid black;
	background-color:	red;
	margin-top:			5px;
	color:				white;
	text-align:			center;
}

div.mh_register_error_2 {
	width: 				150px;
	height:				20px;
	border:				1px solid black;
	background-color:	orange;
	margin-top:			5px;
	color:				black;
	text-align:			center;
}

div.mh_register_error_3 {
	width: 				150px;
	height:				20px;
	border:				1px solid black;
	background-color:	yellow;
	margin-top:			5px;
	color:				black;
	text-align:			center;
}

div.mh_register_error_4 {
	width: 				150px;
	height:				20px;
	border:				1px solid black;
	background-color:	green;
	margin-top:			5px;
	color:				white;
	text-align:			center;
}

div#tx_mhregister_pi1_prev,
div#tx_mhregister_pi1_next {
	cursor:				pointer;
	width:				150px;
	padding:			5px 10px;
	display:			inline;
	text-align:			center;
	background-color:	#FAFAFA;
	border:				1px solid silver;
	margin-right:		6px;
}


div#mh_register_tabs {
	margin-bottom:		10px;
	height:				25px;
	padding-top:		4px;
}

div.mh_register_tabs {
	border-top:			1px dotted silver;
	border-right:		1px dotted silver;
	border-left:		1px dotted silver;
	margin-right:		2px;
}

div.active {
	background-color:	silver;
}


input.mh-register-submit {
	margin-left:		150px;
}

div.mh-register-preview {
	margin-left:		150px;
}

img.mh_register_preview_image {
	width:				100px;
}


img.mh_register_delete {
	cursor:				pointer;
}


span.tx_mhregister_backlink,
span.tx_mhregister_submitlink {
	border:				1px solid #CCCCCC;
	background-color:	#F9F9F9;
	padding:			3px;
	margin-bottom:		5px;
	color:				#777777;
}
