/*
	IMPORTANT:
	When adding new css references to guestbook elemtes,
	always use the "#mjguest " prefix to prevent conflicts
	with other elements of your web page.
	
	If you are new to CSS, you can simply change the colors
	without editing the minimal preset layout.
*/

/* MJGUEST container */
#mjguest {
	margin: 20px;
	font: 95% Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #bebebe;
}

/* Basic markup definitions */

#mjguest a:hover {
	text-decoration: underline;
}

#mjguest strong {
	font-weight: bold;
	color: #ebebeb;
}

#mjguest small,
#mjguest .e_date {
	font-size: 85%;
	color: #8b8b8b;
}

#mjguest cite {
	font-style: normal;
}

/* Links style */

#mjguest a,
#mjguest a:active,
#mjguest a:visited {
	color: #eaeaea;
	text-decoration: none;
}

/*** Main Menu ***/

#mjguest #menu {
	width: 450px;
	margin: 0px auto;
}

#mjguest #menu ul {
	height: 25px;
	margin: 5px 0px;
	border: 1px solid #000;
	background: #4b4b4b;
}

#mjguest #menu li {
	float: left;
	width: 31%;
	margin: 2px 0px;
	padding: 0px 0px;
}

#mjguest #menu #m_rss{
	width: 20px;
}

#mjguest #menu #m_setup {
	font-size: 90%;
}

#mjguest #menu #m_setup * {
	margin:0;
	padding:0;
}

/*** Main Form ***/

#mjguest form {
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: center;
}

#mjguest fieldset {
	width: 450px;
	margin: 0px auto;
	padding: 0px;
	border-width: 0px;
}

/*** Main Table ***/

#mjguest table {
	width: 100%;
	background-color: #000;
}

#mjguest th {
	padding: 3px 0px 10px 0px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #5b5b5b #2b2b2b #2b2b2b #5b5b5b;
	background: #3b3b3b url('bg_th.gif') repeat-x bottom left;
	color: #ebebeb;
}

#mjguest td.fieldname,
#mjguest td.paramname {
	border-style: solid;
	border-width: 1px;
	border-color: #6b6b6b #3b3b3b #3b3b3b #6b6b6b;
	background: #4b4b4b url('bg_td.gif') no-repeat top left;
}

#mjguest td.fieldvalue,
#mjguest td.paramvalue {
	border-style: solid;
	border-width: 1px;
	border-color: #8b8b8b #5b5b5b #5b5b5b #5b5b5b;
	background: #6b6b6b;
}

#mjguest td.paramname {
	padding: 6px 3px 6px 10px;
}

#mjguest td.paramvalue {
	padding: 0px 2px;
}

#mjguest td.fieldname {
	padding: 5px;
}

#mjguest td.fieldvalue {
	padding: 5px;
}

#mjguest input,
#mjguest select,
#mjguest textarea {
	font: 100% Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}

/*** Login+Redirect box ***/

#mjguest img.redirect {
	width: 15px;
	height: 15px;
}

#mjguest div.alertbox_out {
	margin: 150px auto;
	border: 1px solid #000;
}

#mjguest div.alertbox_in {
	border: 1px solid;
	border-color: #6b6b6b #3b3b3b #3b3b3b #6b6b6b;
}

#mjguest div.alertbox_in,
#mjguest .e_header {
	background: #4b4b4b url('bg_div.gif') top right no-repeat;
}

/*** Progressbar ***/

#mjguest #progressbar_out {
	border: 1px solid;
	border-color: #3b3b3b #6b6b6b #6b6b6b #3b3b3b;
	background: #0b0b0b;
}

#mjguest #progressbar_in {
	background: #7b7b7b;
}

/*** Form elements ***/

#mjguest select.panel {
	width: 110px;
}

#mjguest input.panel_text {
	width: 106px !important;
	width: 104px;
}

#mjguest .paramvalue label {
	margin:0px 8px;
}

#mjguest input#loginpass {
	width: 120px;
}

#mjguest input.text {
	width: 185px;
}

#mjguest input#avatar {
	width: auto;
}

#mjguest input#uin {
	width: 120px;
	margin-left: 5px;
}

#mjguest select#chat {
	width: 60px;
}

#mjguest select#country {
	width: 189px !important;
	width: 191px;
}

#mjguest textarea#message {
	width: 230px;
	height: 100px;
	overflow: auto;
}

#mjguest textarea#reply {
	width: 280px;
	height: 90px;
	overflow:auto;
}

#mjguest input#captcha {
}

#mjguest #captcha_image {
	vertical-align: bottom;
	margin-bottom: 10px !important;
	margin-bottom: 11px;
}

/*** Entries appeareance ***/

#mjguest .entry {
	width: 400px;
	margin: 20px auto;
	border: 1px solid #000;
	background: #000;
}

#mjguest .e_header {
	height: 79px;
	padding: 2px;
	border: 1px solid;
	border-color: #6b6b6b #3b3b3b #3b3b3b #6b6b6b;
}

#mjguest .e_avatar {
	float: left;
	padding: 1px;
	font-size: 1px;
	border: 1px solid;
	border-color: #3b3b3b #6b6b6b #6b6b6b #3b3b3b;
	background: #000;
}

#mjguest .e_name,
#mjguest .e_date,
#mjguest .e_icons {
	margin-left: 84px;
	margin-right: 59px !important;
	margin-right: 30px;
	padding-left: 1px;
	text-align: left;
}

#mjguest .e_name {
	padding-top: 3px;
	padding-bottom: 0px;
}

#mjguest .e_name img {
	width: 18px;
	height: 12px;
}

#mjguest .e_date {
	padding-top: 1px;
	padding-bottom: 4px;
	border-bottom: 1px solid #2b2b2b;
}

#mjguest .e_icons {
	padding-top: 4px;
	padding-bottom: 0px;
	border-top: 1px solid #6b6b6b;
	font-size: 1px;
}

#mjguest .e_icons img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#mjguest .e_body {
	min-height: 80px;
	height: auto !important;
	height: 80px;
	margin-top: 1px;
	color: #eaeaea;
	border: 1px solid;
	border-color: #5b5b5b #5b5b5b #5b5b5b #8b8b8b;
	background: #6b6b6b;
}

#mjguest .e_body textarea {
	color: #eaeaea;
}

#mjguest .e_reply {
	margin:15px 0px 0px 10px;
	padding:5px;
	border:2px groove #8b8b8b;
}